Hello, I am sorry for the unprecise subject, but I would like to know what should be "the smallest memory consuming" OR "the fastest loading" solution for my widget that I will heavily use (displaying it a hundred times so I think that the little differences should be considered....).
The 2 possibility of the same widget are: *case A:* g:HTMLPanel g:Image g:Label g:Label *case B:* g:FocusPanel img label label *NB:* - img is smaller than g:Image and label is smaller than g:Label - I need a special *rollover *behavior (cf. images in the attachement, when I rollover, a light background appear...) , that is why I use the Focus panel (case B) in order to use "the MouseOver Event" all over the widget. - In case A, let say that I need to implement 3 times the same behavior (MouseOver the img, MouseOver the label....) in order to trigger the background effect all over the widget. *Question:* Does SpeedTracer is the only tool to mesure the difference between my 2 solutions OR is it obvious that case B will be faster to load ? Thanks you for your help, -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/m4gPLOZcqwIJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
<<attachment: 1-img-when-rollover.jpg>>
<<attachment: 0-img.jpg>>
