Re: Hiding module name from curious users

2010-07-07 Thread Aekold
Thanx alot! It's exactly what I wanted in the first place! -- 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-

Hiding module name from curious users

2010-07-07 Thread Aekold
Good day all! Tell me please what is the best way to hide module name and all possible branding stuff from users? The problem is, I am working on application that will be reselled, and reseller does not want end users to see the name of developer company at all. At the same time I do not want to

IE8 JavaScript errors

2010-02-17 Thread Aekold
Some of my pages are not loaded in IE8 at all because of JavaScript errors. Some of them: Invalid property value: JS code: this.solid && (widget.getElement().style['color'] = this.solidColor , undefined); Java code: if (isSolid()) widget.getElement().getStyle().setColor(solidColor

Re: Netbeans plugin

2009-12-11 Thread Aekold
n -> goals -> jetty:run' > > with autorefresh instead of 'Run button' > > > On 11 дек, 13:44, Aekold wrote: > > >> I am using GWT4NB. It's good enough, and pretty stable. I think it > >> will be good if Google at least will give some code of G

Re: Netbeans plugin

2009-12-11 Thread Aekold
I am using GWT4NB. It's good enough, and pretty stable. I think it will be good if Google at least will give some code of GWT for Eclipse to GWT4NB guys, and they will get the best things out of it. On Dec 11, 12:29 pm, Nicanor Cristian wrote: > They should do somehing about that. Imposing one ID

Where can I read more about code splitting in GWT 2?

2009-12-08 Thread Aekold
Hi All! On http://code.google.com/p/google-web-toolkit/wiki/GWT_2_0_RC I read about code splitting as new feature of GWT 2.0. Please suggest some docs or examples to know more about this feature. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" g

Re: PDF Viewer Widget

2009-11-27 Thread Aekold
Maybe you can use PDFRenderer to render pdf as png and then just show png image using some servlet? -- 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 fr

Client-side object storage

2009-11-26 Thread Aekold
Hi All! I want to save some object (panel for example) to use it later. On the server side I can use request, session or even some singleton or static map. But what can I do on the client? Strings or other primitives I can save into Cookies, but what to do with panels? -- You received this messa

Re: GWT 2.0 + Netbeans

2009-11-19 Thread Aekold
Yes, gwt4nb is working with GWT 2.0 as you can see by Description of GWT4NBV2.6.9 on their downloads page. -- 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 unsubsc

Where to get GWT 2.0 browser blugins for offline usage

2009-11-18 Thread Aekold
Hi All! GWT 2.0 requires browser plugin to debug application. Is there any code hosting or downloads repository where I can get those plugins to reinstall them on demand event without connecting to the internet? -- You received this message because you are subscribed to the Google Groups "Googl