Re: Directory detection in nocache.js

2011-06-16 Thread Fred Sauer
methods ofdirectorydetectionaren't working, but I > > assume there was a reason this function was present in the original > > code. The code review on r10045 raises some questions that haven't > > been answered; I guess I don't understand the Google review process.

Announce: gwt-dnd 3.1.1 released -- drag and drop for your apps

2011-06-03 Thread Fred Sauer
s about GWT having to use a fallback value. - Also removed obsolete gecko user.agent property. -- Fred Sauer Developer Advocate Google Inc. 1600 Amphitheatre Parkway Mountain View, CA 94043 fre...@google.com -- You received this message because you are subscribed to the Google Groups &qu

Announce: gwt-voices 2.1.0 released -- sound for your apps

2011-06-02 Thread Fred Sauer
piler - For compatibility testing, demo shows both HTML5 and Flash for audio/mpeg MIME types - Now require Java 1.6 Enjoy -- Fred Sauer Developer Advocate Google Inc. 1600 Amphitheatre Parkway Mountain View, CA 94043 fre...@google.com -- You received this message because you

Re: Gwt Developers--Oversight With HTML 5 audio

2011-05-06 Thread Fred Sauer
; http://groups.google.com/group/google-web-toolkit?hl=en. > > -- Fred Sauer Developer Advocate Google Inc. 1600 Amphitheatre Parkway Mountain View, CA 94043 fre...@google.com -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To

Re: GWT 2.3.0 rebinding warnings

2011-05-04 Thread Fred Sauer
s > "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-toolkit+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.co

Re: gwt-log-3.0.4 available for download

2010-11-03 Thread Fred Sauer
Yes, absolutely On Wed, Nov 3, 2010 at 9:07 AM, gcstang wrote: > Will gwt-log still work in 2.1 ? > > On Nov 2, 11:59 pm, Fred Sauer wrote: > > The code in GWT 2.1 was inspired by gwt-log, but the two APIs and > > implementations are different. The most practic

Re: gwt-log-3.0.4 available for download

2010-11-02 Thread Fred Sauer
ion part of GWT 2.1, as described in > http://code.google.com/intl/de-DE/webtoolkit/doc/trunk/DevGuideLogging.html > ? > > - Harald > > On Oct 19, 10:50 pm, Fred Sauer wrote: > > Hi, > > > > There's a new version of gwt-log for your to try out. > > &g

Re: Sporadic ClassCastException

2010-11-01 Thread Fred Sauer
.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java: > 222) > at java.lang.Thread.run(Thread.java:680) > > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To post to this group, send

gwt-log-3.0.4 available for download

2010-10-19 Thread Fred Sauer
Hi, There's a new version of gwt-log for your to try out. Downloads: http://code.google.com/p/gwt-log/downloads/list Compatibility information and Getting Started guide: http://code.google.com/p/gwt-log/wiki/GettingStarted Enjoy-- Fred Sauer Developer Advocate Google Inc.

HTML5 audio support added to gwt-voices-2.0.0.jar

2010-08-31 Thread Fred Sauer
rther than this crowd sourced data (your own user agent will be highlighted in yellow): http://gwt-voices.appspot.com/ Full set of Release Notes: http://code.google.com/p/gwt-voices/wiki/ReleaseNotes A more complete Getting Started guide: http://code.google.com/p/gwt-voices/wiki/GettingStarte

Re: Using GWT for a large UI project

2010-08-30 Thread Fred Sauer
DCzSQgvU&hl=en > > Feel free to share your feedback and experiences on larger projects > either on this group or in private. If you have developed GWT front- > ends on .NET back-ends, your feedback is specially appreciated :) > > Thanks, > Marius > -- Fred Sauer De

Re: GWT and DragListener

2009-10-28 Thread Fred Sauer
Okt, 15:31, sony wrote: >> > Hello, >> > >> > Is DragListener part of GWT? because when i type in >> > com.google.gwt.user.client.dnd.DragListener it is not recognizing. i >> > saw this in an example. Is there anything i need to add to make it >> > work?

Re: Your GWT based open source project(s)

2009-09-08 Thread Fred Sauer
Thank you for the many replies. I'm impressed by the number of responses. I'd also love you hear which open source project actually motivated you to share your code. Thanks again Fred On Thu, Sep 3, 2009 at 4:40 PM, Fred Sauer wrote: > From time to time I hear from people who hav

Your GWT based open source project(s)

