Re: Netbeans plugin

2009-12-11 Thread MN
i would also like to see a netbeans plugin from google... On 10 Dez., 16:31, John Ivens john.wagner.iv...@gmail.com wrote: I agree.  I am always forced to use Eclipse because everyone else uses it, and features such as the Google Eclipse Plugin come out well in advance of anything for

GWT 2.0 + Netbeans

2009-11-19 Thread MN
i see there is a eclipse plugin. and some write with the gwt 2.0 milestone you need the eclipse plugin to get it work is there also a netbeans plugin from google planned? is 2.0 working with the exisiting GWT4NB plugin? -- You received this message because you are subscribed to the Google

Re: PDF version of the GWT Developer Guide -- any time soon?

2009-03-18 Thread MN
interesting idea, but i would point this issue to the google code or to the google docs team, because gwt is only using this system. On 18 Mrz., 07:10, Peter Ondruška peter.ondru...@gmail.com wrote: Nice, but not downloadable for offline access. Perhaps some Gears offline functionality (pretty

Re: How i found the real name of a obfuscated function? How i find the code lines?

2009-03-18 Thread MN
Mrz., 21:28, Marcelo Emanoel B. Diniz marceloeman...@gmail.com wrote: You can disable obfuscation by putting -style PRETTY on the compiler command line On Mar 17, 3:06 pm, MN nietz...@gmail.com wrote: I have a error message from a user. but i have only some obfuscated code

Re: How i found the real name of a obfuscated function? How i find the code lines?

2009-03-18 Thread MN
part with js / storyref... but i miss there also the line numbers of the function. have someone used the soyc? is there a small howto how i can use it? On 18 Mrz., 12:32, Thomas Broyer t.bro...@gmail.com wrote: On 18 mar, 10:24, MN nietz...@gmail.com wrote: i have a running system

Re: NumberFormat getCurrenyFormat()

2009-03-17 Thread MN
please provide your full code. you print out formatted oder discountAmount? why you parse again the formatted string back to discountAmount? On 17 Mrz., 15:18, fatjack1...@googlemail.com fatjack1...@googlemail.com wrote: Hi, I am having some problems correctly displaying currency. Here is

Re: SEO for web toolkit

2008-09-26 Thread MN
no optimization is possible, because all things are in a javascript. so goolge search dont find any text. only possible solution: place all your text you use in divs at the hosting-html page. and later load the values from this divs instead from server: its faster than requesting from server.

Re: GWT application and Google AppEngine

2008-09-26 Thread MN
i know this page uses gwt and GAE http://greatgrocerylist.appspot.com/ maybe you can ask daniel: http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/54e22eb1dc7cbbd1/ On 22 Sep., 15:12, Arthur Kalmenson [EMAIL PROTECTED] wrote: Hi Sri, It looks like the heap is running

Re: How to use GWT-EXT in Mozila

2008-09-26 Thread MN
how to use List ? 1) point your browser to this: http://gwt-ext.com/forum/index.php 2) register there 3) post your problem there there exists also a http://groups.google.com/group/gwt-ext group but this is not so busy as the forum of gwt-ext.com On 24 Sep., 14:15, ram sunder [EMAIL

Re: How can choose IDE

2008-09-26 Thread MN
i think it depends of your personal taste... eclipse, netbeans all have gwt support ... just try it out and use what you like more ... On 25 Sep., 19:30, rov.ciso [EMAIL PROTECTED] wrote: Good day. I develop my project with GWT and JBoss application server. What IDE(Eclipse, NetBeans and

Re: GXT vs GWT-EXT ?

2008-09-26 Thread MN
is open source, you still need to pay for the gwt-plus package, which is necessary if your client communicates with the server through GWT RPC and costs $199, not much a difference from a gxt single developer license. On Sep 2, 8:06 am, MN [EMAIL PROTECTED] wrote: GXTand GWT-EXT looks very

Re: new Double(1.0).toString() = 1.0 in GWTShell / in others = 1

2008-09-16 Thread MN
for testing to blow up the production code is also not a good solution. better way is to make the GWTShell act the same like later the production. On 16 Sep., 14:11, Lothar Kimmeringer [EMAIL PROTECTED] wrote: MN schrieb: the same problems i have with large double values: new Double(600702589

new Double(1.0).toString() = 1.0 in GWTShell / in others = 1

2008-09-15 Thread MN
i have a problem: in GWTShell i get this new Double(1.0).toString() = 1.0 --- new Double(1.1).toString() = 1.1 in all other browsers i get this: new Double(1.0).toString() = 1 new Double(1.1).toString() = 1.1 how i can convert the double value to string that i get in GWTShell also the 1

Re: Accessing Location of an iframe from another iframe and Cross Domain Security

2008-09-03 Thread MN
one possible workaround: send from your page samplexxx a heartbeat to the top page (remember the time of the last heartbeat). then you can check this value. if this value is too long not updated, then the iframe have a different content. On 1 Sep., 22:29, Jayant [EMAIL PROTECTED] wrote: Hello,

Re: Gwt Php Framework

2008-09-03 Thread MN
did you have a special layout for the google chrome browser and IE6? (i not see in chrome a desktop. only the start-menu as a static navigation and each frame as a part of the right content with no windows style) how did you solve this different layouts? On 2 Sep., 17:13, Andrej [EMAIL

Re: Dock Panel - Showcase Example - Compile errors

2008-09-02 Thread MN
check your includes ... On 2 Sep., 02:24, dan [EMAIL PROTECTED] wrote: In the Showcase of GWT Features - source code of the Dock Panel: @Override public Widget onInitialize() { // Add text all around dock.add(new HTML(constants.cwDockPanelNorth1()),

Re: Cannot UNZIP

2008-09-02 Thread MN
retry downloading the zip file. On 2 Sep., 07:21, rene_Cobol [EMAIL PROTECTED] wrote: Hi, Downloaded GWT 1.5 but cannot unzip. Im using Windows XP (Winzip v8.0). I even used Winrar but to no avail, it seems that the downloaded ZIP file does not appear to be a valid archive. Help!

Re: Where can I use the TableRowElement?Which table has a method call:getRowElement,or something like that?

2008-09-02 Thread MN
i dont understand your question. So where can I use it? better explain for us: what you still have and with which detail you have a problem. maybe post some example code so we can try out it or give you a detailed suggestion depending on your example code. On 2 Sep., 11:20, Alex Luya [EMAIL

Re: Where can I use the TableRowElement?Which table has a method call:getRowElement,or something like that?

2008-09-02 Thread MN
i think you look for this: http://google-web-toolkit.googlecode.com/svn/javadoc/1.5/com/google/gwt/user/client/ui/TableListener.html On 2 Sep., 15:59, MN [EMAIL PROTECTED] wrote: i dont understand your question. So where can I use it? better explain for us: what you still have and with which

Re: Gwt Php Framework

2008-09-02 Thread MN
i think your framework could be in seperate 2 frameworks, because there are have diffenet goals: one for the GUI Widgets one for the php server part On 2 Sep., 12:38, Andrej [EMAIL PROTECTED] wrote: Hi Alex, 1. What are your reasons for coding server side in PHP? Didn't you use GWT's RPC

Re: Instructions for building a widget from scratch (or nearly)

2008-09-02 Thread MN
first big instruction: RTFM DevGuideCreatingCustomWidgets http://code.google.com/docreader/#p=google-web-toolkit-doc-1-5s=google-web-toolkit-doc-1-5t=DevGuideCreatingCustomWidgets go here and click on: Read the Docs: http://code.google.com/webtoolkit/ this short example can also useful for