Add a new row in a table dynamically!!!

2008-11-26 Thread Rakesh
Hi, I wanted to know if it is possible to add a new row to a existing html table dynamically using GWT. I am fairly new to GWT and was wondering if its possible. I checked the forum and couldn't find anything on this. If anyone has a solution for this please let me know. Thanks, R

Ivy integration support with GWT

2008-12-21 Thread Rakesh
Hi - I am using Ivy to maintain the build process. How do we best integrate gwt with ivy and what would be the central repository to use the same ( until gwt 1.5 release ). --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google G

Re: Drang/drop files to GWT app - any progress?

2009-02-25 Thread Rakesh
GWT, as mars said, is based on js and hence inherit all of its restrictions. You should probably request the Gears team for this feature. Gears is a browser plugin. If the gears team has enough user request and a good use case, they might add this feature to the plugin. Rakesh Wagh On Feb 24, 4

Re: Dealing with session timeout and container managed security

2009-03-06 Thread Rakesh
we use server push for session time out and it works really great! On Feb 28, 1:26 am, marcelstoer wrote: > Is there some consensus or best practice in the GWT community as for > how to deal with session timeout and container managed security? There > are some pointers if you search for this sub

Re: Announcing GWT 1.6 Release Candidate

2009-03-22 Thread Rakesh
great job! keep the momentum going... Gwt is the most vibrant open source project I have team. Thanks to the google gwt team... On Mar 18, 3:32 pm, Bruce Johnson wrote: > Good news! Google Web Toolkit 1.6 RC is ready for you to download and try > out: > > http://code.google.com/p/google-web-tool

Re: Why not use applets?

2009-03-29 Thread Rakesh
sun did bad job when it comes to browser side java. Microsoft's strategies, and there dislike towards sun made sure that applets never succeeded(remember ie has and had the largest browser market share). However if some one has to be blamed, I think it is Sun's vision and Engineering. In my opinio

Re: Why not use applets?

2009-03-29 Thread Rakesh
oops, forgot to mention: javafx is such a wrong initiative and waste of time energy and resources in wrong direction! On Mar 29, 8:18 pm, Rakesh wrote: > sun did bad job when it comes to browser side java. Microsoft's > strategies, and there dislike towards sun made sure that ap

Re: Why not use applets?

2009-03-29 Thread Rakesh
t works in that direction is a good technology. gwt, gears, canvas, netscape browser itself, etc ... all are going fwd technologies Rakesh Wagh On Mar 29, 10:35 pm, Guy Rouillier wrote: > On Mar 29, 9:46 pm, Rakesh wrote: > > > oops, forgot to mention: javafx is such a wrong initiative a

Re: Why not use applets?

2009-03-30 Thread Rakesh
correction: netscape => firefox On Mar 29, 11:46 pm, Rakesh wrote: > My thoughts on javafx: > - jnpl start: Web apps are supposed to run in web browser!  More over > they are supposed to co-exist with other stuff on the webpage, example > javascript, html. While I like the conc

Re: Why not use applets?

2009-04-02 Thread Rakesh
>>Weak reference (Weak listener in SWT/Swing) that isn't supported >>in javascript, but does in javaFX (java). You can simulate this in gwt. About speed and performance: Remember js runs inside the browser. It is completely at the mercy of browser(unlike applets). You should see the js engine impr

Re: Folks.. I need a direction

2009-04-06 Thread Rakesh
You are missing something here. and that is RPC. Calling get set on your beans will modify that value only in the client browser. You want to communicate this value back to the server. So you need to make an RPC call. Now, you can generate a bean that will make RPC calls in its get set methods...

Re: File Upload with rpc call

2009-04-14 Thread Rakesh
Look into google gears. You can upload a file of up to 1 GB in youtube with google gears installed. Look for: Blob slice(offset, length) and HttpRequest API --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Web

Re: GWT Mail sample using Spring & Dreamsource ORM

2009-04-22 Thread Rakesh
the blind fold and start using whatever makes sense for a specific problem domain. Rakesh Wagh On Apr 22, 3:11 am, mP wrote: > Why would anyone want to use this ORM when theres hibernate ? > Hibernate has lots of additional features, caching, different fetch > strategies, tooling, the

Re: Google Collections with GWT?

2009-05-12 Thread Rakesh
it would be interesting to have google collections work in gwt! On May 8, 7:46 am, sullymandias wrote: > Are Google Collections passable over GWT-RPC? I've been trying to get > this to work for a few hours now with no luck. I'm using GWT 1.6.4. I > managed to get Maven to download the source fo