2009-09-03 Thread Fred Sauer
(GWT, or any other project)?* (Private replies are fine too). Thanks-- Fred Sauer Developer Advocate Google Inc. 1600 Amphitheatre Parkway Mountain View, CA 94043 fre...@google.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to th

Re: How to override module definitions

2009-08-31 Thread Fred Sauer
> For example, I'm using Fred Sauer's gwt-dnd library, whose module XML > contains > > > > This line instructs the browser to request gwt-dnd.css when this > module is loaded, but I don't want this to happen. > > Any ideas? > >

Re: GWT RPC

2009-08-10 Thread Fred Sauer
e(); > } catch (... ...) { > > } > return results; > > On Mon, Aug 10, 2009 at 1:06 PM, Fred Sauer wrote: > >> Pavel, >> You still will need to copy the result set into a new collection, e.g. an >> ArrayList. >> >> Fred >> >> >> On Mo

Re: GWT RPC

2009-08-10 Thread Fred Sauer
before: > "org.datanucleus.store.appengine.query.*StreamingQueryResult* cannot be > cast " > > > On Wed, Aug 5, 2009 at 3:43 PM, Fred Sauer wrote: > >> Let me know how it goes with the latest plugin and GWT 1.7.0. >> Just to be clear, JDO enhanced classes still

Re: GWT RPC

2009-08-05 Thread Fred Sauer
s and transfer it one way, you can sort of get that to work. Fred On Wed, Aug 5, 2009 at 12:26 PM, Pavel Byles wrote: > Ok, > this is great news. I will try this w/o your workaround and hope for the > best. > > On Wed, Aug 5, 2009 at 12:21 PM, Fred Sauer wrote: > >> Pav

Re: GWT RPC

2009-08-05 Thread Fred Sauer
04/1st-look-at-app-engine-using-jdo.html? > Has this been fixed in 1.7? > -- > -Pav > > > > -- Fred Sauer Developer Advocate Google Inc. 1600 Amphitheatre Parkway Mountain View, CA 94043 fre...@google.com --~--~-~--~~~---~--~~ You received

GWT App Gallery - it's for your apps, and your libraries too!

2009-07-21 Thread Fred Sauer
Hi- Do you have a cool GWT app or library you would like others to know about? Be sure to list it in the GWT App Gallery: http://gwtgallery.appspot.com/ I'd like to see your apps there too! -- Fred Sauer Developer Advocate Google Inc. 1600 Amphitheatre Parkway Mountain View, CA 9404

Re: GWT 1.7.0 -> gwt-dnd 2.6.5 (Drag-and-drop) / gwt-log 2.6.2 (Logging) / gwt-voices 1.6.0 (Sound)

2009-07-21 Thread Fred Sauer
s popping up afteer dragging, which I've already > fixed). > > If you got no time, dont worry about it :) > > -Thomas > > On Jul 21, 3:19 pm, David wrote: > > Fred, > > > > Do you speak Dutch or is it Google translate doing its job ? > > > >

Re: GWT 1.7.0 -> gwt-dnd 2.6.5 (Drag-and-drop) / gwt-log 2.6.2 (Logging) / gwt-voices 1.6.0 (Sound)

2009-07-21 Thread Fred Sauer
avid > > On Tue, Jul 21, 2009 at 1:14 AM, Fred Sauer wrote: > > Thomas, > > That's pretty cool. Ook leuk om iets in 't Nederlands te zien. > > Have you listed your game in the App Gallery yet? > > http://gwtgallery.appspot.com/ > > Thanks for the suggestion

Re: GWT 1.7.0 -> gwt-dnd 2.6.5 (Drag-and-drop) / gwt-log 2.6.2 (Logging) / gwt-voices 1.6.0 (Sound)

2009-07-20 Thread Fred Sauer
Thomas, I've also listed your project here: http://code.google.com/p/gwt-voices/ http://code.google.com/p/gwt-dnd/ Fred On Mon, Jul 20, 2009 at 4:14 PM, Fred Sauer wrote: > Thomas, > That's pretty cool. Ook leuk om iets in 't Nederlands te zien. > Have you lis

Re: GWT 1.7.0 -> gwt-dnd 2.6.5 (Drag-and-drop) / gwt-log 2.6.2 (Logging) / gwt-voices 1.6.0 (Sound)

