How to inspect GWT generated javascript in Internet Explorer?

2012-01-15 Thread mariyan nenchev
Hi, I am unable to inspect GWT generated javascript code in IE? Any ideas how to do it? 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-toolkit@googlegroups.com. To unsubscribe from

GWT does not use resource properties file from target, but the once in src/main/resources. How to make it with placeholders?

2011-08-31 Thread mariyan nenchev
Hi, I have gwt web project, which must use application.properties (on client side) loaded as TextResource in the code. Everything works fine, but now i want to centralize all properties values in maven pom.xml. So i made application.properties with placeholders like key1=${param1} and in the

Re: GWT does not use resource properties file from target, but the once in src/main/resources. How to make it with placeholders?

2011-08-31 Thread mariyan nenchev
-issue 2011/8/31 mariyan nenchev nenchev.mari...@gmail.com Hi, I have gwt web project, which must use application.properties (on client side) loaded as TextResource in the code. Everything works fine, but now i want to centralize all properties values in maven pom.xml. So i made

Re: format dates in specific timezone

2011-08-26 Thread mariyan nenchev
I don't want to make mappings manually. It's very funny that such thing can't be done with gwt. On Thu, Aug 25, 2011 at 11:05 PM, Sydney sydney.henr...@gmail.com wrote: If you want to use GMT+1 timezone style I guess you need to do some kind of mapping. -- You received this message because

Re: Custom internationalization with gwt

