(20:18:18) fredcooke: the dot on diff only code doesnt work right, as you said, it goes on gui stuff, so you can have 50 changes and then a single pixel movement, and get a dot there and not on the 50
(20:18:32) fredcooke: so thats useless for high res stuff
(20:19:32) fredcooke: second one is, just clicking adds stuff to the first graph/split, but you cant get rid of it without trial/error clicking all of them again to see which one makes it go off...
(20:20:42) fredcooke: and another: the order of the numbers on the mouse is dependent in the order you add them to the splits, but it should be dependent on the order OF the splits and then the order in the splits (which is itself dependent on the order you add them, some sorting/consistency there would be great
(20:22:08) fredcooke: plus, ability to change colour and range :-) but you know that
(20:22:44) fredcooke: oh, and btw, i really like the mouse over stats on each one, but i reckon it'd be better if it was in a fixed place in the option pane such that it jsut udpateconstantly as you move the mosue around, make sense?
(14:37:07) fredcooke: the colour/range box fails to redraw under some circumstances
(14:37:19) fredcooke: top half vanishes and reappears with various actions
(14:37:23) fredcooke: in part or full
(14:37:28) gufi: hmmm
(14:37:35) gufi: possibly because of layering?
(14:37:41) fredcooke: maybe
(14:37:44) gufi: mebbe i should force it to a higher layer or something
(14:37:46) fredcooke: the events still get to it
(14:37:59) fredcooke: its just a redraw thing i think
(14:38:03) gufi: or possibly force a reapint?
(14:38:08) gufi: repaint
(14:38:14) fredcooke: not sure when it happens
(14:38:20) fredcooke: but it does
(14:38:26) fredcooke: like the list of fields over writes it
(14:38:27) gufi: ive noticed alot of times thats required when adding/removing things
(14:38:42) fredcooke: lemme try some shit
(14:39:14) gufi: if you can pinpoint at which time it screws up i can fix it easily
(14:40:15) fredcooke: adding a new division with it in the place where it goes makes it get partly hidden
(14:40:18) fredcooke: that i didnt notice before
(14:40:22) fredcooke: having trouble reproducing
(14:40:32) fredcooke: and
(14:40:39) fredcooke: as you move the mouse over it when it overlaps
(14:40:39) gufi: probably a layering issue then
(14:40:44) fredcooke: different bits come and go
(14:40:54) gufi: hmmm
(14:41:00) gufi: i need to play with it some more
(14:41:02) fredcooke: whichever bit you move the moust over stays visible
(14:41:15) fredcooke: cant make the top vanish again, though
(14:45:51) fredcooke: gufi: more feedback
(14:45:57) fredcooke: the mouse over info
(14:46:22) fredcooke: it shows min/max, but it shows what is being used for scaling, not the value range
(14:46:30) fredcooke: either show the value range or both
(14:46:31) fredcooke: and
(14:46:41) fredcooke: display the number of data points somewhere generic for all things
(14:46:57) fredcooke: and add the generic line count field
(14:48:54) fredcooke: new feature idea, you'll hate me for this, but, properties profiles, so you can have more than one that suit diff cars or diff log types etc without cluttering the place where you edit
(18:02:46) fredcooke: also, got a nullpointer exception at some point, but didnt notice when
Code: Select all
(18:03:32) ihatewebchat: [INFO] Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
(18:03:34) ihatewebchat: [INFO] at org.diyefi.openlogviewer.optionpanel.OptionFrameV2$4.mouseDragged(OptionFrameV2.java:229)
(18:07:03) fredcooke: gufi, new idea, click a button to rescale all things for the currently visible region! brilliant.
(18:14:25) gufi: fred that i can do. obviously would need to be optionable
(18:14:41) fredcooke: just looking at the ui
(18:14:52) fredcooke: i reckon some of the stuff needs to be in the main window
(18:14:52) fredcooke: eg
(18:15:11) fredcooke: its fucking painful looking at the numbers in colours and then back at the colours and then the names
(18:15:12) fredcooke: etc
(18:15:38) fredcooke: how about a column on the left with name/colour/value where mouse is, or centre if mouse outside
(18:15:38) fredcooke: and
(18:15:44) fredcooke: drag the fields up and into them
(18:15:55) fredcooke: so that its visually aligned with where the graph ends up
(18:16:12) fredcooke: the numbers on the pointer are nice, except you cant tell wtf they are most of the time
(18:16:18) fredcooke: which makes them a bit useless
(18:16:22) gufi: agree have been meaning to do that but got caught up with option pane pissing me off
(18:16:27) fredcooke: and they obscure the veiwe
(18:17:57) gufi: totally agree
(18:26:19) fredcooke: gufi, another idea, could be done with custom calced fields, but aliases for existing fields
(18:26:42) fredcooke: so i can setup names for zsp2, etc and have them stick till i change the code again