2009-07-20 Thread Fred Sauer
As for specific features, theres nothing really else I need. > I guess a "global stop/disable" for sounds might be usefull though. > > -Thomas Wrobel > > > On Jul 16, 4:08 am, Fred Sauer wrote: > > Hi > > With GWT 1.7.0 out the door I thought it would be a goo

GWT 1.7.0 -> gwt-dnd 2.6.5 (Drag-and-drop) / gwt-log 2.6.2 (Logging) / gwt-voices 1.6.0 (Sound)

2009-07-15 Thread Fred Sauer
//code.google.com/p/gwt-voices/downloads/list - Building from trunk - http://code.google.com/p/gwt-voices/wiki/UsingSourceWithEclipse Thanks-- Fred Sauer Developer Advocate Google Inc. 1600 Amphitheatre Parkway Mountain View, CA 94043 fre...@google.com --~--~-~--~~~---~--

Re: GWT 1.7

2009-07-15 Thread Fred Sauer
/gwt- > log-2.6.0.jar!/com/allen_sauer/gwt/log/client/util/DOMUtil.java' > [ERROR] Line 32: Rebind result > 'com.allen_sauer.gwt.log.client.util.impl.DOMUtilImpl' cannot be > abstract > [ERROR] Cannot proceed due to previous errors > > > -- Fred Sau

Re: Dropdown menu zoom problem in IE7

2009-07-13 Thread Fred Sauer
sed to zoom the page. > When control-+ is used to zoom in the drop down menu items get out of > sync with menu bar, > and when control-- is used to zoom out the drop down menu items don't > show at all. > This can be checked for example in GWT Showcase. > Is that a known issu

Re: GWT Best Practices doubt

2009-07-13 Thread Fred Sauer
Fair enough - ironically I just ran into the collision here. The other > Command is a command pattern too. I would still prefer RpcCommand or > the like but 'nuff said. > > > > Er... com.google.gwt.user.client.Command, used with MenuItem and > > DeferredCommand (which

Re: Traceroute

2009-07-13 Thread Fred Sauer
Have you looked at Charles Web Proxy or Firebug? On Thu, Jul 9, 2009 at 4:27 AM, giovaneoce...@hotmail.com < giovaneoce...@hotmail.com> wrote: > > Anyone knows a method to do tracerouting from client to a server? > > Thanks in advance > > > > -- F

Re: history and motion chart

2009-07-13 Thread Fred Sauer
ft in) > > but i really donno how to implement the history management for this? > > > > can someone advise me? i know the distribution contains example of > > history management. but those are mere hyperlinks. will it be the same > > for bigger

Re: MVC and JUnit - how to handle handlers?

2009-07-13 Thread Fred Sauer
application logic, i.e the controller and > > model, then I face a problem with the changehandlers. The model will > > try to update the view, but there is no view to update.. and as a > > result a NullPointerException is thrown. > > > > Does that tell me that I can&#

Re: Failure in IE, Success in non-IE

2009-07-13 Thread Fred Sauer
: RootPanel.get("mytest").add(myPanel); > > This will fail only in IE browsers. > If you simply change the text string in both places to be different > than the project name, it will work in all browsers. > > I hope this helps. > > --Shellum > > > >

Re: How to decouple the application into multiple GWT modules?

2009-07-13 Thread Fred Sauer
it inherits from the main. > > If I just include articles.js then "Home" isn't duplicated, but I loss > the products.js. > > Anybody please lets me know if I can design my application following > such way. > > Thanks and Best Regards, > Khoa > > >

Re: HTMLPanel still not rendering CSS in IE/Hosted

2009-07-13 Thread Fred Sauer
ng... why? > is a serious problem > > On 4 Giu, 23:49, Andrew Perepelytsya wrote: > > Referring to this gwt group discussionhttp://tr.im/nsSc, the problem > > is there with GWT 1.6.4. Is it some bug with IE or anything (I tried > > with IE 6), really a showstopper for man

Re: WindowClosingHandler

2009-07-13 Thread Fred Sauer
okClicked()) { >disconnect(); >} > } >}); > > > TIA, > NeMeSiS > > > On 7 Jul., 21:44, Fred Sauer wrote: > > NeMe, > > Try Window.addWindowClosingHand

Re: 1.6 error with declaring servlets in inherited modules

2009-07-13 Thread Fred Sauer
ndingmapping; please add the following lines to > yourweb.xml: > > > > LiloServices > > servlet/liloServices > > > > > > What gives? Adding the full class path does not help. Now an error > > comes back > > > > [WARN] 404 - POST /com.opt