2011-08-26 Thread mariyan nenchev
Any help with this, please? On Thu, Aug 25, 2011 at 4:19 PM, mariyan nenchev nenchev.mari...@gmail.comwrote: Hi, I want to make custom internationalization for my gwt app. What does this means? Imagine that my app must be internationalized for men and women. (id=men, id=women

format dates in specific timezone

2011-08-25 Thread mariyan nenchev
Hi, How can i format dates in gwt for specific time zone like GMT+2 for example. Regards. -- 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

Custom internationalization with gwt

2011-08-25 Thread mariyan nenchev
Hi, I want to make custom internationalization for my gwt app. What does this means? Imagine that my app must be internationalized for men and women. (id=men, id=women). is it possible to make two different .properties files like MyAppMessages_men_en.properties MyAppMessages_women_en.properties

Re: format dates in specific timezone

2011-08-25 Thread mariyan nenchev
August 2011 06:22 PM, mariyan nenchev wrote: Hi, How can i format dates in gwt for specific time zone like GMT+2 for example. Regards. -- 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

Strange NullPointerException during getDispatch().execute(action);

2011-05-10 Thread mariyan nenchev
Hi I am getting very strange exception during execution of dispatch action. It seems that getDispatch() returns null?! Here is the exception: rpcDispatcher: Exception while executing cayetano.games.updownbet.web.shared.handler.action.UpDownBetGameAction: null java.lang.NullPointerException at

Re: Delivery Status Notification (Failure)

2011-05-10 Thread mariyan nenchev
: Strange NullPointerException during getDispatch().execute(action); From: mariyan nenchev nenchev.mari...@gmail.com To: gwt-dispa...@googlegroups.com, Google Web Toolkit Google-Web-Toolkit@googlegroups.com Content-Type: multipart/alternative; boundary=485b3973f087dec5ad04a2eb31b3 Hi

use gwt EntryPoint from jar

2011-05-09 Thread mariyan nenchev
Hi, I have gwt project which contains GWT EntryPoint and it is build to jar file - the jar contains *.* - .class, .java and resource files. I use maven as build tool. I added this jar as dependency to my web app project and in its pom i added gwt-maven-plugin and pointed as module the entry point

Re: use gwt EntryPoint from jar

2011-05-09 Thread mariyan nenchev
Thanks, or the other way is to build the gwt output in jar and when i am building my war project to take the output from this jar and place it in the war file. Any ideas for this? On Mon, May 9, 2011 at 11:04 AM, Thomas Broyer t.bro...@gmail.com wrote: From GWT's point of view: yes. Now the

Re: use gwt EntryPoint from jar

2011-05-09 Thread mariyan nenchev
Could you give mi sample sample code? On Mon, May 9, 2011 at 11:36 AM, Thomas Broyer t.bro...@gmail.com wrote: On Monday, May 9, 2011 10:23:25 AM UTC+2, mnenchev wrote: Thanks, or the other way is to build the gwt output in jar and when i am building my war project to take the output

customize CellTable css style

2011-04-12 Thread mariyan nenchev
Hi, I tried to customize gwt CellTable with no success. Am I missing something? Here is what i did: 1) create custom resource interface: public interface CellTableResource extends Resources { public CellTable.Resources INSTANCE = GWT.create(CellTableResource.class);

gwt-dispatch with spring exception on async request

2011-04-01 Thread mariyan nenchev
Hi, I integrated gwt-dispatch with spring, but when i try to execute gwt-dispatch Action it fails and calls onFailure() with exception net.customware.gwt.dispatch.shared.ServiceException [cause: java.lang.NullPointerException] br/ at

gwt-dispatch

2011-03-31 Thread mariyan nenchev
Hi, I am trying to use gwt-dispatch with spring. I added -- 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

Re: gwt + spring + maven

2011-03-28 Thread mariyan nenchev
Hi tried to run the sample gwt-spring example in dev mode, but i got: [WARN] dispatchServlet: An IncompatibleRemoteServiceException was thrown while processing this call. com.google.gwt.user.client.rpc.IncompatibleRemoteServiceException: This application is out of date, please click the

Re: gwt + spring + maven

2011-03-28 Thread mariyan nenchev
and test again Juan 2011/3/28 mariyan nenchev nenchev.mari...@gmail.com Hi tried to run the sample gwt-spring example in dev mode, but i got: [WARN] dispatchServlet: An IncompatibleRemoteServiceException was thrown while processing this call

gwt + spring + maven

2011-03-25 Thread mariyan nenchev
Hi, We are going to develop a new project and i want to make some proof of concept. We want to use gwt, spring and maven. Are these well integrated? Could we use dev mode with spring? Did someone tried this GWT designer and is it generating only java code or ui binder xml based code? Our UI will

adding gwt entry point to struts web project

2011-02-15 Thread mariyan nenchev
Hi, I have standard struts web project build with maven. I want to add one jps in this web project that hosts gwt entry point. For this I created separate project for my gwt stuff, which is also build with maven and produce .jar file (the jar is as lib and contains *.java). I added this jar (and

incubator paging scrolling table current page text box resize

2010-09-02 Thread mariyan nenchev
Hi, At the moment current page text box from incubator paging scrolling table is with static width. When the user enters number that is bugger part of the number will be hidden. How to make this text box resize dynamically according to the number length? Regards. -- You received this message

Re: incubator paging scrolling table current page text box resize

2010-09-02 Thread mariyan nenchev
Any ideas? -- 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, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more

Re: gwt voices problem

2010-08-12 Thread mariyan nenchev
Could someone answer me please? On Wed, Aug 11, 2010 at 1:15 PM, mariyan nenchev nenchev.mari...@gmail.comwrote: Hi, I need to play simple wav file with gwt voices. But i have problem (may be with plugins)... Here is what i do: // construct sound final SoundController sc = new

Re: gwt voices problem

2010-08-12 Thread mariyan nenchev
nenchev nenchev.mari...@gmail.com wrote: Could someone answer me please? On Wed, Aug 11, 2010 at 1:15 PM, mariyan nenchev nenchev.mari...@gmail.comwrote: Hi, I need to play simple wav file with gwt voices. But i have problem (may be with plugins)... Here is what i do

gwt voices problem

2010-08-11 Thread mariyan nenchev
Hi, I need to play simple wav file with gwt voices. But i have problem (may be with plugins)... Here is what i do: // construct sound final SoundController sc = new SoundController(); sound = sc.createSound(Sound.MIME_TYPE_AUDIO_BASIC, ServiceUtils.getClientResource().cue().getUrl()); //

incubator paging table

2010-06-29 Thread mariyan nenchev
Hi, i use paging table from gwt incubator. Recently i added a column to the table that contains close button for each record. It removes the coresponding record onClick. I have a problem with the paging. Imagine my page size is 5 recoreds, and the total records is 6, when i am on the first page

eclipse + pyjamas + dev mode

2010-06-27 Thread mariyan nenchev
Hi, if there are people who have experience with pythonpyjamas, could you please tell me is it possible to use hosted/dev mode with pyjamas? And How server side integration is done in pyjamas (RPC?)? Regards. -- You received this message because you are subscribed to the Google Groups Google

Re: GWT applet problem

2010-06-16 Thread mariyan nenchev
I said the easiest way to do it :) -- 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, send email to

Re: GWT applet problem

2010-06-15 Thread mariyan nenchev
Hi, how do you place applet in gwt? You know that applet must be placed for example in html or jsp? I am wandering how do you use it with gwt? If you want to show the applet in gwt app, the easiest way is to embed a frame within the gwt app, which hosts the applet. That way you shouldn't have any

Re: Disabling DatePicker

2010-06-10 Thread mariyan nenchev
Hi, you can try this: public void setEnabled(boolean enabled) { DOM.setElementPropertyBoolean(getElement(), disabled, !enabled); if (enabled) { this.removeStyleName(disabled); } else { this.addStyleName(disabled); } } public

Re: CSS theming

2010-06-09 Thread mariyan nenchev
Yes, this project is nice, i had a look some time ago. I am planning to use it for my future project. -- 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

How to manage with browser cache

2010-06-07 Thread mariyan nenchev
Hi, We will be releasing our gwt based app in prod soon. And we have to find way to deal with browser caching when new release is done and deployed in prod. Imagine, you deploy prod ver 1.0 and next week you have to deploy ver 1.1, but the user's browser cached js for ver 1.0, so the user will

Re: Multi-Watch GWT

2010-06-07 Thread mariyan nenchev
I think it is possible to add youtube videos. Just go to some video in youtube right click and copy embeded video. -- 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

Re: Basic support question about gwt

2010-06-04 Thread mariyan nenchev
All major browsers. Platform independent. Note: About mobile platforms i am not very sure, but it supports iphone and android. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Re: Date Serialization in RPC

2010-06-02 Thread mariyan nenchev
Why don't you use GMT times every where and just use the user's locale to format them in his/her timezone, but internally use Timestamp, or date.getTime() // long in gmt -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group,

Re: Using SliderBar from incubator

2010-06-01 Thread mariyan nenchev
How do you create the slider? Try This: SliderBar slider = new SliderBar(0.0, 100.0); slider.setStepSize(5.0); slider.setCurrentValue(50.0); -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Re: Problems with embed Flash in GWT

2010-06-01 Thread mariyan nenchev
Hi, I am no flash expert either. I use flash in my app with pl.rmalinowski.gwt2swf.GWT2SWF. It works good, and very easy. Google for it. Regards. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Any projects with python + gwt

2010-05-28 Thread mariyan nenchev
Hi, does someone works on python + gwt/pyjamas projects? -- 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, send email to

Re: Client side dynamic configuration/properties

2010-05-20 Thread mariyan nenchev
You need to create some .properties file on the server side. And every client must make request for it. If it is on the client side it could be loaded as TextResource, but on every change the gwt project must be recompiled, which does not make it very dynamic. I recommend you to use server side

Re: Integrating icefaces into gwt

2010-05-17 Thread mariyan nenchev
I think you should integrate gwt into your icefaces project :) -- 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, send email to

