Re: Suggestions for non-java programmer

2009-10-07 Thread monk3y
http://examples.roughian.com/#Home usually a good noobie starting point, ;). On Oct 6, 7:17 pm, Christopher Merry ch...@diggindata.com wrote: I have looked through the docs, including the Getting Started Guide and Tutorials.  Those resources are very useful; however, I have limited

Re: How to react on every new typed in character of a textbox

2009-09-30 Thread monk3y
Instead of a key press, try adding a KeyUp handler on the textbox? On Sep 30, 3:50 am, ojay oliver.ja...@googlemail.com wrote: Hi, I have a textbox and a list of values in a listbox. Regarding of the input of the typed in value of the textbox the list will be filtered. I've managed this so

Re: help on my small project

2009-09-25 Thread monk3y
Hi derrck What i usually do is create a DockPanel, then set the width and height to 100% and stick my login box in the center panel of the DockPanel. TextBox login=new TextBox(); Dockpanel myDock=new DockPanel() myDock.setSize(100%,100%); myDock.add(login,DockPanel.CENTER); Something like that

Re: Embedded viewer for pdf

2009-09-25 Thread monk3y
Hi Looks like their pages are actually pdf scanned images(.jpg). So its would be really simple to implement. User clicks on a book server gets a list/Map of pages(images) urls, serves it to the client Image page=new Image(); page.setUrl(responseFromServer.get(i)); Something toward that

Re: FileUpload Service????

2009-09-23 Thread monk3y
Hi myFormHandler would be your server side class name. in your xml file you would write something like this servlet-namemyFormHandler/servlet-name servlet-classnet.myapp.server.servlets.myFormHandler/servlet- class /servlet servlet-mapping servlet-namemyFormHandler/servlet-name

Re: GWT-FX cover flow demo source ?

2009-09-23 Thread monk3y
when you download the jar...the source is in there with it. On Sep 22, 8:45 am, Frank frank.wyna...@gmail.com wrote: Onhttp://code.google.com/p/gwt-fx/there is a demo of a coverflow widget. I am interested in using such a coverflow widget on my website. Is the source code for this widget

Re: Input Validation

2009-09-23 Thread monk3y
Expanding on what Geraldo already said you can have the following Button saveBtn = new Button(Save) saveBtn.addClickHandler( new ClickHandler() { public void onClick(Event event) { if(checkData()){ form.submit(); }else{ //no submit

Re: Reading CSV File to add data to MYSQL DB

2009-09-18 Thread monk3y
A more descriptive error message might help a bit better. Also if you can provide some server side code, that would help too!! :). On Sep 18, 5:50 am, GumbyGWTBeginner stephan.gump...@gmail.com wrote: Hi Guys, I am trying to write CODE to read a CSV file from a USERS PC (i.e. User Browses

Re: styling for the RadioButton

2009-09-18 Thread monk3y
Hi Just use a CheckBox component instead. To get the functionality of the radio button is not hard, jsut a few lines of code if its not shorthand. ;). On Sep 17, 11:27 pm, Rajesh rms.rajes...@gmail.com wrote: Hi All I am using RadioButton in my application and am looking at the

Re: up gradation of gwt1.6 to 1.7

2009-09-01 Thread monk3y
Its like asking How long is a piece of string?. On Aug 31, 2:49 pm, Chevron chevrontheco...@gmail.com wrote: Hi,     I have upgraded my app from 1.6 to 1.7 but most of the things are not working the way it should be what are the changes I'll have to make. Thanks in advance Chevron

Re: Problem on loading several times the same image

2009-09-01 Thread monk3y
Could you post some code? On Aug 31, 1:53 pm, guymage gdon...@gmail.com wrote: Hi, Here is my problem: My program load an image, I modify the size of this image when it's loaded (LoadHandler). The first time I load the image, everything works fine. After an action, I have to refresh the

Re: Freeze the first Row in FlexTable

2009-08-13 Thread monk3y
Hey You could make 2 fextables. 1 would be your headings table and the other you can put in a scrollPanel.Put both of the tables in a DockPanel(North,South) and voila.? On Aug 12, 4:01 am, hockie hockiec...@gmail.com wrote: The flexTable is added in the scrollPanel but it scrolls all rows

Re: AXIS I.P. camera

2009-05-15 Thread monk3y
Anyone else have any ideas?? I'm fresh out, :(. --~--~-~--~~~---~--~~ 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-Toolkit@googlegroups.com To unsubscribe from

Re: AXIS I.P. camera

2009-05-14 Thread monk3y
Hey Alyx Thanks for the feedback. I was thinking the same thing was the problem. Don't worry that's not my site, i'm just using their I.P camera, :). If i find a solution i'll come back and post, but thanks anywayz. On May 13, 5:07 pm, Alyxandor a.revolution.ultra.b...@gmail.com wrote: I