Re: Requestbuilder problems, would appreciate at least a short response

2009-07-13 Thread Fred Sauer
; > > "chunked". > > > > > I've tried to do various different searches on the web to find out if > > > there is anything out there which says if "chunked" decoding is > > > supported by gwt but i didn't find anything. > >

Re: How to: create a web service

2009-07-13 Thread Fred Sauer
> > I've been looking around but can't seem to find anything on creating > my own GWT Web Service. I would like to have a web service interract > with my MySQL database via PHP and then return some JSON text back to > the client GWT app. I hope I said that rig

Re: GWT History Best Practices

2009-07-13 Thread Fred Sauer
er crash + recovery :) 3. Application state you want to be accessible from the browser 'back' and 'forward' buttons HTH Fred On Tue, Jul 7, 2009 at 1:33 AM, Allahbaksh wrote: > > Hi, > Is there any best practices or design for implementing History in an >

Re: GWT 1.6 structure

2009-07-07 Thread Fred Sauer
tion is, the images/css/js/swf folder is in correct place ? > > I have to MAP in any place(xml or .properties) my css/js/images ? > > > 2009/7/7 Fred Sauer : > > I hope this helps: > > http://code.google.com/eclipse/docs/existingprojects.html > > Fred > > &g

Re: ERROR IN GWT CALENDAR