Re: is it technically possible to use other languages with gwt?

2010-05-17 Thread mariyan nenchev
You may try pyjamas.You code with python. -- 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, send email to

Re: regular expressions

2010-05-17 Thread mariyan nenchev
This should do it public static String format(double value) { return NumberFormat.getFormat(0.0).format(value); } -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Re: Large GWT project source code organization

2010-05-15 Thread mariyan nenchev
Hi, people may not answer, because gwt + jpa (or ejb) is not very popular combination. I suggest you make different project(archive) for every module. If you manage (i didn't fully managed yet) to combine them will you could use dev mode and ejb stuff together. There are many

Re: Large GWT project source code organization

2010-05-15 Thread mariyan nenchev
I was referring to ejb (and JPA) with gwt. It is little tricky but it is doable. I didn't managed to run gwt part in dev mode because i faced problems while trying to integrate maven with the first version of the gwt eclipse plugin(some thing went wrong, but i think the newer version is fine). But

Re: Large GWT project source code organization

2010-05-15 Thread mariyan nenchev
I did use hibernate + gwt before about 2 years. I had two projects: one for the entities and one for gwt client/server part. Services and DAOs were in the server part and the client accessed everything through with DTOs (which were on the client side). I don't see any reason using only jpa(without

Re: Positioning Widgets Within Existing HTML

2010-05-11 Thread mariyan nenchev
Hi, you can access the div (where you want to place the widget) via RootPanel.get(div_id).add(yourWidget); -- 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

gwt + SortedSet problem

2010-05-10 Thread mariyan nenchev
Hi, I am want to pass SortedSet from the server to client gwt app. But if i redeploy my app i get: java.lang.IllegalStateException: baseclassloa...@73976{vfszip:/home/mnenchev/tools/jboss-5.1.0/server/node1/deploy/bft.war/} classLoader is not connected to a domain (probably undeployed?) for class

Re: Announcing a1decor

2010-05-04 Thread mariyan nenchev
Great, i was looking exactly for this. -- 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, send email to

KeyPressHandler tips with keys canceling

2010-04-30 Thread mariyan nenchev
Hi, I want to allow only digits to be passed to text box. is this correct for all browsers: private KeyPressHandler keyPressHandler = new KeyPressHandler() { @Override public void onKeyPress(KeyPressEvent keypressevent) {

Re: KeyPressHandler tips with keys canceling

2010-04-30 Thread mariyan nenchev
It seems that KeyPressHandler do not work for me, because when the onKeyPress(..) method is called the text box has not yet updated its value. I found this method it looks it works in FF, but i did not tested it on other browsers. I really want these hard coded numbers for key codes to be replaced

Java or javascript patterns to use with RegExp

2010-04-30 Thread mariyan nenchev
Hi, i found this class net.customware.gwt.presenter.client.util.RegExp Is it using java or javascript patterns to match string values? Could you suggest me how to use reg. exp. with gwt? Regards. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit

Re: Java or javascript patterns to use with RegExp

2010-04-30 Thread mariyan nenchev
Thanks, is this correct regex: ^(?:(?:(?hours\\d\\d?)[:\\.])?(?minutes\\d\\d?)[:\\.])?(?seconds\\d\\d?)$ I mean i escaped \ with \\. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

GWT Locales + time regex problem

2010-04-30 Thread mariyan nenchev
Hi, In my gwt app i have to text fields, one for date and one for time, that must be validated with regular expression. But this depends on what locale is used. Right now i only support en_GB, but in the near future i will need to add several more. So how to do date and time validation according

Re: KeyPressHandler tips with keys canceling

2010-04-30 Thread mariyan nenchev
Pasting non-digits is handled correctly. What do you mean by validate, i don't want to pass non-digit in the text box at all. To validate it means to validate(textBox.getText())? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to

Re: KeyPressHandler tips with keys canceling

2010-04-30 Thread mariyan nenchev
Could you paste some code please. -- 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, send email to

Re: KeyPressHandler tips with keys canceling

2010-04-30 Thread mariyan nenchev
Hi, The keys i used work in FF(win/linux), IE, chrome(win/linux). There is only one problem with KEY_LEFT and KEY_RIGHT, in IE and chrome they work, but after the cursor is moved to the right position it returns to the initial. -- You received this message because you are subscribed to the

Re: new GWT Platform Errai by JBoss ! what do you think ?

2010-04-27 Thread mariyan nenchev
Is there some demo, showcase? -- 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, send email to

Re: My First GWT IGoogle Gadget, What do you think?

2010-04-26 Thread mariyan nenchev
Hi, You may want to focus the answer text box after the user clicks the answer button. Right now the user has to refocus on the text box every time he answers, which is annoying. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to

Re: compile just for one browser

2010-04-23 Thread mariyan nenchev
!-- This property is set for faster compilation during development, it MUST be removed on production-- set-property name=user.agent value=gecko1_8/ -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Re: gwt app load tests

2010-04-16 Thread mariyan nenchev
Thanks i managed with it. -- 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, send email to

gwt app load tests

2010-04-15 Thread mariyan nenchev
Hi, How to do load tests to gwt app? Please suggest tools/frameworks and best practices. Regards. -- 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

Simple test: GWT app with jmeter

2010-04-14 Thread mariyan nenchev
Hi, I want to profile my gwt app. I must use jmeter, but i do not know how to configure http requests with gwt. When i make one, from firebug i can see http://mydomain/bft/client/dispatch And in the Post tab:

Re: Simple test: GWT app with jmeter

2010-04-14 Thread mariyan nenchev
As you can see i am using gwt-dispatch lib. -- 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, send email to

Re: How to get rid of standard.css

2010-04-08 Thread mariyan nenchev
Remove it from the gwt.xml -- 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, send email to

Re: Compiled JS more readable?

2010-04-07 Thread mariyan nenchev
If you are using Google eclipse plugin when you go to Run Configuration and create new Web Application configuration on the second GWT tab there are settings for compilation type. If you are using gwt-maven plugin just add -Dgwt.style=DETAILED (or something like that, see the plugin documentation

Re: popup container background image

2010-04-07 Thread mariyan nenchev
Hi, Just set the image as background to the widget you add in popup panel and set some none existing css to the popup like popup.setStyleName(none); It worked for me. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group,

Re: iFrame

2010-04-06 Thread mariyan nenchev
Hi, Frame frame = new Frame(); frame.setUrl(url); -- 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, send email to

Re: iFrame

2010-04-06 Thread mariyan nenchev
Where do you want to add this widget? In the frame - it is not possible! Under the frame for example? Just add the frame to some container and after that add the widget to the same container. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group.

Re: iFrame

2010-04-06 Thread mariyan nenchev
Why do you need to add widget in frame? Makes no sense! Frame loads other page if you want to have a widget in the frame you have to add it in some way in the other page. :) -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this

Re: GWT Incubator scrolltable

2010-03-29 Thread mariyan nenchev
Download the jar lib? -- 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, send email to google-web-toolkit+unsubscr...@googlegroups.com.

GWT with i18n not displaying Apostrpohes

2010-03-26 Thread mariyan nenchev
Hi, I am using gwt internationalization. Some of my messages contain apostrophes but they are not displayed. I tried to put the messages in Labels and HTML, but in both apostrophes are not displayed. Any ideas how fix this? -- You received this message because you are subscribed to the Google

Re: GWT with i18n not displaying Apostrpohes

2010-03-26 Thread mariyan nenchev
Will it be shown as single? My client underlined for single! Regards. -- 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, send email to

Re: GWT with i18n not displaying Apostrpohes

2010-03-26 Thread mariyan nenchev
Hi, thanks - two single apostrophes one after another worked. -- 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, send email to

gwt app partially loaded but user can interact

2010-03-24 Thread mariyan nenchev
Hi, I have gwt app that uses many images for its customization. I use sprites for most of the images, but there are about 10 images that are not in sprite. So if the connection with the server is slow theese images are loaded with little delay and my app is not rendered as it should be. Is it

Re: gwt app partially loaded but user can interact

2010-03-24 Thread mariyan nenchev
I'm not sure what you are trying to do :(. -- 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, send email to

Re: gwt app partially loaded but user can interact

2010-03-24 Thread mariyan nenchev
Thanks. Will try it. -- 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, send email to google-web-toolkit+unsubscr...@googlegroups.com.

Re: gwt app partially loaded but user can interact

2010-03-24 Thread mariyan nenchev
Hi, i tried it, but it seems that onLoad is not triggered. -- 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, send email to

Re: Questions about OnModuleLoad() and onPageLoad event

2010-03-24 Thread mariyan nenchev
Hi, any luck with this. Did you manage to catch body.onload event in the gwt entry point? -- 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

Strange behavior on label in FF

2010-03-23 Thread mariyan nenchev
Hi, I have gwt app that is placed in 600x750px box, centered on the screen. The left part of this box is vertical menu that contains labels. When the browser window is in full size the labels are working, but when i begin unmaximize (resize) the browser window after some point they become

Re: Strange behavior on label in FF

2010-03-23 Thread mariyan nenchev
Hi, don't worry i fixed it. There was some other invisible div that overlaps on resizing. -- 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

Re: how to make cookie unable to expire

2010-03-23 Thread mariyan nenchev
Hi, use Cookies.setCookie(name, value, new Date(System.currentTimeMillis() + exipry)); Where expiry is how long you want your cookie to live in milliseconds. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email

real web apps with gwt + push framework

2010-03-20 Thread mariyan nenchev
Hi, Could you point me to some real web apps that are developed with gwt and use push technology. By pushing i mean streaming data to the browser every second (very frequently). I need to choose some push framework, but not all are suitable for very frequent updates (3-5 updates per sec). I used

Re: real web apps with gwt + push framework

2010-03-20 Thread mariyan nenchev
Hi, thanks for the quick responses. I tried demos with apmosphere and it looks really impressive. I don't really know what atmosphere is but i will find out :). This seems to be the best choice for my needs. Regards. -- You received this message because you are subscribed to the Google Groups

Re: How to get the year of the current date ? Date manipulation ...

2010-03-19 Thread mariyan nenchev
Unfortunately GWT does not have support for Calendar class from the java api. I think you may use gwt DateTimeFormat and pass to it custom format with only the year(not sure if this is possible), and you will get the year as String. -- You received this message because you are subscribed to the

Re: ListGrid

2010-03-17 Thread mariyan nenchev
Try in smartclient.com forums. -- 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, send email to

Re: gwt Popup is not centered

2010-03-15 Thread mariyan nenchev
No, i did not. -- 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, send email to google-web-toolkit+unsubscr...@googlegroups.com. For

Re: GWT Grid vs. SmartGWT grid

2010-03-12 Thread mariyan nenchev
Try scroll paging table from gwt incubator, i think it was updated to gwt 2.0. -- 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, send

gwt Popup is not centered

2010-03-12 Thread mariyan nenchev
Hi, I use gwt popup to show some messages, but it is not displayed in the center of the display event if i call popup.center(). Actually it is not centered only the first time, if i close it and open it again every thing is ok, but not the first time. How to fix that? Regards. -- You received

Re: gwt Popup is not centered

2010-03-12 Thread mariyan nenchev
Well i am setting pixel size on the Panel inside the popup -- 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, send email to

Re: gwt large data

2010-03-10 Thread mariyan nenchev
Try paging your data :) -- 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, send email to

Re: GWT Bender - web based RAD tool to create GWT applications in a browser

2010-03-10 Thread mariyan nenchev
Great job! This is very useful for beginners and non developers and why not also for developers. What is the license of this tool? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

How to remove border frame in IE.

2010-03-10 Thread mariyan nenchev
Hi, I use gwt frame to load external page. It's css includes border: none. But this does not work in IE. I also tried border: 0px; with no effect. Any ideas how to remove the frame border in IE? Regards. -- You received this message because you are subscribed to the Google Groups Google Web

Re: Intercepting all gwt rpc calls on gwt (browser) side.

2010-03-10 Thread mariyan nenchev
Yes just use import javax.servlet.Filter; -- 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, send email to

Re: HTML tag in GWT

2010-03-09 Thread mariyan nenchev
I think by ListGrid he is referring to the Widget from Smart GWT. In that widget you may add widgets in the table, there are examples in the showcase. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Re: HTML tag in GWT

2010-03-09 Thread mariyan nenchev
Use the technique that Pardeep Sood told you. -- 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, send email to

Re: Opinions on GWT as a platform for web based development

2010-03-09 Thread mariyan nenchev
Every thing depends on how you develop with gwt. -- 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, send email to

Re: Equivalent method in GWT?

2010-03-09 Thread mariyan nenchev
See DOM. methods. -- 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, send email to google-web-toolkit+unsubscr...@googlegroups.com. For

Re: Image inside button

2010-03-08 Thread mariyan nenchev
use setStyle(image-as-background) where image-as-background is css what loads the image or you may use sprites. -- 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

Re: My projects

2010-03-08 Thread mariyan nenchev
Itneresting project..for cables :). Look nice! -- 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, send email to

server push framework + app engine?

2010-03-04 Thread mariyan nenchev
Hi, Is it possible to use app engine with some server push framework? Could you suggest any? Regards. -- 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

  1   2   3   >