How to use arrowkeys for cell navigation in Grid

2009-07-21 Thread Suren
Hi All, I want a functionality to move one cell to another cell in a Grid by pressing any one of the arrow keys in the keyboard. But currenty only the browser's scrollbar is moving. What I need to do to acheive this? Kindly help me in this regards Thanks Suren

Keyboard arrow keys navigation in FixedWidthGrid/Grid

2009-07-16 Thread Suren
cell, it should move by one cell. Any idea how this can be done? Regds Suren --~--~-~--~~~---~--~~ 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

Re: Help required when or how to use timer

2009-06-19 Thread Suren
Thanks Suren On Jun 18, 7:59 pm, Kwhit kwhitting...@gmail.com wrote: Sure... 4/ At the last interrupt have the object commit suicide and remove itself Feedback will wake up every, say, 250ms.. You want to keep a highlight visible for say 5 seconds so that's 20 wake ups. Count them

Re: Help required when or how to use timer

2009-06-18 Thread Suren
Hi Kwhit, Thanks for the reply. This idea is not bad either ;-) Sure, I'll use this if it works for me. Let me try this and getback ASAP. Thanks again Suren On Jun 18, 8:10 am, Kwhit kwhitting...@gmail.com wrote: That's a nice graphical feedback idea Suren (I'll steal it one day soon I'm

Re: Help required when or how to use timer

2009-06-18 Thread Suren
a new Feedback object and forget about it Thanks Suren On Jun 18, 8:50 am, Suren nsurendi...@gmail.com wrote: Hi Kwhit, Thanks for the reply. This idea is not bad either ;-) Sure, I'll use this if it works for me. Let me try this and getback ASAP. Thanks again Suren On Jun 18, 8:10 am

Re: Set the textbox height and width to align with Grid cell

2009-06-18 Thread Suren
the feel to the user like they are editing the cell and not to typing something in the textbox as such. I hope you understood. So any help again? Thanks Suren On Jun 18, 10:32 am, Manik Chand manik.chand.daffo...@gmail.com wrote: get width and height of cell from the CellFormatter and set

Re: Set the textbox height and width to align with Grid cell

2009-06-18 Thread Suren
Hi Rainer, Its me, Suren posted this problem. Thanks for your reply. I have done all the things which is mentioned over here. Still I can see a space left in the all the four sides(top, bottom, left and right) for the border. how I checked this is, I gave the border width to 1px, I can see now

Re: How to get the row Selection in a Grid

2009-06-18 Thread Suren
that is and how that would help me Thanks anyway Suren On Jun 18, 1:12 pm, Jim jim.p...@gmail.com wrote: Here is source code I cited from GWT mail example. You can find this example fromhttp://www.gwtorm.com/gwtMail.jspthat include RPC- database layer code. public class MailList extends Composite

Re: Set the textbox height and width to align with Grid cell

2009-06-18 Thread Suren
, Jun 19, 2009 at 9:03 AM, Suren nsurendi...@gmail.com wrote: Hi Rainer, Its me, Suren posted this problem. Thanks for your reply. I have done all the things which is mentioned over here. Still I can see a space left in the all the four sides(top, bottom, left and right) for the border

Help required when or how to use timer

2009-06-17 Thread Suren
there. How can I effectively remove the color of cells in a row, after 5 seconds. Any help would be appreicated. Thanks Suren --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group

How to get the row Selection in a Grid

2009-06-17 Thread Suren
if user clicks or double clicks that cell. Any help would be appreciated Thanks Suren --~--~-~--~~~---~--~~ 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

How to send data to client in a regular interval?

2009-06-01 Thread Suren
in this regards? Thanks in advance Suren --~--~-~--~~~---~--~~ 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 this group, send email

Re: How to send data to client in a regular interval?

