cellbrowser open/close nodes programatically

2011-10-07 Thread HBA
I'm using the gwt cellbrowser, so far it has been an uphill battle. I got this bad feeling that I'm not using it as it is intended to be used. It seems to me that: there is a difference between selecting a node and opening that node. there is no way to open/close nodes programatically. the

UiBinder errors not very helpful -- am i missing a compiler option?

2011-09-28 Thread HBA
Hi, I'm starting a new gwt project, and I've decided to use UiBinder instead of pure java. I'm starting to regret this decision. In fact, I'm starting to think that maybe I should switch to pure java. But before that, I thought I post a question and get your feedback. In my limited

refreshing elements on the page

2010-11-14 Thread HBA
Hi I play with GWT in the weekends, and I really like what i've seen so far. I have 2 questions: 1. I don't really understand the execution model of my app. I think that's because I don't know javascript. I'm assuming that there is only one logical thread from the browser running the

bikeshed-expense source code (gwt-bikeshed.appspot.com)?

2010-05-30 Thread HBA
Hi, Is the source code for the bikeshed app available? You can find the app here (http://gwt-bikeshed.appspot.com/ Expenses.html). Thanks in advance. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Composite - capture arrow keys

2010-05-15 Thread HBA
Hi, I have written a small widget by extending the Composite (containing a flowPanel, image lable). I'm using the onBrowserEvent method to handle mouse clicks. That works well. However, now I'm trying to capture arrow key events. I'm not able to capture any keyboard events at all. I have

Re: Composite - capture arrow keys

2010-05-15 Thread HBA
(instead of a FlowPanel).  You'll want to add a ClickHandler and one of the Key Handlers to the FocusPanel. Good luck! On May 15, 1:11 am, HBA houman.ba...@gmail.com wrote: Hi, I have written a small widget by extending the Composite (containing a flowPanel, image lable).  I'm using