Re: Payment systems

2008-11-09 Thread rjcarr
If you are experienced in Java, and especially Swing, you should have no problem picking up GWT. The best thing to do, in my opinion, is just to look through all the sample code in the demo section. As for the PayPal and payment systems, that is out of the scope of GWT. I'm sure there are

Re: about GWT compiler performance

2008-11-09 Thread surfer
many many thanks using set-property name=user.agent value=gecko / the time of compilation fell down from 3':10 to 1':37 Lorenzo On 8 Nov, 02:13, Ian Petersen [EMAIL PROTECTED] wrote: On Fri, Nov 7, 2008 at 6:06 PM, surfer [EMAIL PROTECTED] wrote: since often the main development of an

Re: Image Swap with LoadListener

2008-11-09 Thread Adam T
you might be stumbling across one of these IE issues relating to cache: http://code.google.com/p/google-web-toolkit/issues/list?q=IE%20LoadListener //Adam On 9 Nov, 08:50, rjcarr [EMAIL PROTECTED] wrote: I have large images to display that might take some time to make their way to the

My Bug fix wishlist, what are yours ?

2008-11-09 Thread Geraldo Lopes
1st: Tab key does not work in hosted mode in linux. http://code.google.com/p/google-web-toolkit/issues/detail?id=712 2nd Gears debuging doest not work in linux. Regards, Geraldo --~--~-~--~~~---~--~~ You received this message because you are subscribed to

Sample online: Inline Preserialized Payloads

2008-11-09 Thread Rebornspirit
Hi guys, I just put a GWT sample online about Inline Preserialized Payloads, you can check out my blog for more information: http://www.maartenvolders.com http://www.maartenvolders.com/blog/2008/11/gwt-sample-inline-preserialized-payload.html Let me know if it works for you! Grtz Maarten

Re: Dynamic Live Bookmarks not supported?

2008-11-09 Thread Brian
Did some more playing around on this -- it looks like FF and IE just don't pickup change to existing link attributes and update their live bookmark list. You can append a application/rss+xml link and have it show up in the list, but editing or removing just doesn't cause the browsers to update

Re: Gears 0.4 features in GWT Google API Library

2008-11-09 Thread rakesh wagh
any updates in this area? I am especially interested in the classcast exception error taken care of. Thanks On Nov 3, 8:55 am, Eric Ayers [EMAIL PROTECTED] wrote: The sample code LGTM. http://code.google.com/p/gwt-google-apis/source/branch?spec=issue202 The final sticking point is migrating

GWT gadget - Developing Gadget Desktop

2008-11-09 Thread ajaxDeveloper
Hi All, How can I use google-gadget library for developing application like igoogle.com. I mean to say I want to develop gadget desktop application. any help with sample code will be highly appreciated. Regards Anees --~--~-~--~~~---~--~~ You received this

how to use MapElement, AreaElement, and ImageElement

2008-11-09 Thread JHM
Hello, I would like to define an HTML map in GWT, with various polygon areas in it, then define an img, and finally apply the map to the img (eg. with usemap=MAPNAME). From the 1.5 documentation, it seems like the way to do this would be with Document .createMapElement(), .createAreaElement(),

RichTextArea createlink and DialogBox

2008-11-09 Thread Maciej
Hi! I'm writing simple wysiwyg editor, but can't get createlink function (from extended formatter) to work under firefox. In internet explorer, opera everything works fine. I have RichTextArea, toolbar (almost the same as in ShowCase), DialogBox objects. When user click the create link button

How to fix the size of ListBox

2008-11-09 Thread srinath
Hi, In ListBox I am loading the items dynamically i.e., based on some condition. so, based on the length of item the ListBox size is increasing/diminishing in my web page. So, here I tried by providing fixed size to ListBox for all the conditions. But, if my application language changes then

Re: Creating a main site *and* an admin site

2008-11-09 Thread kozura
Just a data point for you, I do both of these (separate eclipse project and separate entry point within a project) for different reasons, and it works great. First, I have multiple distinct applications, but with some common generic code I'd like to share between them, like widgets and utility