Re: Google Collections with GWT?

2009-05-12 Thread Rakesh
FYI: http://groups.google.com/group/google-collections-users/browse_thread/thread/b0873c9e59050ed3/a3915e9e3db8314a?lnk=gst&q=gwt#a3915e9e3db8314a On May 12, 11:57 am, Rakesh wrote: > it would be interesting to have google collections work in gwt! > > On May 8, 7:46 am, sullym

Getting started with gwt 1.6 and Intellij 8

2009-05-16 Thread Rakesh
hi all, I'm trying to learn GWT (well Ext GWT top be precise) and have lots of issues using Intellij. Firstly, I purchased a book but the examples are based on Eclipse. I'm trying to translate for Intellij but running into issues the main one being that Intellij doesn't seem to want to create al

Re: Introducing Shandor Xul: Run you app as Gwt, Swing and SWT

2009-05-27 Thread Rakesh
Do you have an online showcase that would show us how a simple sample application would "look like" all the three platforms? And also the code associated with it? On May 20, 12:20 pm, codeoncoffee wrote: > For the past year Pentaho has been developing a Java Xul framework for > writing apps that

Re: Resizable Disclosure panel

2009-06-01 Thread Rakesh
try gwt-mosaic or gwt-dnd panels/widgets for your purpose. On Jun 1, 4:42 am, java_hunter wrote: > Hello , > > I am using Disclosure panel to populate some customer information. > I need to make the disclosure panel as resizable. > But I could not find any functions for it. > Is there a way to m

Re: GWTetris - enjoy it :)

2009-06-05 Thread Rakesh
good work, keep it up! On Jun 2, 10:41 pm, Janusz Prokulewicz wrote: > Hi everyone! > > I'd like to invite all of you to play my own Tetris which I > implemented with GWT. It's called GWTetris :p and I hope you'll enjoy > it :) I added high scores feature so I think it'll be fun. > > You can fin

Re: Excel and GWT

2009-06-30 Thread Rakesh
use jdbc on the server side to select and insert data into your excel spread sheet. If you are using MS, try the ODBC-JDBC method. Or check this project: https://xlsql.dev.java.net/ On Jun 30, 12:41 am, garshita wrote: > Hi, > I need to read data from my excel sheet and display it using GWT > dy

Re: Initial release of GWT-cs, GWT application construction with Spring

2009-07-07 Thread Rakesh
do you have an example some where that will explain its use??? Thanks, Rakesh Wagh On Jul 7, 7:22 pm, "colin.zhao" wrote: > I am pleased to announce the initial release of GWT-cs, which allows > you to use Springframework's bean configuration xml file to define GWT >

Re: multiple dialog box/popup panel overlap issue

2009-07-07 Thread Rakesh
typo: ...All dialog boxes mantain the other ... = ...All dialog boxes mantain the "order" ... On Jul 7, 9:39 pm, rakesh wagh wrote: > I have multiple dialog boxes(or popup panels) on my screen. When I > drag one, it should show up on top of others. But that does not > happe

Re: multiple dialog box/popup panel overlap issue

