Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Group info
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 23  Older »

You cannot post messages because only members can post, and you are not currently a member.
Description: The official GWT-FX developer discussion group. GWT-FX allows you to add powerful native animations and effects to your GWT application.
 

flag Javadocs now online 
  Hi all- The Javadocs for the two most recent versions of GWT-FX are now online: 0.5 (Oct 2009) [link] 4.0 (Apr 2009) [link] These and other useful links are available on the project homepage: [link]... more »
By Zak  - Feb 8 2010 - 1 new of 1 message    

Slide Effect Layering 
  Hi, I am trying to have one panel (p2) slide down from behind another panel (p1). Both panels are children of a VerticalPanel that has a background image. I am using a slide down effect for p2. Unfortunately, I am having trouble getting p2 to be rendered below (hidden) p1 before the effect is played. No matter how high I set the... more »
By Mike  - Sep 16 2011 - 1 new of 1 message    

Resizing a FlowPanel containing widgets 
  Hello, i'm trying to resize a FlowPanel (div element with display:block) that contains other widgets (other panels and labels) This panel is in a vertical panel but i cannot play the effect because of an exception: java.lang.RuntimeException: Computed style for width is auto - try setting a start value explicitly... more »
By Andrei F  - Jul 20 2011 - 2 new of 2 messages    

Sliding effect in GWT UI similar to one shown in Google Wallet website. 
  Hi All, I am a newbie in GWT. A few days back I have started learning the in/ outs of GWT and created a sample UI. Now, I want to provide a sliding entry and exit to different pages (composites) of my application similar to the work shown at google wallet website ("http:// [link]" click the buttons at bottom). I tried almost... more »
By Prashant  - Jul 12 2011 - 4 new of 4 messages    

GWT-FX application on UiBinder 
  Hi, I'm relatively new in GWT, so this might be a stupid question. Is there any way that I can add the effects to UiBinder widgets? Because UiBinder widget is not an element and it throws an error every time I try to.
By vrni  - Jan 2 2011 - 2 new of 2 messages    

iPhone slider effect 
  Is there a way to slide between to pages like on an iPhone? It means that while a page is sliding out to the left, a new page is sliding in that the right edge of the old page is connected to the left edge of the new phone.
By Frank Mena  - Nov 7 2010 - 3 new of 3 messages    

maven for gwt-fx 
  Hi Folks, Is there somewhere a maven repository for the latest gwt-fx? Thanks, Guy
By Guy Nirpaz  - Sep 12 2010 - 4 new of 4 messages    

Flicker problem on looped effects 
  Hi there, I'm working on a very simple looped fade effect that just fades out an image, inverts the effect, and fades it in, and so on. I'm running into a problem that after the second call to inverting the effect, the image flickers and the starts over again. I have also had this problem using a slide effect. I'm using version... more »
By Brock H  - Sep 8 2010 - 2 new of 2 messages    

applying an effect to more than one element 
  I was having trouble making more than one element move at the same time. So I took the exact example: Fade theFade = new Fade(); Label theLabel1 = new Label("Some test text"); Label theLabel2 = new Label("Some test text"); Label theLabel3 = new Label("Some test text"); Button theButton = new Button("Some button");... more »
By nesredep  - Aug 13 2010 - 3 new of 3 messages    

GWT-FX: Assuming that position is a style attribute that switches ... 
  How do I remove this message, I'm kinda bored of seeing it :D I'm using a simple move function and every parameter use integer...
By Damob  - Aug 6 2010 - 1 new of 1 message    

Fade for SplitLayoutPanel doesn't work 
  Hi all, It seems that Fade doesn't work for SplitLayoutPanel. Any idea why? public void onModuleLoad() { final SplitLayoutPanel panel = new SplitLayoutPanel(); Button fadeButton = new Button("Fade Me"); panel.add(fadeButton); RootLayoutPanel.get().add(pane l); final Fade theFade = new Fade(panel.getElement());... more »
By Ahmed Ashour  - Aug 4 2010 - 5 new of 5 messages    

1 - 10 of 23   « Newer | Older »

XML       Send email to this group: gwt-fx@googlegroups.com