Re: how to extends class with UiBinder

2010-10-25 Thread Tamer Sezgin
Did you specify where to look for the classes in the "*my*" namespace? There should be a line at the top of your new xml.ui file, which says something like: xmlns:*my*='urn:import:com.example.project.client'> You can check the GWT mail example, in the following file it uses Mailboxes, Tasks, and

Re: Updating Ubuntu caused devmode to stop working

2010-10-25 Thread Tamer Sezgin
I'm using FF 3.6.11 on a newly installed Ubuntu 10.10 and it works properly. On Mon, Oct 25, 2010 at 8:02 PM, Paul Robinson wrote: > I'm using FF 3.6.11 on ubuntu 10.04LTS with no problems. > > > On 23/10/10 10:07, trippledes wrote: > > HI all, > I was fine yesterday, everything was working ok.

Re: adding a DockLayoutPanel to a SimplePanel?

2010-10-25 Thread Tamer Sezgin
to extend AbsolutePanel and have it implement > > AcceptsOneWidget. > > > > I'm using MVP4g, so I'm not that familiar with the new Activity based > > MVP architecture in 2.1. > > > > On Oct 25, 2:14 am, Tamer Sezgin wrote: > > > > > > &

Re: adding a DockLayoutPanel to a SimplePanel?

2010-10-25 Thread Tamer Sezgin
on, change the HelloMVP example to remove the > SimplePanel and just use our DockLayoutPanel instead or you could swap > the SimplePanel for a Layout panel. Then just attach it to a > RootLayoutPanel > > see http://code.google.com/webtoolkit/doc/latest/DevGuideUiPanels.html > for

adding a DockLayoutPanel to a SimplePanel?

2010-10-24 Thread Tamer Sezgin
Hello, I'm currently working on the HelloMVP application that comes with RC1 release, to understand the new MVP framework. There, ActivityManager.setDisplay(AcceptsOneWidget display) is called with a SimplePanel parameter (called appWidget). In my case, I want to use a main view that is implement

Re: GWT Performance

2010-10-17 Thread Tamer Sezgin
The "cell widgets" are designed for presenting such large amount of data.. I think you can try the CellList widget at first http://gwt.google.com/samples/Showcase/Showcase.html#!CwCellList They also allow you optimize the data transfer between server and browser, i.e. you don't have to send all

Re: How can I create a CellTree of Anchor nodes?

2010-10-16 Thread Tamer Sezgin
It's a little complex example, but the left menu of Showcase application is implemented using CellTree and contains Hyperlinks.. http://gwt.google.com/samples/Showcase/Showcase.html I assume after figuring out how it works, it should be easy to replace Hyperlinks with Anchors (if you really need

Re: Display the List

2010-10-16 Thread Tamer Sezgin
Grid widget is used to create a simple table. You can check the Grid sample on the following link: http://gwt.google.com/samples/Showcase/Showcase.html#!CwGrid You can iterate through your product arraylist, and set grid cell values to the proper product attributes (code, name, price, etc.) On Sa

Re: How to add an Hyperlink to external page

2010-10-16 Thread Tamer Sezgin
I tried the following in the OnModuleLoad() method, and it seems to work: Anchor a = new Anchor("Click to open google", Boolean.TRUE," http://www.google.nl";, "_blank"); RootPanel.get().add(a); I just added "http://"; at the beginning of the URL. On Sat, Oct 16, 2010 at 11:10 PM, Senior

Re: gwt-maven-plugin 1.3.2.google repo?

2010-10-14 Thread Tamer Sezgin
I think this one: http://google-web-toolkit.googlecode.com/svn/2.1.0.RC1/gwt/maven/org/codehaus/mojo/gwt-maven-plugin/1.3.2.google/ On Thu, Oct 14, 2010 at 10:57 PM, DataSurfer wrote: > What repo should I use for > > gwt-maven-plugin > 1.3.2.google > > ? > > For that mat

Re: Help with Date

2010-10-14 Thread Tamer Sezgin
There are some examples in the following url... have you tried them? http://code.google.com/p/gwt-examples/wiki/gwtDateTime On Thu, Oct 14, 2010 at 11:26 PM, Diego Venuzka wrote: > Hi! > I need get the date of the system and store it. Using GWT, how i can do > this? Is simple, but i can't d

Re: Problems with demo expense from SVN

2010-10-13 Thread Tamer Sezgin
Which version of GWT do you use? The application (I assume it is the Expense sample) uses very new APIs and I had to download and build the GWT trunk in order to run it locally. As far as I can remember, even the 2.1.M3 release does not contain some APIs used in the application. On Wed, Oct 13, 20

Re: Installing GWT 2.0.4 on Eclipse Helios

2010-10-01 Thread Tamer Sezgin
I'm using GWT/GAE plugins on Eclipse 3.6 (Helios) on Linux without problem.. Are you sure you installed the correct version of the plugin from the following URL. http://dl.google.com/eclipse/plugin/3.6 On Thu, Sep 30, 2010 at 6:28 PM, James wrote: > Hello All, > I installed GWT in eclipse