Re: Download Avira AntiVir Premium v9.0.0.446 with 2011 valid

2009-10-17 Thread Kamal Chandana Mettananda
Admin, please block this spam sender. --- Kamal Mettananda http://lkamal.blogspot.com On Fri, Oct 16, 2009 at 5:57 PM, Top News wrote: > Download Avira AntiVir Premium v9.0.0.446 with 2011 valid > ** > http://bit.ly/2dWFN5 > http://bit.ly/2dWFN5 > > Downl

about gwt-maps Overlay problem

2009-10-17 Thread Tail
I use gwt-maps , how to disable drag map when I drap on Overlay implementation thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to google-web-toolki

Re: GWT 1.7.1 don't show app in hosted mode (Jetty bug: FULL head)

2009-10-17 Thread lain
> My suspicion is that there is some sort of cookie problem You are completely right. Now my application works fine without any configurations (because cookies expiration date has come, I think), so this bug was really a problem with cookies. But this problem may occur again in the future. =( If

Re: parsing XML

2009-10-17 Thread Tomek
Anyone? I know that it's because GWT is asynchronous but is there a way to save my xml file to a variable? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send emai

history management (undo-redo)

2009-10-17 Thread jorge
Hi, In my application, I need a behaviour similar to the undo-redo of desktop applications instead of normal web pages history behaviour. I'll explain what I need with an example scenario: 1 - The user creates an element. 2 - The user realizes that he made a mistake. 3 - He pushes the back butto

Re: Is there a way to block until a server response is available?

2009-10-17 Thread QBox
Nope. You can construct data to be send in the time when you want to send the request. You need another class lets say RequestData who implement some interface for easy testing, and contain all data that you need to operate with. I will write a little all-in-one example with the server side and stu

JSNI Help

2009-10-17 Thread Sudeep S
Hi, I am trying to make a jsni method call and using the return value, I want to invoke another method in the calling html. Using the getData() method in the html, I am calling getId() whose implementation is in the gwt module. The getId returns an Id which is used to make another function call f

Re: JSNI Help

2009-10-17 Thread Sudeep S
This the code that I am using currently. On Sat, Oct 17, 2009 at 5:12 PM, Sudeep S wrote: > Hi, > > I am trying to make a jsni method call and using the return value, I want > to invoke another method in the calling html. > > Using the getData() method in the html, I am calling getId() whose >

Re: Is there a way to block until a server response is available?

2009-10-17 Thread ylmz
Hi I actually did this on my project. http://personaltaskmanager.appspot.com source code is available at http://code.google.com/p/personaltaskmanager/ This is how I did it. I used GWT's remote procedure call api. if connection is failed I started a timer object (GWT timer) after 5 minutes it call

Re: parsing XML

2009-10-17 Thread Ian Bambury
Yes. Use it in the onResponseReceived. You are trying to use it *before* you have received a response. It's like buying something on-line and trying to use it the moment you have ordered it and wondering why you can't find it - you have to wait until it turns up :-) Ian http://examples.roughian.

onModuleLoad not called when serving files from Rails

2009-10-17 Thread Jae
I have been struggling with this problem all day long and I am about to pull my hair out. I generated a simple GWT module. Since I have JRuby on Rails, I configured the hosted mode for -noserver and I pointed it my Rails app - localhost:3000. I set the files to point to the generated javascript,

Re: MenuBar removeFromParent()

2009-10-17 Thread robin
Just to close this question and for the case that others have the same problem: The solution is to wrap the MenuBar into a MenuItem: userMenuItem = new MenuItem("User",new MenuBar(true)); The MenuItem is then added to the mainMenu. When trying to access the elements of the new MenuBar you must fi

SAXParserFactoryImpl could not be instantiated

