thanks.. Nice info, visit my blog guys >
http://globalcyber.pun.bz/jalantikus-com-download-game-pc-dan-andr.xhtml
2013/9/16, vincent vigon <vincent.vigon@gmail.com>:
> ListBox has a weird behavior with fireFox (23.0.1), not with Chrome and
> Safari.
>
> Here is my code :
>
> public void onModuleLoad(){
>
> ListBox list= new ListBox(false);
>
> RootLayoutPanel.get().add(list);
>
> RootLayoutPanel.get().setWidgetLeftWidth(list,0,Unit.PCT,50,Unit.PCT);
>
> for (int i=0;i<100;i++){
>
> list.addItem("item "+i);
>
> }
>
> }
>
>
> The result is weird with FireFox : the list does not occupy 50% of the
> width, but it occupies 100% of the height.
>
> It seems that the Layout Mechanism does not work on Firefox.
>
> It is probably a problem with Css because I have a second problem (probably
>
> linked) : on firefox, all my drawing on canvas are black (no colors).
>
>
> Thank you for helping me
>
> Vincent
>
>
>
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Web Toolkit" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to google-web-toolkit+unsubscribe@googlegroups.com.
> To post to this group, send email to google-web-toolkit@googlegroups.com.
> Visit this group at http://groups.google.com/group/google-web-toolkit.
> For more options, visit https://groups.google.com/groups/opt_out.
>
--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.
No comments:
Post a Comment