2009-07-08 Thread Rakesh
as I said, hide/show is not an option. Consider that the DialogBoxes are always in show state. User can drag them over each other. Does any one know how PopupPanel manages z-index and lisbox on top issue? I looked in the PopupPanel class several times, without any luck :( Rakesh Wagh On Jul 7

Re: multiple dialog box/popup panel overlap issue

2009-07-08 Thread Rakesh
usable widget are always on the top once they are dragged... thanks any way... Do you by any chance happen to know how gwt manages the "popup on top of listbox" issue in its code? Rakesh Wagh On Jul 8, 5:29 pm, Ian Bambury wrote: > Hide/Sow will work. So will zIndex. Try this: &

Re: New GWT user has a simple qustion using eclipse

2009-07-11 Thread Rakesh
The cleanup is really very minimal. Clean the EntryPoint class Clean RPC: delete the three files: async, service and impl. Remove the table and header from html I hope you will not mind the css... Rakesh Wagh On Jul 11, 9:35 am, tedpottel wrote: > Hi, > I was able to use eclipse to cr

Re: prerequisities of GWT to develop JPA

2009-08-11 Thread Rakesh
Read this tutorial: http://code.google.com/intl/fr/webtoolkit/articles/using_gwt_with_hibernate.html It might have answers to most of your questions. Rakesh Wagh On Aug 11, 2:04 am, tolga ozdemir wrote: > Hi everybody, > > I am starting to learn GWT stuff for a while. I am reall

Re: Is it possible to "clone" Widgets?

2009-08-21 Thread Rakesh
you are able to link the html and its corresponding variable references properly. Rakesh Wagh On Aug 13, 8:53 am, Ice13ill wrote: > If i have a Widget, in a VerticalPanel let's say, and i want to add a > widget with the same properties in another panel, is it possible to > clone that

Re: Textbox event key code not case sensitive?

2009-08-21 Thread Rakesh
Thomas, I am not sure I understand what you are saying. I need the last char pressed by the user(on key down/up). How do you get that? On Aug 14, 6:31 pm, Thomas Broyer wrote: > On 14 août, 21:37,rakeshwagh wrote: > > > > > Today While extending the TextBox, I encountered very strange > > behavi

Re: Is it possible to "clone" Widgets?

2009-08-21 Thread Rakesh
(){ {add(new TextBox()); add(new CheckBox());} }); } } On Aug 21, 12:38 pm, Rakesh wrote: > It is not impossible, though not very straight forward; > To start with, you can create a simple replica of any of your widget > by flattenin

Re: Creating a wizard - Series of steps with GWT

2009-09-16 Thread Rakesh
very simple! Little playing around with gwt and you will do it. good luck... Rakesh Wagh On Sep 15, 9:31 pm, Karan Sardana wrote: > Scenario is -  The user needs to enter and submit a lot of > information, & the mechanism to collect such information is often > organized into many

Re: Very! basis question: Call from JavaScript to Java

2009-09-21 Thread Rakesh
look into jsni: http://googlewebtoolkit.blogspot.com/2008/07/getting-to-really-know-gwt-part-1-jsni.html On Sep 21, 9:48 am, "kuri...@googlemail.com" wrote: > Hi, > > i have a pretty simple problem i guess, and i cant get the solution > because i cant all the examples available in the web work.

Re: Announcing GWT 2.0 Milestone 1

2009-10-06 Thread Rakesh
great release ... especially the declarative ui, download on demand and multiple browsers piece!!! good going gwt team... you rock!! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post

Questions about GWT suitability

2011-09-15 Thread Rakesh
Hi, knowing very little about GWT apart from the main headlines, I am considering using it for my upcoming projects. Others are criticizing this choice on 2 main points: 1. The application is not rich enough - the app is a shop where products are added to a basket and user details and payment de

Help designing app

2011-09-29 Thread Rakesh
Hi guys, I've read the docs and am itching to get started!! Still unsure about how to put the pieces together though. So lets say I'm building a site which sells products: 1. I have to display a list of products (divided into categories, each in their own 'pod'). 2. A basket that automatically u

Re: Portlet Layout - Similar to iGoogle

2008-12-02 Thread rakesh wagh
ere is the project link: http://code.google.com/p/gwt-dnd/ Hope that helps. Rakesh Wagh On Nov 28, 4:58 am, StrongSteve <[EMAIL PROTECTED]> wrote: > Hi Everybody! > > I have a very basic question and you hope you can provide me an > answer! ;) > > So basically I have an exis

Re: Interesting question:how can I get the rownumber of a cell that contain a button when I click this ?

2008-12-02 Thread rakesh wagh
Are you quizzing us or asking for help? I would go with alex.d 's solution. Other method(which I personally hate) is to write a for loop in the onClick event of the button that will read the widget in each r,c and match it with the "sender" or button instance itself. Rakesh Wagh

Re: How to share work between Java developers and HTML/CSS designers?

2008-12-04 Thread rakesh wagh
: - We created our own widget library with common components for tables, hyperlinks, menus etc. We(developers) spared some time designing the common components as per the graphics design. Finally for most of the part it was only the matter of following the layout. good luck! Rakesh Wagh On Dec 2, 11

Re: Suggestions with code design

2008-12-08 Thread rakesh wagh
gwt is not going to help you a lot here(Think in terms of html and js. If html and js cannot do, gwt can neither.). Did you check the recent javafx release? I think it is best suited for your work. At least the image manipulation part. On Dec 6, 10:54 pm, Rohan Redkar <[EMAIL PROTECTED]> wrote: >

Re: How to have a layered panel?