2009-06-01 Thread Suren
disadvantages of doing it? Thanks again Suren On Jun 1, 1:23 pm, Matías Costa m.costac...@gmail.com wrote: On Mon, Jun 1, 2009 at 9:47 AM, Suren nsurendi...@gmail.com wrote: Hi all, Is it possible to send the updated data from DB to the client in a periodic interval and without any request

Re: How to send data to client in a regular interval?

2009-06-01 Thread Suren
Hi All, Thanks for the update. I'm using the GWTEventService for the server push principal. It is implementing server-push independently from Tomcat or Jetty. http://code.google.com/p/gwteventservice/ Any demo's or samples available some where, so that I can have a close look. Thanks Suren

How to launch a GWT application without menubar and toolbar in IE FF

2009-05-28 Thread Suren
launch my application without any of these above add-ons in a browser. Thanks Suren --~--~-~--~~~---~--~~ 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

How to disable click events in Grid cell

2009-05-27 Thread Suren
background. I want to disable this functionality for certain cells / entire columns. Can anyone help me in this regards Thanks Suren --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post

How to prevent default select text in double click

2009-05-26 Thread Suren
Hi All, I dont want the displayed text to be selected when an user double click on any particular cell in my Grid. How can I prevent this? Thanks Suren --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web

How FocusListener and KeyboardListener can share the same code?

2009-05-25 Thread Suren
oncellDoubleclicked, the scope is not read.. When I try to write outside oncellDoubleclicked, then also I am not getting the method inside these two methods(KeyPress and LostFocus) Any help or advise would be appreciated Thanks Suren --~--~-~--~~~---~--~~ You

FocusListener and KeyboardListener

2009-05-25 Thread Suren
oncellDoubleclicked, the scope is not read.. When I try to write outside oncellDoubleclicked, then also I am not getting the method inside these two methods(KeyPress and LostFocus) Any help or advise would be appreciated Thanks Suren --~--~-~--~~~---~--~~ You

Re: How FocusListener and KeyboardListener can share the same code?

2009-05-25 Thread Suren
Thanks Jim, It works. I tried putting it inside the tableListener earlier. Thats the reason it didnt work for me :-) Thanks again Suren On May 25, 6:35 pm, Jim jim.p...@gmail.com wrote: dataGrid.addTablelistener {   public void onCellClicked(SourcesTableEvents sender, final int row,final

Any easier way I can trap the double click in a Grid ?

2009-05-21 Thread Suren
in place the make the cell editable, when I double click any cell. But I dont know how to get the Doubleclick event in the Grid. I heard of sinkEvents and onBrowserEvent But not sure how to go about it. Any help would be appreciated. Thanks Suren

Any way to set tooltip text for a individual Grid cells?

2009-05-20 Thread Suren
Hi All, i just wanted to know anyway I can set tooltip text only to certain cells in a Grid?? I saw setTitle()..but thats for the entire Grid Any advise welcome Thanks Suren --~--~-~--~~~---~--~~ You received this message because you are subscribed

Re: Any way to set tooltip text for a individual Grid cells?

2009-05-20 Thread Suren
Hi, Thanks alot. It works. Yep, I checked the tooltip with mozilla and IE. Make sure with other browsers too. Our App. requires mouse anyway. But what you mentioned is a valid one to consider for only keyboard users as well. Thanks. Suren On May 20, 5:42 pm, Thomas Broyer t.bro...@gmail.com

Re: Accessing a method in a server not through RPC ?

2009-05-19 Thread Suren
.. Any thoughts are advise are welcome Thanks again On May 19, 10:19 am, Suren nsurendi...@gmail.com wrote: module .. .. servlet path=/DBFetch class=com.ibsplc.idaho.thinclient.server.DBFetchImpl/ /module This is what I have now.. Say if I am introducing new RPC named DBRefresh.. What

Changing the text according to the loading data in Grid

2009-05-19 Thread Suren
to refresh the text change..because again as I mentioned, its busy with populating the Grid data. So my page looks like hanging.. Any better solution for this? Kindly advise Suren --~--~-~--~~~---~--~~ You received this message because you are subscribed

Re: Accessing a method in a server not through RPC ?

2009-05-19 Thread Suren
status You'll see - as long as users know what's happening and when it's happening they are all happy. And when they are happy - your are too ;-) hth On 19 Mai, 08:25, Suren nsurendi...@gmail.com wrote: Hi All, Now as Carl mentioned, I tried using two different services with the same

Re: Accessing a method in a server not through RPC ?

2009-05-19 Thread Suren
. Specifically, please resist the urge to use       'width/height: 100%' or similar constructs.     */ } On 19 Mai, 11:01, Suren nsurendi...@gmail.com wrote: Hi, Thanks for the reply. I tried with Glasspanel now. Thats is visible to me, only all the data is populated..which

Re: Accessing a method in a server not through RPC ?

2009-05-19 Thread Suren
. Currently I am trying to populate the Grid in the onSuccess method itself. So according to you..instead you asked me to move the code for the Grid population to Deferred command. Could you please explain, How can I do that? Thanks to all again Suren On May 19, 2:57 pm, Magius antonio.diaz

Re: Changing the text according to the loading data in Grid

2009-05-19 Thread Suren
not getting reflected. I hope I made my point clear. Please help Thanks Suren On May 19, 3:00 pm, alex.d alex.dukhov...@googlemail.com wrote: you are all over the place, dude :-) use text like: fetching the data from server... and when populating: updating table: XX rows updated that way you

Re: Accessing a method in a server not through RPC ?

2009-05-19 Thread Suren
Hi Magius, It cannot be explained more than this.. :-) Thanks alot for help. Let me try this out and get back to you tomorrow.. Thanks again. suren On May 19, 4:18 pm, Magius antonio.diaz@gmail.com wrote: When I tested gids performance, it was acceptable the RPC time but really slow

Accessing a method in a server not through RPC ?

2009-05-18 Thread Suren
?? The reason why I am asking / thinking like this because, I am thinking of accessing methods in two different server classes how is that possible? Thanks Suren --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web

Re: Accessing a method in a server not through RPC ?

2009-05-18 Thread Suren
for this already.. Kindly help me Thanks Suren On May 18, 12:40 pm, Salvador Diaz diaz.salva...@gmail.com wrote: Hi, inhertiance can I call a method defined in the server class?? Well, the class is located in the server, I'm not sure how you imagine the client-side javascript would call a java

Re: Accessing a method in a server not through RPC ?

2009-05-18 Thread Suren
call common code. sorry for my ignorance..Did you mean the change to be made in app.gwt.xml file ? Thanks Suren On May 19, 8:14 am, Carl Pritchett bogusggem...@gmail.com wrote: This is what happend : Eventhough I am trying to populate into a new Grid, my previously populated Grid is also

Re: Accessing a method in a server not through RPC ?

2009-05-18 Thread Suren
dbFetch = (DBFetchAsync) GWT.create(DBFetch.class); ServiceDefTarget endpoint = (ServiceDefTarget) dbFetch; endpoint.setServiceEntryPoint(GWT.getModuleBaseURL() + DBFetch); can I create a similar entry for DBRefreshAsync after the change in the xml file?? Thanks Suren On May 19, 10:16 am, Suren

Re: how to overlay one grid over the other?

2009-05-15 Thread Suren
Thanks Alex, I will try that out definitely..any idea about scrolling them together with single scrollbar on the right end ? like chad had mentioned it wuold be a problem still. thanks again Suren On May 15, 12:06 pm, alex.d alex.dukhov...@googlemail.com wrote: You don't have to use

Re: Strange horizontal scrollbar issue

2009-05-15 Thread Suren
: #FF; border-spacing: 0; border-collapse: collapse; margin: 0; color: #ff; font: bold; table-layout: fixed; } .PanelStyle { background-color: buttonface; } Thanks Suren On May 15, 1:41 pm, Salvador Diaz diaz.salva...@gmail.com

Re: Strange horizontal scrollbar issue

2009-05-15 Thread Suren
Hi salvador, Exactly you are right.. st.setSize(100%, 100%); The height of the ScrollTable is 100%, when I reduced to 90% I got the scrollbar in both IE and Firefox. Thanks for sheding some light on it Suren On May 15, 2:37 pm, Suren nsurendi...@gmail.com wrote: Hi.. Please have a look

Re: how to overlay one grid over the other?

2009-05-15 Thread Suren
? Thanks Suren On May 15, 2:34 pm, Alyxandor a.revolution.ultra.b...@gmail.com wrote: @alex.d - The only way to make the two panel approach work would be to use Salvador's ScrollHandler linkage, plus a function to loop through each row of both tables, measure the max height of each row, and apply

Re: How to have the first column alone to be freezed when scroll to the right

2009-05-14 Thread Suren
column in the FixedWidthGrid ?? Rgds Suren On May 14, 9:30 am, Suren nsurendi...@gmail.com wrote: Hi All, what I am trying now is to have two seperate FixedWidthGrid, one for the fixed column and the other for the data. But finally these two has to be clubbed together to be putin to ScrollTable

how to overlay one grid over the other?

2009-05-14 Thread Suren
Hi All, I want to overlay one grid over the other, so that I can create an impression that the first column can be a fixed/freeze when scrolling right. An anyone has any other solution for keeping the first column as fixed/ freeze when we scroll right the grid? Thanks Suren

Re: how to overlay one grid over the other?

2009-05-14 Thread Suren
Suren On May 14, 6:07 pm, Chad chad...@gmail.com wrote: Suren, You could just put two grids in a HorizontalSplitPanel and set the splitter bar so that only the left column is visible. Or create two grids where the first grid only has one column and the second grid has all but the first column

Strange horizontal scrollbar issue

2009-05-14 Thread Suren
was perfect. What should I do in this case? Advance thanks many Suren --~--~-~--~~~---~--~~ 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

Re: How to have the first column alone to be freezed when scroll to the right

2009-05-13 Thread Suren
this? Thanks in advance Suren On May 12, 9:42 am, Suren nsurendi...@gmail.com wrote: Hi All, I am already using a ScrollTable to have the freeze header functionality. so it has one flexTable for the header and Grid for the data. Now in the data grid I want the first column to be freeze

How to have the first column alone to be freezed when scroll to the right

2009-05-11 Thread Suren
to the ScrollTable?? Kindly advise Thanks Suren --~--~-~--~~~---~--~~ 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 this group, send

How to have a make invisible a column in FlexTable or Grid

2009-04-23 Thread Suren
would be appreicated Thanks Suren --~--~-~--~~~---~--~~ 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 this group, send

Re: Need to display a disabled checkbox without changing the appearance

2009-04-22 Thread Suren
As Lothar mentioned above, its not more appropriate to reset the previous value of a checkbox, as it got checked and become unchecked. so thought of keeping the original disabled appearance as such On Apr 21, 10:32 pm, Ian Bambury ianbamb...@gmail.com wrote: Checkboxes change their appearance

Re: Need to display a disabled checkbox without changing the appearance

2009-04-21 Thread Suren
suggested first Thanks again On Apr 21, 4:59 pm, Lothar Kimmeringer j...@kimmeringer.de wrote: Suren schrieb: But I want to just disable the editing and keep the checkbox apperance as same as enabled. how can I achieve that? Without knowing how that looks in reality, you might define

Need to display a disabled checkbox without changing the appearance

2009-04-21 Thread Suren
help would be appreicated?? Thanks Suren --~--~-~--~~~---~--~~ 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

Grid autorefresh not effective