2009-07-07 Thread Fred Sauer
rag an image near the datebox on > it (I've not configured any drag and drop listener). > > I do not understand the problem. > > Thanks very much > > > -- Fred Sauer Developer Advocate Google Inc. 1600 Amphitheatre Parkway Mountain View, CA 94043 fre...@google.com --~

Re: document.write

2009-07-07 Thread Fred Sauer
ovaneoce...@hotmail.com> wrote: > > why if i invoke the following javascript function it doesn't work? > > private static native void display() >/*-{ >document.write(''); > >}-*/; > > > > -- Fred Sauer f...@allen-sauer

Re: WindowClosingHandler

2009-07-07 Thread Fred Sauer
Listener is deprecated und one > > should use the WindowClosingHandler. How is it used? How can I stop > > the closing of the window or at least do some actions before it > > closes? > > > > TIA, > > NeMeSiS > > > > -- Fred Sauer f...@allen-saue

Re: changing marker color

2009-07-07 Thread Fred Sauer
; Or is there a simpler way to do that ? > > > > Regards > > > > PEter > > > > > > > > > > > > > > > > > > > > > > -- Fred Sauer f...@allen-sauer.com --~--~-~--~~~---~--~~ You received this message because y

Re: Text Area fixed with.

2009-07-07 Thread Fred Sauer
ll change TextAreas`s size. > > TextArea is embedded in FlexTable. > > This problem appeared only on Safari (version 4). > > > > -- Fred Sauer f...@allen-sauer.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Goo

Re: GWT Best Practices doubt

2009-07-07 Thread Fred Sauer
inal AsyncCallback cb) { >realService.execute(update, > new AsyncCallback() { > .. > > The compiler demands a method with : > > void execute(Action action, >AsyncCallback callback); > > > Please be tolerant with my english and my java. > > Thanks in

Re: Reuse AsyncCallback Class

2009-07-07 Thread Fred Sauer
; database? > service.execute(...) is in fact the actual RPC call. The got() method will be called when the RPC call returns successfully. Fred > > On 2 Jul., 18:25, Fred Sauer wrote: > > Ray has some sample code in one of his slides: > http://code.google

Re: GWT 1.6 structure

2009-07-07 Thread Fred Sauer
es, > and those resources become "visible" for all other gwt-project that > references this first project > > now i have a war folder where i put all my resources, but other > projects that references this one can´t use > those resources. > > my doubt is: how to deal wi

Re: GWT Generator Permutation Handling

2009-07-07 Thread Fred Sauer
l the GWT compiler to generate the class file(s) only > once and include it in generating the javascript copies? > > I have been using GWT Rocket, which is a great package, but I have > realized that I need to code my own generator for what I try to > accomplish. > >

Re: Setting a PopupPanel modal

2009-07-07 Thread Fred Sauer
anel.setSize("100%", "100%"); > panel.add(button); > > RootPanel root = RootPanel.get(); > root.add(panel); > } > > > When the button is clicked, it will show the PopupPanel showing the "Can > you click the button now?". > I'm sti

Re: Unable to instantiate ( using GWT RPC and tomcat 6)

2009-07-07 Thread Fred Sauer
Instance().gameInReset() || justKeepAlive) > return new MessageOnTheWire(100); > else > return GameBuffer.getInstance().getMessage(lastMessage + 1); > } > } > > I am struggling with this error from 3-4 day ...but i am not undertanding > what i

Re: interactive map

2009-07-07 Thread Fred Sauer
inates when a click occurs? If i have to use MouseListener, thats > fine, i was just wondering if there was a simpler way... > > Thank you! > > Mitch > > > > -- Fred Sauer f...@allen-sauer.com --~--~-~--~~~---~--~~ You received this messa

Re: Excluding methods from GWT modules

2009-07-07 Thread Fred Sauer
definition? Perhaps an annotation on the method can do this? > > > -- Fred Sauer f...@allen-sauer.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this g

Re: Regarding Google Web Toolkit deployment

2009-07-07 Thread Fred Sauer
rver is there any other way we can deploy and use it.. > > Thanks, > Avinash. > > > > -- Fred Sauer f...@allen-sauer.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Web Too

Re: GWT apps suddenly working on Windows Vista machine

2009-07-07 Thread Fred Sauer
ust get blank white screens. > > > > > It's not just my code. The same thing happens with the GWT examples > > > which I build with the out of the box build.xml scripts. > > > > > I even tried redownloading GWT, reinstalling it, and rebuilding the > > &

Re: pressing tab key some times goes out of modal window

2009-07-07 Thread Fred Sauer
cation. > > Is there any way to not allow focus go outside the modal window ? > Focus should go to the first field after it arrives at the last field. > > Thanks ! > > > -- Fred Sauer f...@allen-sauer.com --~--~-~--~~~---~--~~ You received this

Re: << Very urgent>> GWT deployment on Godaddy shared hosting. << Very urgent>>

2009-07-07 Thread Fred Sauer
h a post I get an error > page. > > > > But both of them doesn't seems to work. > > I would really apreciate your help here. I have tried my best to get > help from Godaddy service but no one was able to find exactly whats > wrong here. Thanks in advance. > > Thanks,

Re: HorizontalSplitPanel with DecoratorPanel in Firefox: how?

2009-07-07 Thread Fred Sauer
Un-commenting the first line does nothing (same behavior). > Un-commenting the second line works (split line and texts are shown in > firefox) but the HSP is not 100% in height. > > What am I missing? > > Thanks, > Max > > > > -- Fred Sauer f...@allen-sauer

Re: Big RPC and long running script error

2009-07-07 Thread Fred Sauer
form ok even in IE however I'd like to > understand the limitations of this RPC technology. > > > -- Fred Sauer f...@allen-sauer.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Googl

Re: "Ctrl + s" keyboard event in GWT

2009-07-07 Thread Fred Sauer
http://code.google.com/webtoolkit/tutorials/1.6/manageevents.html On Tue, Jun 30, 2009 at 3:16 AM, Saeed Zarinfam wrote: > > Hi > > I want to add "Ctrl + s" or "Ctrl + xxx" short key to my GWT program. > please guide me. > > thanks. &g

Re: Add class to SerializationPolicy

2009-07-07 Thread Fred Sauer
> the classes have Object fields so they cannot be serialized as usual. > Thanks in advance! > > > -- Fred Sauer f...@allen-sauer.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Web Too

Re: Horizontal tabs in a TabPanel

2009-07-07 Thread Fred Sauer
s "awhole" is it all done through a CSS? > > > -- Fred Sauer f...@allen-sauer.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group

Re: i18n: UTF-8 and latin1

2009-07-07 Thread Fred Sauer
: > > Hello, > > It's it possible to use my .properties that are in latin1 with GWT. > I know that GWT only admits UTF-8 charset. > > Lot of thanks, > > Marcial > > > > -- Fred Sauer f...@allen-sauer.com --~--~-~--~~~---~--

Re: [appengine-java] CSS loads for 1 millisecond, then disappears

2009-07-06 Thread Fred Sauer
What was is? On Thu, Jul 2, 2009 at 5:41 PM, David Trejo wrote: > You're right Fred, thanks for the input. > I solved the problem. > > -DT > > On Thu, Jul 2, 2009 at 9:11 AM, Fred Sauer wrote: > >> David, >> I might guess that you're pulling in ad

Re: ImageBundle createImage does not trigger events as opposed to Image

2009-07-02 Thread Fred Sauer
and > directly uses the mouse to click on Proceed, change and blur events > for the textbox are not fired. > > Is this a bug or an expected behaviour? > > Thanks, > > > -- Fred Sauer f...@allen-sauer.com [] --~--~-~--~~~---~--~~ You re

Re: GWT 1.6.4 - Blank page in Hosted Mode

2009-07-02 Thread Fred Sauer
I wonder if you're running into this issue: http://code.google.com/p/google-web-toolkit/issues/detail?id=3682 To verify this: 1. shutdown hosted mode 2. clear all files in your browser's cache (assuming you're on Windows, clear all files from the cache in IE; that the IE browser on your machine wh

Re: how to include a package outside /src//client

2009-07-02 Thread Fred Sauer
ow.alert("hello"); > > } > > > > } > > > > -- > > > > inside my application i have: > > > > import test.Test; > > > > (...) > > > > public void onModuleLoad() { > > >

Re: Regarding Deploying of GWT Application on Apache Web Server

2009-07-02 Thread Fred Sauer
tion. I wanted to know how can I deploy a GWT application > on a Apache Web Server (My app contains RPC Code too). Is there a > HOWTO for this? Is it required that I deploy GWT Application only on > the App Engine ? > > Thanks, > Shyam. > >

Re: unregisterDropController :S

2009-07-02 Thread Fred Sauer
roller)tempGrid).addDragDrop(dragControllerCust, null); > any ideas? I havent found anything regarding this error. > Thank you very much. > > > -- Fred Sauer f...@allen-sauer.com [] --~--~-~--~~~---~--~~ You received this message because you are

Re: GWT eclipse plugin not creating serialization policy (*.gwt.rpc) and othe files

2009-07-02 Thread Fred Sauer
quot;, etc.), but with no widgets. > > It creates the other files in the war/foobar directory, but without > the rpc file, it can't go on. > > Any suggestion is appreciated. (I've already deleted and reinstalled > eclipse from scratch.) > > > > -- Fred Sau

Re: Requestbuilder problems, would appreciate at least a short response

2009-07-02 Thread Fred Sauer
the web. I'm spending a > lot of time on this issue and can't get anywhere. I'd really > appreaciate if a a member of the group at least sends a one liner > response stating if this is a known problem or isn't a problem ever > heard about before or if my issue is unclea

Re: RichTextArea insert entity or custom span element

2009-07-02 Thread Fred Sauer
n use CSS to > insert the appropriate indicator. I believe I like the class="testItem"> approach better, but need suggestions. > > Thanks, > Chad > > > -- Fred Sauer f...@allen-sauer.com [] --~--~-~--~~~---~--~~ You received this mes

Re: Reuse AsyncCallback Class

2009-07-02 Thread Fred Sauer
> > And I want to use the same functionality in another GUI class, how can > I accomplish this? I have a lot of code duplication and I want to > reduce it. In the end, I'd like to have something like: > > LoginResult result = LoginUtil.loginUser(user, password) > if (resul

Re: org.dom4j.DocumentFactory cannot be cast to org.dom4j.DocumentFactory

2009-07-02 Thread Fred Sauer
to org.dom4j.DocumentFactory > > > > > :-s > > > > > My webapp depends on a library A which depends on a library B which > > > depends on dom4j 1.6.1 > > > > > In my war/WEB-INF/lib directory, I see only one dom4j jar (1.6.1). > > > > >

Re: GWT Support for other browsers

2009-07-02 Thread Fred Sauer
27;t get the browser to send an alternate ident string, you > > >>>> might try hacking the *.nocache.js to handle theGaliobrowser ident > > >>>> string and instead reply with either the IE or Firefox branch to > > >>>> the > > >>>

Re: [appengine-java] CSS loads for 1 millisecond, then disappears

2009-07-02 Thread Fred Sauer
is is how I access my css: >> >> >> I haven't been able to find anyone else who has had this problem. >> >> ** Can someone tell me why my css appears then disappears and how to >> fix it? ** >> >> My project is very minimal, at the moment all it

Re: GWT Trunk version

2009-07-02 Thread Fred Sauer
y > (self built :-) > > anyway I thought perhaps any of you also had some experience to watch out > for when "upgrading" my project of 1.6 -> trunk. > > Any catches? or is smilies all over :-) > > > > Regards >

Re: Serialization and key/value advice

2009-07-02 Thread Fred Sauer
ient deserializes it. > > Is this doable in GWT with java.io.Serializable? I have read the 1.4 > FAQ, and it seems encouraging. > > Has this already been done, and if so, can someone point me there?? > > Thanks. > > > -- Fred Sauer f...@allen-sauer.com [] --~--~--

Re: Application out of Date error

2009-06-10 Thread Fred Sauer
I'd recommending reading Ray Cromwell's blog. He goes into detail about the options you have. Fred 2009/6/10 savioseb > > What if you want to keep the object detachable? > > On May 12, 10:59 pm, Fred Sauer wrote: > > 2009/5/12 Miguel Méndez > > > >

Re: Application out of Date error

2009-05-12 Thread Fred Sauer
{ >>>> >>>> } >>>> >>>> public Country (String name, float latitude, float longitude) { >>>> this.name = name; >>>> this.latitude = latitude; >>>> this.longitude = longitude; >>>> } >>>&g

Re: Application out of Date error

2009-05-12 Thread Fred Sauer
Check the 'problems' view in eclipse for any warnings of an out of date gwt-servlet.jar Alternatively, delete the jar from you WEB-INF/lib and the use the problems view to right click and bring back in the proper gwt servlet jar. HTH Fred On May 12, 2009 8:04 AM, "Pavel Byles" wrote: Ian, I'm

Re: New bie question: import com.google.appengine cannot be resolved

2009-05-08 Thread Fred Sauer
nt files can be transformed to javascript. > > Shawn > > > > -- Fred Sauer f...@allen-sauer.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this g

Upcoming GWT presentation at SV-GTUG at the Googleplex

2009-02-13 Thread Fred Sauer
ial you'd like to see covered. You can vote on other people's ideas or post your own questions here <http://moderator.appspot.com/#16/e=1b9ea>. -- Fred Sauer Developer Advocate Google Inc.1600 Amphitheatre Parkway Mountain View, CA 94043 fre...@google.com --~--~-~--~-

Re: gwt-dnd / gwt-log / gwt-voices - Status Update

2009-01-28 Thread Fred Sauer
Thanks, Arthur. Fred Sauer f...@allen-sauer.com On Wed, Jan 28, 2009 at 6:56 PM, Arthur Kalmenson wrote: > > Yeah, congrats on the Google position. I'm also happy to see a GWT > advocate, you guys need some good PR (considering how awesome the > product is, it should be used

Re: gwt-dnd / gwt-log / gwt-voices - Status Update

2009-01-28 Thread Fred Sauer
Thanks, John Fred Sauer f...@allen-sauer.com On Wed, Jan 28, 2009 at 2:07 PM, John Gunther wrote: > > That's good to hear, and BTW, congrats on the Google gig. But didn't > you already work for Google? Maybe they just gave you a massive raise. > Best GWT tip I ever

gwt-dnd / gwt-log / gwt-voices - Status Update

2009-01-28 Thread Fred Sauer
ll missing items to locate in the unpacked moving boxes<http://images.google.com/images?q=moving+boxes>. So, please bear with me a little longer as I get settled in. Thanks Fred Sauer f...@allen-sauer.com --~--~-~--~~~---~--~~ You received this message be

Re: sinkEvents

2008-11-04 Thread Fred Sauer
On Tue, Nov 4, 2008 at 7:45 AM, Muhannad <[EMAIL PROTECTED]> wrote: > > Hi, > > I built my own composite widget, it consists of three main sections: > (1) header, which is a horizontal panel that contains an icon, title, > and some action buttons, (2) view panel, to display my data, and (3) a > co

Re: How to disable incubator logging at runtime?

2008-10-28 Thread Fred Sauer
Achim, Just to update. If you build both GWT (trunk) and gwt-log from source, you now get custom log message formatting abilities in gwt-log. The format is defined in your .gwt.xml file. Fred Sauer [EMAIL PROTECTED] On Mon, May 19, 2008 at 1:25 AM, Achim <[EMAIL PROTECTED]> wrote: >

Re: Drag and drop support

2008-10-16 Thread Fred Sauer
> isn't any drag and drop support in GWT despite it being mentioned in > "The GWT Roadmap" as a "must have"? Is there an "official" reason? > > Thanks in advance for your answer, > Filip Krygowski > > > > -- Fred Sauer [EMAIL PROTECTED]

Re: GlassPanel bug: has anyone else encountered this

2008-10-08 Thread Fred Sauer
This issue has been fixed in r1119 http://code.google.com/p/google-web-toolkit-incubator/source/detail?r=1119 Fred Sauer [EMAIL PROTECTED] On Wed, Oct 1, 2008 at 7:52 AM, Fred Sauer <[EMAIL PROTECTED]> wrote: > Rusty, > Thanks for calling attention to this. I've updated th

Re: GlassPanel bug: has anyone else encountered this

2008-10-01 Thread Fred Sauer
Rusty, Thanks for calling attention to this. I've updated the issue. Fred Sauer [EMAIL PROTECTED] On Tue, Sep 30, 2008 at 11:54 PM, rusty <[EMAIL PROTECTED]> wrote: > > http://code.google.com/p/google-web-toolkit-incubator/issues/detail?id=152 > > I've been trying

Re: How to get the dragged item X,Y position

2008-09-25 Thread Fred Sauer
You can look at the current DragContext. Fred Sauer [EMAIL PROTECTED] On Thu, Sep 25, 2008 at 5:56 AM, ArunDhaJ <[EMAIL PROTECTED]> wrote: > > Hi, > I'm using gwt-dnd-2.0.7 in gwt-1.4.62 > In my onDragEnd() implementation of DragHandler how can we get which > Widget

Re: Voice recording support and Stream media support

2008-09-12 Thread Fred Sauer
http://code.google.com/p/gwt-voices/ does the streaming out and Flash integration bits. To record audio, you could take the source and patch away :) Fred Sauer [EMAIL PROTECTED] On Thu, Sep 11, 2008 at 8:40 PM, Pete Kay <[EMAIL PROTECTED]> wrote: > Hi, > > I am looking for a

Re: Google Chrome and GWT Apps Speed. Fred Sauer. HornetBlast

2008-09-03 Thread Fred Sauer
I've updated Hornet Blast to allow mere mortals to play in the super humanly fast Google Chrome browser. Checkout those frame rates! http://allen-sauer.com/com.allen_sauer.gwt.game.hornetblast.HornetBlast/HornetBlast.html Fred Sauer [EMAIL PROTECTED] On Tue, Sep 2, 2008 at 5:33 PM, Tim &l

gwt-log, gwt-dnd, gwt-voices & Hornet Blast -- updates for GWT 1.5 and Chrome

2008-09-02 Thread Fred Sauer
ml http://code.google.com/p/gwt-voices/wiki/GettingStarted http://code.google.com/p/gwt-voices/wiki/ReleaseNotes http://code.google.com/p/gwt-voices/downloads/list http://groups.google.com/group/gwt-voices Enjoy! Fred Sauer [EMAIL PROTECTED] --~--~-~--~~~---~--

Re: Frame reload when Drag and drop

2008-08-28 Thread Fred Sauer
JuDaC, You can step through the code to make sure that the widget is never detached during dragging. If the IFRAME still behaves oddly, you may just be stuck with a browser quirk. Fred Sauer [EMAIL PROTECTED] On Thu, Aug 28, 2008 at 7:20 AM, JuDaC <[EMAIL PROTECTED]> wrote: &g

Re: Frame reload when Drag and drop

2008-08-25 Thread Fred Sauer
Perhaps you can combine it with this example? http://allen-sauer.com/com.allen_sauer.gwt.dnd.demo.DragDropDemo/DragDropDemo.html#WindowExample Fred Sauer [EMAIL PROTECTED] On Mon, Aug 25, 2008 at 12:42 PM, JuDaC <[EMAIL PROTECTED]> wrote: > > > http://

Re: Newbie - Drag and Drop

2008-08-25 Thread Fred Sauer
Damian, I've added a much simpler getting started example to the wiki. Hopefully new comers will appreciate it: http://code.google.com/p/gwt-dnd/wiki/GettingStartedWith2_x Thanks for bringing this up. Fred Sauer [EMAIL PROTECTED] On Fri, Jul 11, 2008 at 9:06 AM, Damian Sobieralski &l

Re: Microsoft GWT clone

2008-08-24 Thread Fred Sauer
You can read up on a few past discussions on bytecode vs. source, and even find Volta references on the contributor's list http://groups.google.com/group/Google-Web-Toolkit-Contributors Fred Sauer [EMAIL PROTECTED] On Sun, Aug 24, 2008 at 8:55 AM, Tim <[EMAIL PROTECTED]> wrote: