Re: Created project, but there is no Build.xml

2011-01-12 Thread jaybose
I don't know where you started, but I would suggest reading this document - http://code.google.com/webtoolkit/gettingstarted.html I use the Eclipse plugin, so I never see (or expect) a build.xml. On Jan 11, 11:19 am, AmaraSat amara.forthewo...@gmail.com wrote: Hello Everyone, I am working on

Re: Location.getParameter() returns nothing in GWT 2.1

2011-01-12 Thread jaybose
Daniel, UI'm just curious, does Window.Location.getParameterMap() return the params in the query, or does it come back empty too? On Jan 11, 8:41 am, Daniel dan...@gmail.com wrote: In GWT 2.1, the Location.getParameter(action) returns nothing. But Location.getQueryString() is able to get all

Re: please Help me GWT Listbox

2011-01-06 Thread jaybose
Vijay, if you can't figure this out using Y2i's suggestion, consider using a Tree rather than a ListBox. http://gwt.google.com/samples/Showcase/Showcase.html#!CwTree On Jan 6, 2:18 am, Y2i yur...@gmail.com wrote: Not sure if you can do this with ListBox, but you can try constructing this

Re: Where do KeyPress Events go?

2011-01-05 Thread jaybose
to figure out how to get it to do. Greg On Jan 4, 8:20 am, jaybose onyeje.b...@gmail.com wrote: http://gwt.google.com/samples/Showcase/Showcase.html#!CwFileUpload Look at the source of the ShowCase example above. The uploadButton it uses is not a SubmitButton either. Just make sure

Re: Where do KeyPress Events go?

2011-01-04 Thread jaybose
http://gwt.google.com/samples/Showcase/Showcase.html#!CwFileUpload Look at the source of the ShowCase example above. The uploadButton it uses is not a SubmitButton either. Just make sure the handler of your EnterButton submits the form. On Jan 3, 8:57 am, Greg Dougherty

Re: please Help me GWT Listbox

2011-01-04 Thread jaybose
http://google-web-toolkit.googlecode.com/svn/javadoc/2.1/com/google/gwt/user/client/ui/ListBox.html Based on the javadoc, you should see what you need to add elements to a ListBox. If this is not what you needed, please explain further. On Jan 3, 3:57 am, vijay gohel vijayigo...@gmail.com

Re: iTunes-type display widget

2011-01-02 Thread jaybose
Thanks Matthew On Jan 1, 7:35 pm, Matthew Hill matt2...@gmail.com wrote: That's called CoverFlow. No, there isn't a built-in widget like that. You'd have either to find one on the internet or make your own. -- You received this message because you are subscribed to the Google Groups Google

Re: iTunes-type display widget

2011-01-01 Thread jaybose
, jaybose onyeje.b...@gmail.com wrote: http://picasaweb.google.com/onyeje.bose/12302010#5557097507546443826 Does anyone know if GWT already has a way to display cells the way iTunes does (see image in link above)? -- You received this message because you are subscribed to the Google Groups

Re: iTunes-type display widget

2011-01-01 Thread jaybose
/Showcase.html#!CwCellSampler On Sat, Jan 1, 2011 at 1:24 PM, jaybose onyeje.b...@gmail.com wrote: Great, do you have an example? The GWT showcase doesn't have anything like this. I looked and looked, didn't see any pure GWT demos that had this. On Jan 1, 3:22 am, Gal Dolber gal.dol

SafeHtmlUtils

2010-12-31 Thread jaybose
I'd like to copy/borrow the contents of the GWT's SafeHtmlUtils for a new class of my own. Does anyone have a link describing how I'm supposed to properly attribute credit to Google or the GWT team? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit

iTunes-type display widget

2010-12-31 Thread jaybose
http://picasaweb.google.com/onyeje.bose/12302010#5557097507546443826 Does anyone know if GWT already has a way to display cells the way iTunes does (see image in link above)? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this

Re: SafeHtmlUtils

2010-12-31 Thread jaybose
Thanks! On Dec 31 2010, 11:56 pm, Gal Dolber gal.dol...@gmail.com wrote: You just need to keep the copyright headers. Best On Sat, Jan 1, 2011 at 12:58 AM, jaybose onyeje.b...@gmail.com wrote: I'd like to copy/borrow the contents of the GWT's SafeHtmlUtils for a new class of my own

Pager in Cell List Example

2010-12-27 Thread jaybose
http://gwt.google.com/samples/Showcase/Showcase.html#!CwCellList In the example above, in the CwCellList.ui.xml, there's a row defined, referring to ShowMorePagerPanel's pager field - see below. I don't see that field defined in the ShowMorePagerPanel example source, and I don't understand how

Re: GWT Designer Libraries

2010-11-17 Thread jaybose
Thanks to you and and masterGaurav! Along with your advice and some research, it became clear that SmartGWT is the right choice. On Nov 12, 7:48 pm, Roger Studner rstud...@gmail.com wrote: Well.. a quick bit of objective (having used all 3) opinions. It is simple: 1) don't use GWT-EXT. 2)

GWT Designer Libraries

2010-11-12 Thread jaybose
I see in the Designer docs (and in the actual tool itself) that there are 3 promoted libraries: - GWT-Ext (http://gwt-ext.com/) - Ext GWT (http://www.extjs.com/products/gxt/) - SmartGWT (http://code.google.com/p/smartgwt/) Their respective showcases look great. Some are better documented than the

Re: History and/or Place

2010-08-14 Thread jaybose
Thomas, thank you. I'm going to go with Turbomanage's last comment! It's close to what I thinking, and I didn't want to wait for GWT-2.1 before starting on that path... On Aug 11, 8:58 am, Thomas Broyer t.bro...@gmail.com wrote: On 8 août, 23:44, jaybose onyeje.b...@gmail.com wrote: Some

Re: GWT 2.1 Simple Place example

2010-08-09 Thread jaybose
Check out GWT-Presenter, it has some items to help w/ Place and Place Management - http://code.google.com/p/gwt-presenter/wiki/GettingStarted On Jul 30, 1:00 am, Kailash Yadav yadav...@gmail.com wrote: Hi, Can anyone provide url of tutorial/document of GWTplaceor example? Actually I am not

History and/or Place

2010-08-09 Thread jaybose
Some background... This link discusses using the History concept in GWT to manage history and navigation - http://code.google.com/webtoolkit/articles/mvp-architecture.html#history This link gives more detail on the History concept -