2008-12-08 Thread rakesh wagh
your translucent panel will be between the main screen and your visible widget. You might also have to put a screen resize handler to resize the size of your panel. I think the gwt incubator has a ready to use widget. Rakesh Wagh On Dec 6, 11:04 pm, Suri <[EMAIL PROTECTED]> wrote: >

Re: How to have a layered panel?

2008-12-08 Thread rakesh wagh
mask.hide(); super.hide(); } .trans-bg{ background-color: black; filter: alpha(opacity=50); -moz-opacity: .5; } And I am able to show a translucent background to any of my dialog box! Rakesh Wagh On Dec 8, 9:37 am, rakesh wa

Re: TestBox inside CheckBox's text

2008-12-09 Thread rakesh wagh
Create a Composite widget with a checkbox and textbox inside it. On Dec 9, 5:45 am, "Danny Schimke" <[EMAIL PROTECTED]> wrote: > I want to use a TextBox inside the CheckBox- label. > > For example: > *[X]* Save in ** minutes > > I can do it by using the toString()- method on TextBox, but it is be

Re: How to have a layered panel?

2008-12-10 Thread rakesh wagh
ll. Though I did have some issues with the blur event in IE, > but I could easily fix it by catching and ignoring the onBlur() call. > > > > Suri wrote: > > Hi Rakesh, Isaac & Litty > > Thanks for the replies. Since I'm currently already using the > >

Re: Drawing seperator (Line) between widgets

2008-12-15 Thread rakesh wagh
Horizontal: new HTML(""); Vertical: new HTML(" "); On Dec 15, 6:02 am, Arul wrote: > Hi, >    Would you please help me How I can draw line(Horizontal or > Vertical) between widgets?. > I understand it is web tool kit, but supposed to give importance to > this areas as well. The core idea is t

Re: Clickable text

2008-12-15 Thread rakesh wagh
Here is a simple class we wrote for our purpose. : public class TextLink extends Label{ boolean enabled = true; public TextLink() { super(); init(); } public TextLink(Element element) { super(element);

Re: Clickable text

2008-12-15 Thread rakesh wagh
fyi: The above widget also has a enable/disable functionality which is missing in a regular hyperlink. (The functionality is not fully tested). Use the widget at your own risk(if you have to). But I dont see any reason why it should fail. Rakesh Wagh

Re: Dialog Box Appears Behind Another Widget

2008-12-15 Thread rakesh wagh
never used openlayers... but try this: for your dialog box, where you do dialoBox.show(), call the .hide() method first and then call ..show(); or try .show() .hide() .show in a sequence and see if it works... its basically about setting the proper z-index. On Dec 15, 3:26 pm, WebDude wrote:

Re: Image viewer widget

2008-12-16 Thread rakesh wagh
com.google.gwt.user.client.ui.Image is all you need. You should develop your own Composite on top of it. Add a zoom in, zoom out buttons; handle the click events; and resize your image accordingly; it is that easy! On Dec 16, 4:56 am, ArunDhaJ wrote: > Hi All, > Is there any widget developed i

Re: Dollar sign in filename

2008-12-17 Thread rakesh wagh
those files are automatically generated by the compiler. They are typically inner classes. What is your concern by the way? On Dec 16, 5:55 pm, jchimene wrote: > Hi, > > Would someone please post a link to the documentation for the > filenaming convention that allows for names like: "RichTextToo

Re: window;open in the same window

2008-12-18 Thread rakesh wagh
Window.open("http://url";, "_self", ""); On Dec 18, 12:11 pm, arnaud wrote: > Hi every one, > at the moment i can open a new window that contains the pdf document > and it's properties in the new winddows by using  window.open > I want to open the same document but not in a new window.Ho

Re: Waiting on multiple RPC calls

2008-12-19 Thread rakesh wagh
operation. It is always a good idea to cache(static) your rpc service references on client once you create it for the very first time. Rakesh Wagh On Dec 19, 3:38 am, "stephen.sm...@paretopartners.com" wrote: > Thats exactly the thing i need!!! > > Thanks :) > > On Dec 1

Re: New release of the GWT project Tatami

2008-12-19 Thread rakesh wagh
How does your js loading happen? For example if I need to use just gfx in my application, will tatami load only the gfx related dojo js files? I have not played around with tatami. We use lot of gfx in our application. Will you recommend switching to Tatami... ? Thanks for the release Rakesh

Re: Get file from server with GWT-RPC

2008-12-26 Thread rakesh wagh
greatly vary. You might also want to look at Gears, it allows you to store and retrieve Blobs in client database... not sure if it has to do anything with your requirement but will come handy if you are playing a lot with files etc. .. Rakesh Wagh On Dec 24, 8:01 am, Daniele B wrote: > Hi.

Re: Are RPC servlets Thread safe

2008-12-27 Thread rakesh wagh
cheers! On Dec 26, 5:57 pm, byhisdeeds wrote: > Sorry for bothering everybody in this season of good cheer. I found > the problem which was my own (of course). I had my json object > instantiated per the RPC servlet class and not the servlet method. > > Think I'll go and have a drink now. > > Jo

Re: To draw a line

2008-12-27 Thread rakesh wagh
1. GWT Canvas 2. JSGraphics(Using GWT Widget Library). You have x and y co-ordinates of your two widgets. To calculate length of the line, do simple mathematics. Remember Pythagoras? Rakesh Wagh On Dec 25, 11:47 pm, arun wrote: > Hi frends, > > I have a requirment to connect two wi

Re: IDE for GWT

2008-12-27 Thread rakesh wagh
f the time pretty much on your own.. and it is good to be that way so that you have the complete control and less unknowns. Any tool that helps you write java code should be equally helpful for gwt. vi ny1? ;) :) just my 2c. Rakesh Wagh On Dec 20, 7:48 pm, "Eduardo Henrique" wrote: >

Re: Get file from server with GWT-RPC

2008-12-27 Thread rakesh wagh
t a proper content type and just spit out the byte stream. >From the client just call this servlet with appropriate params for it to retrieve the image. In essence: Image img = new Image(); img.setUrl("/servlet?photoId=39934&width=50"); Rakesh Wagh On Dec 26, 4:26 pm, Daniele wrote

Re: ANNOUNCE: HtmlUnit 2.4 released

2008-12-31 Thread rakesh wagh
I was wondering if there is a way to use HTMLUnit for Load testing a gwt application? Any GWT and HTMLUnit articles will help... Thanks, Rakesh Wagh On Dec 31, 12:16 am, Ahmed Ashour wrote: > Happy New Year everyone! > > The team is very pleased to announce the new release of the

Re: ANNOUNCE: HtmlUnit 2.4 released

2008-12-31 Thread rakesh wagh
Is there a document that explains how to set gwt rpc parameters? On Dec 31, 9:43 am, Ahmed Ashour wrote: > Dear Rakesh, > > > I was wondering if there is a way to useHTMLUnitfor Load testing a > > gwt application? Any GWT andHTMLUnitarticles will help... > > Testin

Re: about GWT compiler performance

2009-01-02 Thread rakesh wagh
also makes your application design better. Rakesh Wagh On Nov 7 2008, 5:06 pm, surfer wrote: > since often the main development of an application is viewed and > debugged with one single type of browser and only sometimes verified > on the others, does anybody know if it's possibl

Re: Newbie Question on GWT/JSON

2009-01-04 Thread rakesh wagh
a hyperlink click) to reach its destination as expected. Good luck! Rakesh Wagh On Jan 3, 9:09 pm, Ian wrote: > I am new to the Web application world; I am trying to encapsulate my > set of data in a JSONObject, convert to string, and send it  (async > POST) to a PHP page us

Re: Getting java.net.SocketTimeoutException: Read timed out

2009-01-04 Thread rakesh wagh
time than your time out values set. For a better answer, give us more information. Rakesh Wagh On Jan 4, 12:45 am, tin wrote: > Hi All, > > I occassionally get this exception when my app's page is getting > downloaded in the broser. In my application, I make few rpc calls to

Re: How to attach a click listener to an existing SPAN element?

2009-01-11 Thread rakesh wagh
See the Label class. They do similar stuff for Div. Copy it for Span... Not sure what all events span handles. On Jan 10, 6:06 pm, "Fred Janon" wrote: > Hi, > > I need to add some functionality to an existing web page with a SPAN element > and add a click listener to it. The SPAN element is not

Re: Multiple web pages how-to

2009-01-11 Thread rakesh wagh
control over difficult to manipulate browser functions. I am sure you will learn these concepts through practice. Hope that helps! Rakesh Wagh On Jan 8, 11:18 pm, "Sahil Dave" wrote: > Hi all, > > i am new to GWT. I have gone thru the gwt's online tutorial and have > un