2009-04-20 Thread Suren
the data all the time. After loading my second grid, I copied all the data to my original grid. But this also has the same effect. Any help or advise for this problem would be really appreciated. Thanks in advance Suren --~--~-~--~~~---~--~~ You received

Re: Uncaught exception escaped: JavaScriptException: (Error): Invalid argument.

2009-04-16 Thread Suren
(ScrollTable.ResizePolicy.FIXED_WIDTH); thanks Suren On Apr 15, 4:41 pm, Salvador Diaz diaz.salva...@gmail.com wrote: We use the following classes com.google.gwt.widgetideas.table.client.ScrollTable com.google.gwt.widgetideas.table.client.FixedWidthGrid

How to set the height and width of a scrollTable?

2009-04-16 Thread Suren
Thanks Suren --~--~-~--~~~---~--~~ 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 this group, send email to google-web

Re: Uncaught exception escaped: JavaScriptException: (Error): Invalid argument.

2009-04-16 Thread Suren
the samples once again. Thanks buddy Suren On Apr 16, 1:19 pm, Salvador Diaz diaz.salva...@gmail.com wrote: All the cues for what to do and where come from the styles given to the different html elements forming your table, if you look at the incubator examples (for instance, the ScrollTable one

Uncaught exception escaped: JavaScriptException: (Error): Invalid argument.

2009-04-15 Thread Suren
(int column, int width) { getColumnFormatter().setWidth(column,Integer.toString(width) + px); } But still I am getting the same exception. Any one experienced such issue? Or please advise what is wrong in this case Thanks in advance Suren

Re: Uncaught exception escaped: JavaScriptException: (Error): Invalid argument.

2009-04-15 Thread Suren
didnt get the exception but column resizing are not workin. I will do the debugging anyway. Thanks Suren On Apr 15, 2:44 pm, Salvador Diaz diaz.salva...@gmail.com wrote: I've experienced a similar issue on IE (Firefox was fine) when trying to run a custom animation. More specifically, I got

NoClassDefFoundError: org/apache/log4j/PropertyConfigurator

2009-04-13 Thread Suren
in the line of code where I give PropertyConfigurator.configure (props). I didnt get any clue out of this.. Can anyone advise me what is wrong here? I have included the log4j.jar and logging.properties file in the path. Thanks Suren --~--~-~--~~~---~--~~ You received

Re: IE doesnt show my progress bar when the data loads in to my Grid

2009-04-09 Thread Suren
doing that, one doubt in my mind..is that.. Do the same thing will happen to the Label too? like it will show blank kind of a page when the gid is loaded. Anyway let me try and confirm Thanks everyone for help Suren On Apr 9, 3:05 pm, alex.d alex.dukhov...@googlemail.com wrote: That's because

Re: IE doesnt show my progress bar when the data loads in to my Grid

2009-04-09 Thread Suren
Hi Alex, I have tried as you mentioned. Label is initially shown and the gif image started giving me kind of progress bar impression. But it stopped in the half way and hangs there until my grid is shown Any help? Thanks Suren On Apr 9, 1:43 pm, alex.d alex.dukhov...@googlemail.com wrote

Re: IE doesnt show my progress bar when the data loads in to my Grid

2009-04-08 Thread Suren
e.printStackTrace(); } } } [/code] Kindly advise whether its correct way of doing it. And how I can achieve my requirement? Thanks Suren On Apr 8, 6:01 pm, vaibhav vaibhav@gmail.com wrote: Hi, If you are using the GIF image using the image

Re: IE doesnt show my progress bar when the data loads in to my Grid

2009-04-08 Thread Suren
Hi Thomas, Thanks for the reply. I am a stranger to IncrementalCommand. Anyway let me check what is all about. Thanks. Suren On Apr 8, 9:04 pm, Thomas Broyer t.bro...@gmail.com wrote: On 8 avr, 07:22, Suren nsurendi...@gmail.com wrote: Hi All, I am loading 100x100 values

