Re: Getting OS or hardware info

2012-01-18 Thread Andrei Cosmin Fifiiţă
I should have been more specific: I meant hardware AND OS. I knew about user agent's OS info, but what I needed is a way to uniquely identify a certain device (not a category). I searched for this, but I don't think there is a method for that. On 18 January 2012 12:36, Aladdin alaamu...@gmail.com

Re: Problem when deploying new compiled code

2011-11-08 Thread Andrei Cosmin Fifiiţă
Thank you for your reply Thomas. I was firmly convinced that my config file had the necessary settings, but i was wrong. On 8 November 2011 14:00, Thomas Broyer t.bro...@gmail.com wrote: You probably need to tweak your server settings re. caching. Particularly, make sure that the *.nocache.js

Re: Inserting Widgets and simple text into panel

2011-11-07 Thread Andrei Cosmin Fifiiţă
I used the last solution and it worked fine (even IE 7,8 :), but I haven't tested IE 6 ) On 4 November 2011 05:06, Thomas Broyer t.bro...@gmail.com wrote: As Ice13ill said, setting innerText or innerHTML will break the w1 and w2 widgets (their element are rebuilt, so the instance they

Re: Inserting Widgets and simple text into panel

2011-11-03 Thread Andrei Cosmin Fifiiţă
Thank you for the reply Alan, but the reason for trying this approach is because widgets have much more that simple html elements (for example click handlers for click events) if i set the inner html or text of a panel (or a HTML widget) the new elements will be rendered ok, but the

Re: Adding a collection of Suggestion to SuggestBox (replacement strings different from display strings)

2011-10-13 Thread Andrei Cosmin Fifiiţă
Waw... it actualy works... I did't read the source code carefully (how createSuggestion(...) was used) but i uses my own oracle, with an internal map to remember for each added value its replacement string. Thank you :) On 6 October 2011 21:17, Aidan O'Kelly aida...@gmail.com wrote: You can't

Re: Adding a collection of Suggestion to SuggestBox (replacement strings different from display strings)

2011-10-13 Thread Andrei Cosmin Fifiiţă
Also to this topic, I would like to extend the widget to use a text area and split the entered text by comma (giving suggestions for the text after the last comma). Is there a way to override the query passed to the method that actually creates the search tokens ? 2011/10/13 Andrei Cosmin Fifiiţă

Re: Deploying to App engine

2011-08-03 Thread Andrei Cosmin Fifiiţă
I need to deploy because i need to test some server side issues. When i do that i use one compilation but still takes a lot I just thought that i can customize the compiler so that minor changes will not trigger the whole compilation (like adding a line of code in an app with 1000 java files) On

Re: MVP and boilerplate code

2011-04-15 Thread Andrei Cosmin Fifiiţă
What's that ? On 15 April 2011 23:52, Gal Dolber gal.dol...@gmail.com wrote: Use guit :) zero boilerplate On Fri, Apr 15, 2011 at 11:25 AM, Magno Machado magn...@gmail.com wrote: When using the MVP framework built in GWT it seems that we have to write a lot of boilerplate code. Is it on

Re: Window.open handle ?

2011-03-04 Thread Andrei Cosmin Fifiiţă
Few stars... Doesn't help much... On 4 March 2011 16:11, BB buchholz.bast...@googlemail.com wrote: Issue: http://code.google.com/p/google-web-toolkit/issues/detail?id=3779 -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this

Re: SerializationException problem, please advice!

2011-02-14 Thread Andrei Cosmin Fifiiţă
So basicaly there is no pb if every entity implements IsSerializable and the top class, that is extended by those entities, implements java.io.Serializable? On Feb 14, 2011 5:13 PM, joe kolba joekolb...@gmail.com wrote: I have ran into this problem also. First thing make sure everything is

Re: SerializationException problem, please advice!

2011-02-14 Thread Andrei Cosmin Fifiiţă
Some of them have no constructor. The rest is ok On Feb 14, 2011 8:40 PM, Jeff Larsen larse...@gmail.com wrote: Does every entity follow the required serialization policy for gwt? i.e. have a default constructor and all nested objects are serializable. Note Class? is not serializable. -- You

Re: Widget/Panel collapse using arrow button or bar

2011-01-11 Thread Andrei Cosmin Fifiiţă
I knwi that the header and the inside widget are vertically aligned. I need horizontal align. (something that looks like the HorizontalSplitPanel) On 11 January 2011 18:01, Milan Cvejic liquidbra...@gmail.com wrote: What you are looking for is called DisclosurePanel. It is in standard GWT

Re: Widget/Panel collapse using arrow button or bar

2011-01-11 Thread Andrei Cosmin Fifiiţă
I know how to create and design the widget, but i don't want to waste time since it is a very high probability that someone did it already (like gxt or smartGWT). I don't want to use such a big library either, because the widget is really simple (well i could use a simple libary...) But the widget

Re: Why 5 compilations instead of 6 ?

2011-01-07 Thread Andrei Cosmin Fifiiţă
Thanks. I haven't noticed that paragraph. On 7 January 2011 17:02, Jim Douglas jdou...@basis.com wrote: http://groups.google.com/group/google-web-toolkit/browse_thread/thread/6f2418947d7efeb9/02a6615d8b719089 On Jan 7, 6:51 am, Ice13ill andrei.fifi...@gmail.com wrote: I noticed that now

Re: GWT RPC serialization between 2 servlets

2010-11-17 Thread Andrei Cosmin Fifiiţă
Thx for the answers... I wanted to use serialization from the start but i really want to know how can i use JSON. BUT, i need to know if there is something simple that i can use (GWT, java, or other libs). For example, i have some java beans (with simple fields - string, integer, lists of those

Re: Setting / in history token using encodeComponent

2010-08-17 Thread Andrei Cosmin Fifiiţă
Well, this is just stupid... this means i cannot encode http:// in my url ? well, GMAIL can, so what;s the deal ? i don;t think this is a bug it seams like am amateur's mistake. On 17 August 2010 18:31, Thomas Broyer t.bro...@gmail.com wrote: On 17 août, 17:07, Ice13ill

Re: Detecting mobile phones browser

2010-08-15 Thread Andrei Cosmin Fifiiţă
Yep, that is exactly what i did :) (property-provider and replace-with tags) On 15 August 2010 17:51, Thomas Broyer t.bro...@gmail.com wrote: On 15 août, 16:36, Thomas Broyer t.bro...@gmail.com wrote: On 14 août, 14:32, Ice13ill andrei.fifi...@gmail.com wrote: I wont to know if by

Re: UI Binder paths

2010-01-26 Thread Andrei Cosmin Fifiiţă
i'll try that. 10x! On Tue, Jan 26, 2010 at 7:46 PM, Thomas Broyer t.bro...@gmail.com wrote: On Jan 26, 4:49 pm, Ice13ill andrei.fifi...@gmail.com wrote: i'm using uibinder to create some widgets with a CSS file and the corresponding .java and .ui.xml files. Where can i find how the