2009-10-17 Thread mythopoet
hi,all: After got the appengine-java-sdk-1.2.6,I coped it to c:\google.I got the below when tried to start appengine with: dev_appserver.cmd demos\guestbook\war how should I do to fix it? at com.google.appengine.tools.development.DevAppServerMain $StartAction.apply(DevAppServerMain

Re: how can i make SyntaxHighlighter work in gwt jsni???

2009-10-17 Thread zhiweiv
thanks very much. you helped me understand a big thing and so i have sovled some things with this. On Oct 17, 6:02 am, Thomas Broyer wrote: > On 16 oct, 14:40, zhiweiv wrote: > > > > > > > i want to use SyntaxHighlighter(site:http://alexgorbatchev.com/wiki/ > > SyntaxHighlighter)  to highlight

UiBinder in GWT 2.0 MS1 and cell alignment

2009-10-17 Thread djd
Hi everybody, Has anyone used UiBinder with the new alignment functionality? I mean setCellHorizontalAlignment, setCellVerticalAlignment. I tried to use them like this: // other fields here The error that I receive in Hosted Mode is : class Button has no appropriat

Re: UiBinder in GWT 2.0 MS1 and cell alignment

2009-10-17 Thread Thomas Broyer
On 17 oct, 17:24, djd wrote: > Hi everybody, > > Has anyone used UiBinder with the new alignment functionality? I mean > setCellHorizontalAlignment, setCellVerticalAlignment. I tried to use > them like this: > >              xmlns:g ='urn:import:com.google.gwt.user.client.ui'> >   >        

how to send variables in form panel

2009-10-17 Thread YoeZ
Hi. I have 1 form panel with some textboxes and file upload. the question is, how to get variables from client/form panel in servlet? i created DTO/Pojo object to hold variables in client, but i donk know how to catch in servlet.. please help thanks --~--~-~--~~~---

Re: Creating a sample application of 3 different pages

2009-10-17 Thread Mariano
Hi Romeo, You can inherit from different modules which contains different entry points. Take a look at http://code.google.com/webtoolkit/doc/1.6/DevGuideOrganizingProjects.html#DevGuideBootstrap At the bottom of the page you'll see a section called: 'A Note on Multiple GWT Modules and EntryPoint

Re: Is there a way to block until a server response is available?

2009-10-17 Thread Péter Kovács
I'd still be interested in the use case which makes the ability to make synchronous calls so desirable/indispensable -- at the GUI level. Would it be possible to share this use case with us (or personally with me, if you prefer). Thanks Peter On Sat, Oct 17, 2009 at 1:13 AM, AndiMullaraj wrote:

About GQuery

2009-10-17 Thread Proxy
Hey, I'm new to GWT and I was wondering if it's recommended to use GQuery or should I try to stick to pure Java as much as possible? In any case I've seen the wiki for how to use GQuery and I can't find the build.xml file anywhere in my Eclipse Project =/ (Eclipse Galileo) it says I must do this:

Re: Creating a sample application of 3 different pages

2009-10-17 Thread Ian Bambury
Hi Romeo, Why would you want to do this? Ian http://examples.roughian.com 2009/10/17 Mariano > > Hi Romeo, > > You can inherit from different modules which contains different entry > points. > Take a look at > http://code.google.com/webtoolkit/doc/1.6/DevGuideOrganizingProjects.html#DevGuideB

Development mode (OOPHM) in a console version

2009-10-17 Thread Jesper
Hi All I just opened this issue. http://code.google.com/p/google-web-toolkit/issues/detail?id=4139 I just want to hear if anyone has input or any other ideas to this subject. Here is the summery from the issue: Detailed description (please be as specific as possible): Now that development mo

gwt-validation is this project being maintained?

2009-10-17 Thread myapplicationquestions
Hi All, I have a requirement where i need to do input validation for a lot of form fields through out the application, i was thinking of using http://code.google.com/p/gwt-validation/ as it seems to be the best of what we have avaliable, is this a good library? i did not see a future road map f

Re: server side internationalization

2009-10-17 Thread Jaroslav Záruba
Thanks a lot Sebastien! I will need constants+messages on server side too. I find it kinda odd though that we have to look for workarounds, given one of GWT's strong points is supposed to be sharing code between client and server. On Oct 6, 10:37 am, Jerome Cance wrote: > Thans a lot for all yo

Re: How can I remove a FlexTable?

2009-10-17 Thread Dominik Steiner
how about using the removeFromParent() method, so something like listado.removeFromParent(); should do the trick HTH Dominik On Oct 16, 8:31 am, nacho wrote: > Hi, i cant remove a FlexTable. This is my code: > > In my html > > > > In my Java > > FlexTable listado = new FlexTable(); > ... > >

Re: gwt-validation is this project being maintained?

2009-10-17 Thread Ben
Judging from their code change history, it is an active project maybe not highly active. I have not used it by myself, so I can not really tell much. On Oct 17, 4:58 pm, myapplicationquestions wrote: > Hi All, > > I have a requirement where i need to do input validation for a lot of > form field

Re: UiBinderi18n Example

2009-10-17 Thread Ben
Anyone has insight on this? Just wondering if anyone has tried something similar to this. Thanks Ben On Oct 13, 7:18 pm, Ben wrote: > I am following example on > wiki:http://code.google.com/p/google-web-toolkit/wiki/UiBinderI18n > to try outUiBinderi18nin the latest 2.0 MS 1 release. I wrote

Can Eclipse deploy ant and create the build.xml file?

2009-10-17 Thread Proxy
I have been googling for some hours and I haven't been able to find how to configure eclipse so that when I compile a GWT App it creates the respective build.xml, I have ant completely configured and running but I can't manage to do this, I am actually wondering if it can even be done via eclipse,