How to prevent the empty Grid display?

2009-04-07 Thread Suren
prevent this? I just want to show the Grid only when all the cells are populated with Values. Any help would be appreciated Thanks Suren --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group

Re: How to prevent the empty Grid display?

2009-04-07 Thread Suren
Hi, Thanks alot. Yes that works. Its simple but, powerful. I ashamed that, I didnt try that ;-) Thanks again Suren On Apr 7, 7:41 pm, makoki iagoto...@gmail.com wrote: What about setting it not visible after creation and only show it after the loading ended? grd.setVisible(false

IE doesnt show my progress bar when the data loads in to my Grid

2009-04-07 Thread Suren
is better way of doing it from the group. Kindly advise Thanks Suren --~--~-~--~~~---~--~~ 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

FlexTable population, very faster in Firefox and dead slow in IE. why?

2009-04-02 Thread Suren
. But still IE should not disappoint me in this case I cannot stick with Firefox also in this case, becase blank cells borders are not displayed properly in firefox. Any adivse would be helpful and appreciated Thanks Suren --~--~-~--~~~---~--~~ You received this message

Re: FlexTable population, very faster in Firefox and dead slow in IE. why?

2009-04-02 Thread Suren
Suren On Apr 2, 12:50 pm, Nicanor Babula nicanor.bab...@gmail.com wrote: Hi, I faced this problem too when trying to work with a grid having lots of rows and columns. I think is slower in IE because of the way it renders the pages. Anyway, it turns out that with large numbers of DOM elements

Is there any other easy and faster way to add text to FlexTable?

2009-04-01 Thread Suren
] Please advise..I am facing performance issue with this.. Thanks Suren --~--~-~--~~~---~--~~ 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

Re: FlexTable : how to get not wrapping text functionality

2009-04-01 Thread Suren
Hi Rudolf, Ok I agree with that I have the fixed width, but see below what I have now, FlexTable f1 = new FlexTable(); f1.setHTML(0, 0, font class=\felxtabletd\ This is a very long text/font); f1.setBorderWidth(2); RootPanel.get().add(f1); Even now its is not working.. Thanks Suren On Apr 1

Re: FlexTable : how to get not wrapping text functionality

2009-03-31 Thread Suren
.getCellFormatter().setStyleName(0, 0, felxtabletd); f1.setBorderWidth(2); RootPanel.get().add(f1); .css file .felxtabletd { overflow: hidden; white-space: nowrap; color: cyan; } This is not working for me :( Any thing I am missing out here ...please advise. Thanks Suren

FlexTable : how to get not wrapping text functionality

2009-03-30 Thread Suren
set the wordwrap to false, but still I am getting the wrapped text in the Flextable Could anyone please suggest any ways to acheive this? Thanks Suren --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web

Re: FlexTable : how to get not wrapping text functionality

2009-03-30 Thread Suren
according to the text's length? And wrap the text if the width is set? If so, what if I dont want that functionality? I mean how can I disable that? apart from the wordwrap method Thanks Suren On Mar 30, 11:55 am, Danny Schimke schimk...@googlemail.com wrote: Hi Suren! I dont know why

Re: FlexTable : how to get not wrapping text functionality

2009-03-30 Thread Suren
Hi Danny, Thanks for the reply. Yes I agree with your statement on the table and CSS style. But here my problem is that, how I can use that with the FlexTable, When I try to apply the style with the flexTable, I still get the wrapped text :( Thanks Suren On Mar 30, 1:13 pm, Danny Schimke

Re: FlexTable : how to get not wrapping text functionality

2009-03-30 Thread Suren
advise me to acheive my requirement. Thanks Suren On Mar 30, 7:53 pm, Magius antonio.diaz@gmail.com wrote: I achieved to avoid the word wrap after a long session with google and trying different things. And only for IE! Tables are old elements of HTML with a lot of css-options to render. I