Re: What are you using for a backend??

2009-01-20 Thread rakesh wagh
service but the fee will be much more when compared to those "php deals". Try the Amazon cloud computing platform. I have not tried that myself, but it sounds promising. Rakesh Wagh On Jan 20, 7:24 am, sloughran wrote: > So, in my messing around with GWT for the past year or so, I have

Re: Third party libraries for GWT

2009-02-18 Thread rakesh wagh
Vanilla Gwt with our set of custom reusable widgets as and when required. You cannot beat the performance and flexibility in design you get by this approach! Rakesh Wagh On Feb 14, 9:38 pm, Omer Shakil wrote: > Today while searching on the web, I came across GWT EXT, EXT GWT, SmartGwt, >

popuppanel hight/width set to itself, does not work as expected

2010-01-26 Thread rakesh wagh
Check this code: PopupPanel p = new PopupPanel(); p.setSize(p.getOffsetWidth() + "px", p.getOffsetHeight() + "px"); As expected, nothing should happen., size of the popup panel should not change But you can notice that the size changes. Both height and width increases by the amount of padding pad

Popuppanel hight/width set to itself, does not work as expected

2010-01-27 Thread rakesh wagh
Check this code: PopupPanel p = new PopupPanel(); p.setSize(p.getOffsetWidth() + "px", p.getOffsetHeight() + "px"); As expected, nothing should happen., size of the popup panel should not change But you can notice that the size changes. Both height and width increases by the amount of padding pad

Re: Feature Request - Improve Visual Look

2010-01-30 Thread rakesh wagh
gwt is by and for developers. However gwt is open source and if desired, graphics artists with little development knowledge(or with help from developers) can contribute themes on line of standard/chrome/ dark which are already included. Sorry but the looks of gwt's decorator based panels are not th

Re: Feature Request - Improve Visual Look

2010-01-30 Thread rakesh wagh
if you ask me, I like the default theme; simple and elegant! but my boss and many others I know need something more aesthetically pleasing. On Jan 28, 1:27 pm, Simon wrote: > Hi > > I think some of the most aesthetically pleasing UI components can be > found in extJS so I would like to suggest th

Re: Popuppanel hight/width set to itself, does not work as expected

2010-01-30 Thread rakesh wagh
any one? On Jan 27, 11:11 am, rakesh wagh wrote: > Check this code: > > PopupPanel p = new PopupPanel(); > p.setSize(p.getOffsetWidth() + "px", p.getOffsetHeight() + "px"); > > As expected, nothing should happen., size of the popup panel should > no

Newbie question about testing guis

2009-05-11 Thread rakesh mailgroups
Hi, I've just been told by the powers-that-be that I will be taking over development of a GWT-Ext app thats just been started. I know very little about GWT and intend to read up soon but I have a question that I will probably not find in the docs and thought I would ask this group. My previous e

Re: gwt webgl smartgwt

2010-05-11 Thread rakesh wagh
not really work well! Rakesh Wagh On May 11, 2:25 pm, Alan Chaney wrote: > Hi > > I've started to build an application using GWT 2 which will needs an > HTML 5 canvas element to display WebGL. I was intending to use smartgwt > for the bulk of the UI. Sadly, smartgwt gives la

Re: MMLc: a Tool to convert HTML in GWT widgets

2010-05-24 Thread rakesh wagh
good job congrats! keep it up. On May 23, 10:59 pm, Davi Pires wrote: > Hi all, > > I'd like to announce that the tool I mentioned here earlier (6 months > ago) has finally been opened. > We call it MMLc. From the project description: > > "MMLc is a GWT generator that processes files written in a

GWT

2010-06-17 Thread gourineni rakesh
Hi, I m Rakesh. I m developing a GWT based eclipse project.The project is about sensor web application for Buoys n i used google maps to display the Buoy locations.For this the GWT i m using is 2.0.3, eclipse is 3.4 Ganemade n Tomcat is 5.5.9. Recently I have upgraded the Sensor Web project

Regarding GWT 2.0.3

2010-06-17 Thread gourineni rakesh
Hi, I m Rakesh. I m developing a GWT based eclipse project.The project is about sensor web application for Buoys n i used google maps to display the Buoy locations.For this the GWT i m using is 2.0.3, eclipse is 3.4 Ganemade n Tomcat is 5.5.9. Recently I have upgraded the Sensor Web project

Re: Regarding GWT 2.0.3

2010-06-17 Thread gourineni rakesh
Thanks Cerezo for the reply I had opened web.xml file from xml editor but I couldnt find any error. Can you check whether my web.xml format is correct? Regards, Rakesh 2010/6/17 Andrés Cerezo > Try to open it with the xml editor of eclipse (design view) perh

Re: Regarding GWT 2.0.3

2010-06-18 Thread gourineni rakesh
lication/buoyDataService BuoyApplication.html Regards, Rakesh. 2010/6/17 Andrés Cerezo > Yes send me it by email. > > 2010/6/17 gourineni rakesh > > Thanks Cerezo for the reply >> I had opened web.xml file from xml editor but I >&

Re: Regarding GWT 2.0.3

2010-06-18 Thread gourineni rakesh
Hi Andres, these is the attached web.xml 2010/6/18 Andrés Cerezo > Try to attach the file, please. > > 2010/6/18 gourineni rakesh > > Hi Andres, >> the below is my web.xml file. Plz check this and let me know >> if

Re: Million access to GWT Appl ??

2010-06-21 Thread rakesh wagh
. If you compare gwt to other js based toolkits, they all behave similar as far as client to server communication is concerned. gwt only makes life simple for the developers. Rakesh Wagh On Jun 19, 7:44 pm, manish kumar wrote: > Hi, i have gone through many articles on web and found that GW

Re: UIBinder Benefits?

2010-06-21 Thread rakesh wagh
of ui.xml files. hence uibinder files are very readable and usable! Infact my question is, why xml? why not yaml or json? Rakesh Wagh On Jun 20, 6:23 pm, spierce7 wrote: > Does using the UI Binder provide any benefits? I watched some of the I/ > O conference, and it seemed like the

Re: Regarding GWT 2.0.3

2010-06-22 Thread gourineni rakesh
und on the system classpath [WARN] Adding classpath entry 'file:/C:/Users/rakesh/Desktop/eclipse/plugins/com.google.gwt.eclipse.sdkbundle.2.0.3_2.0.3.v201002191036/gwt-2.0.3/gwt-user.jar' to the web app classpath for this session For additional info see: file:/C:/Users/rakesh/Des

Re: how to display a JSP page inside a DecoratedTabPanel

2010-06-30 Thread rakesh wagh
the answer is embedded in your question: "framed". Use com.google.gwt.user.client.ui.Frame On Jun 30, 10:51 am, Denis wrote: > Hello, > > I have existing JSP pages that should be framed inside a GWT > DecoratedTabPanel. > Is this doable at all? > > Thanks for your reply. -- You received this m

multiple dialog box/popup panel overlap issue

2009-07-07 Thread rakesh wagh
I have multiple dialog boxes(or popup panels) on my screen. When I drag one, it should show up on top of others. But that does not happen. All dialog boxes mantain the other in which they were added. Unfortunately show()/hide() is not the option for me. All my non modal dialog box windows are alwa

Textbox event key code not case sensitive?

2009-08-14 Thread rakesh wagh
(char)key); } } } } Enter characters in lower case, it will print upper case to the console. I thought of checking with the group before raising it as an issue. Any idea on what's going on here? Than

How to get the loading symbol while the application is loading in gwt 2.0.3

2010-07-09 Thread gourineni rakesh
o idea how to do this plz help me. thanls in advance. Regards, Rakesh. -- 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-tool...@googlegroups.com. To unsubscribe from this group, s

Regarding google visualization(Annotated Timeline)

2010-07-16 Thread gourineni rakesh
hi, I m Rakesh Kumar Gourineni. I m working on Annotated Timeline in google visualization. The error i got was given below. I searched in many forums for the solution.But i was unlucky. Please please try to look the source code which is at the bottom n plz try to figure out the problem. The

Re: Regarding google visualization(Annotated Timeline)

2010-07-22 Thread gourineni rakesh
Hi, Thank You Nicky.I am new to Visualization.Can u plz tell me how to set the m_vpMainPanel width and height ... Regards, Rakesh. On Fri, Jul 16, 2010 at 2:58 PM, Nicky wrote: > The error says it all. set m_vpMainPanel width and height explici

Re: Which is the best way to manage many rows in a table with pagination?

2009-10-28 Thread rakesh wagh
>> I was seeing the incubator's widget ScrollPagingTable, what do you think about it? it is really good, use it! Rakesh Wagh On Oct 28, 6:43 am, iaio81 wrote: > Hi all, > which is according to you the best way to manage many rows in a table > through pagination? I was se

Re: Can GWT do this?

2009-12-14 Thread rakesh wagh
implementation. It depends on what your exact use case is. Rakesh Wagh On Dec 13, 11:23 am, sportscode wrote: > I would like to create an application that has, > 1. Edit Mode - Acts as an editor where i can design buttons and labels > 2. Application Mode - Where it acts as an applicati

Re: GWT and portlet

2009-12-14 Thread rakesh wagh
"portlet" by itself is a broad term. You have to be more specific on what you need to achieve. If all you are looking for is portlet like boxes where some information can be displayed, look into demo 4 and 5 of gwt-dnd library. If you need more like jsr 168 compliance etc, you will have to put some

Re: Announcing gwt4air 1.0

2010-11-01 Thread rakesh wagh
How would it be different from using say Mozilla Prism? Prism does not require anything special. Rakesh Wagh On Oct 31, 4:30 pm, nino ekambi wrote: > Hello community, > It s been a long way but i m proud to annouce the release of Gwt4Air 1.0 > Gwt4Air will give you the the ability to t

Re: how to send a dom document to a server

2008-08-28 Thread rakesh wagh
you can do toString() on any widget. This will return you the entire html dom. This dom can be send through json or rpc back to your server. If you are getting a html dom string back from the server(with our without manipulation), you can render it using innerHTML() function. Rakesh Wagh On

Re: GWT 1.5 Now Available

2008-08-29 Thread rakesh wagh
great milestone achievement. Entire gwt community was looking fwd for this release. congrats gwt team for all the hard work put in. Cannot wait to see what features are planned for 1.6 :) Rakesh Wagh On Aug 28, 7:44 pm, "Bruce Johnson" <[EMAIL PROTECTED]> wrote: > Hi everyon

Re: Google Chrome and GWT Apps Speed. Fred Sauer. HornetBlast

2008-09-05 Thread rakesh wagh
nice fun game... chrome is fast indeed. Chrome feels more like Opera. We now have 3 good browsers! Some of our DOM intensive gwt screens run at least 12 times faster when compared to IE. However firefox rendered them as fast if not faster. What makes chrome different is the multi process architec

Re: Creating a framework similar to igoogle, adding widgets dynamically

2008-09-07 Thread rakesh wagh
, client, public and server) and inherit your widget library's gwt.xml in it. Happy widgeting! :) Rakesh Wagh On Sep 6, 2:22 am, Rosh PR <[EMAIL PROTECTED]> wrote: > I'm developing a framework where i can browse and add widgets > dynamically. > > Problems I'm fa

Re: How to create a busy/loading icon?

2008-09-07 Thread rakesh wagh
. In the later scenario(at least in IE) your animated loading gif will freeze and so will the browser if you are adding lot of rows and widgets to the flextable. Try to design your tables as sleek as possible. For more information see the tables in gwt incubator. Hope that helps. Rakesh Wagh On Sep

Re: Announce: MathEclipse GWT module 0.0.6 released

2008-09-07 Thread rakesh wagh
great, keep up the good work! Rakesh Wagh --~--~-~--~~~---~--~~ 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

Re: Creating a framework similar to igoogle, adding widgets dynamically

2008-09-07 Thread rakesh wagh
different gwt.xml, client, public and server) and inherit your widget library's gwt.xml in it. Happy widgeting! :) Rakesh Wagh On Sep 6, 2:22 am, Rosh PR <[EMAIL PROTECTED]> wrote: > I'm developing a framework where i can browse and add widgets > dynamically. > >

Re: Invalid version number "null" when using the hosted mode

2008-09-20 Thread rakesh wagh
have updated your those files in eclipse/run/debug-configuration Cure: Make sure you use 1.5.2 in your ant build as well. Hope it works for you! Rakesh Wagh On Sep 17, 3:57 pm, Marco Mustapic <[EMAIL PROTECTED]> wrote: > I'm having the same problem, on os x, using -noserver and t

Re: Most efficient way to transfer larger amounts of data via RPC?

2008-10-13 Thread rakesh wagh
> 3. Is there another way all together that I could approach this to get > the data to the client faster? For this specific scenario use RequestBuilder on client and a traditional servlet on the server. --~--~-~--~~~---~--~~ You received this message because you ar

  1   2   >