AJAX crawling scheme

2012-12-23 Thread Danny
Hey guys, I've read over at https://developers.google.com/webmasters/ajax-crawling/docs/getting-startedthat in order to make a GWT app more SEO-able, that we simply replace the original "#" with "#!" in all of our URLs. I can't figure out the best way to do this though in an Activities and Pla

RPC fails when in production mode if using Oracle JDK 7

2012-11-23 Thread Danny
Hi guys, Here's my configuration: - Mac OS X 10.7 - JDK 7 (OS Default) - using Oracle JDK - GWT 2.5 I've simply created a project using the GPE (i.e. GreetingService etc). I make no changes to the GPE created starter code. The default java version on my Mac is set to Oracle's JDK 7. E

Re: Super Dev Mode : Cannot get module to compile with -workDir

2012-06-14 Thread Danny Kirchmeier
t happened. If it happens again, I'll post the thread dump and file a bug report. --Danny -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-we

Super Dev Mode : Cannot get module to compile with -workDir

2012-06-11 Thread Danny Kirchmeier
I'm trying out the new Super Dev Mode from the trunk. While I can get the codeserver to compile the module normally, it hangs when I specify -workDir. Am I doing something wrong, or do I need to file a bug report? Ant Target: Output: d

Re: How to determine *at runtime* which permutation is used?

2011-11-09 Thread Danny Kirchmeier
You can use GWT.getPermutationStrongName() You can choose to write that to the screen like so RootPanel.get().add(new Label(GWT.getPermutationStrongName())); -- You receiv

Re: MenuBar - how can I cause it to wrap?

2011-11-09 Thread Danny Kirchmeier
The MenuBar uses a table, with each item being a table cell. AFAIK, you're not going to have any luck getting that to wrap. You should be able to check to see if any of the items are flowing out of the window and have those move themselves into a "More" menu item. -- You received this messag

Re: Basic JavaScript onClick not getting called from inside GWT richTextarea

2011-11-09 Thread Danny Kirchmeier
No idea. Seems to me that you should be using an Anchor and ClickHandlers instead of that native method, but I may not understand exactly why you need that. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the w

Re: Using DockPLayoutPanel - can I get an autoexpanding south widget?

2011-11-09 Thread Danny Kirchmeier
> > Now, my initial instinct is to somehow try and determine whether or not > the FlowPanel needs to vertically resize (how do I determine this? Can it > be determined?) and then use DockLayoutPanel.setWidgetSize to perform the > resizing "manually". Sounds like a good approach. On the bo

Re: Basic JavaScript onClick not getting called from inside GWT richTextarea

2011-11-07 Thread Danny Kirchmeier
Did you ever call exportMyFunction2? -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/t3GfHd8ZwxsJ. To post to this group, send email to google-w

Re: CellList grid

2011-11-07 Thread Danny Kirchmeier
It's a bit of a hack, but since the cell list is just a list of Divs, you can use the CSS3 columns (but watch out, IE9 doesn't support this, and only the most recent version of opera does) public void setColumns(int columns) { if(columns < 1) columns = 1; Style style = cellList.getEleme

Re: Ok, CssResources and ClientBundle, what am I doing wrong?

2011-11-04 Thread Danny Kirchmeier
Does your Style1.css now say this: @external .gwt-Button; .gwt-Button{ background: black; color: cyan; } Don't forget the semicolon at the end of the @external line. I forgot it the first few times I used it. It causes no error to be thrown and next style to be completely ignored. It worked f

Re: Possible to get HTML from a widget?

2011-11-03 Thread Danny Kirchmeier
gwt/user/client/ui/UIObject.html#getElement()> and from that element you can call element.getString()<http://google-web-toolkit.googlecode.com/svn/javadoc/2.4/com/google/gwt/dom/client/Element.html#getString()>, which will get you the full html, including it's own tag. -- Danny

Re: can I use Class.forName and newInstance in GWT ?

2010-12-30 Thread Danny Goovaerts
yourself the question if GWT is the technology to use. Regards, Danny On 30 dec, 09:11, Didier Durand wrote: > Hi, > > You can't: if you go > tohttp://code.google.com/webtoolkit/doc/latest/RefJreEmulation.html#Pac... > for Class, you will see that forName() is not emulated

No GWT support found for this system.

2010-09-09 Thread danny
OS: MacOS 10.6.4 Eclipse: Eclipse IDE for SOA Developers Version: Helios Release Build id: 20100617-1415 GWT: 2.0.4 I get the following error when attempting to open with windowbuilder editor: No GWT Support found for this system The product can't find support for the OS, OS architecture or win

Is GWT application gallery still maintained?

2010-08-04 Thread Danny Goovaerts
I've uploaded my application on http://gwtgallery.appspot.com/ more than a week ago and it still does not have appeared in the gallery. The most addition dates from June 7. Is this gallery still maintained? Thanks, Danny www.cellamea.eu -- You received this message because you are subscrib

Re: Ecryption best practices (server side, client side, password handling)?

2010-08-02 Thread Danny Goovaerts
you can come up with something that is solid enough. I personally would not trust any security measure that has not been published and analysed by the security and encryption community. Danny www.cellamea.eu On 1 aug, 17:06, Stefan Bachert wrote: > Hi Sven, > > i did have similar thought

Re: Do we have any Library for OpenID autentication(Authentication using Google accounts/Face book etc.)

2010-07-28 Thread Danny Goovaerts
I've implemented support for openID with special case for Google and Yahoo mail (www.cellamea.eu). I've written a servlet that uses openid4java to interact with the openid providers. I can make the code available. On this moment, it's not packaged in an isolated way, so it's not usable out of the

Re: XML Validation directly

2010-07-28 Thread Danny Goovaerts
I use saxon from Michael Kay (www.saxonica.com) for programmatic XML validation. It's very good, but it does not proivided much more detailed error messages. You mention that you need this during development time. Do you want to validate XML files that you construct by hand before using them in y

GWT service to manage your wine cellar on line

2010-07-26 Thread Danny Goovaerts
ted to it. Without GWT, I would never be able to build this! Have fun! Danny Goovaerts www.cellamea.eu www.oobikwe.eu -- 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...@goog

Re: Mixed content warning on Chrome (skull and bones)

2010-07-15 Thread Danny Goovaerts
ow about Chrome. Speedtracer shows "From cache :false" but I do find the components in the cache. I don't know how the mobile browser handle it, but the js files are probably too big anyway to be cached. Danny On 14 jul, 22:30, lineman78 wrote: > Agreed, I had not thought of the c

Re: Mixed content warning on Chrome (skull and bones)

2010-07-14 Thread Danny Goovaerts
you are sending doesn't > contain any sensitive data, therefore this is a desired behavior as > usually there is not real reason not to make a request once an SSL > session has been established because at that point a symmetric block > cipher is used which has very little overhead.

Mixed content warning on Chrome (skull and bones)

2010-07-14 Thread Danny Goovaerts
d behaviour on Chrome or do should I do something different? Thanks in advance, Danny -- 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: the button and its infoLabel problem...

2010-07-13 Thread Danny Goovaerts
I think that you need a deferred command to handle this. Limit your clickhandler to set the infoLabel to "Beginning" and then launch a deferred command who's execute method performs the search and then updates the label. In this way, the execution thread will finnish, causing the screen to be updat

Re: GWT and CSS

2010-06-16 Thread Danny Goovaerts
iority for detailed descriptions, much better that I could do here) - mark your style definition as !important, for example, that's how I override the settings for .gwt-button .authenticate-button { background: white none !important ; margin:2px !important; } Danny On Jun 16, 8:54 pm

Re: ClickHandler not called on second click

2010-06-03 Thread Danny Goovaerts
already is enabled. For reference : see issues http://code.google.com/p/google-web-toolkit/issues/detail?id=2885&q=button%20click%20twice and http://code.google.com/p/google-web-toolkit/issues/detail?id=4992&q=clickhandler%20pushbutton On Jun 3, 8:52 am, Danny Goovaerts wrote: > I ha

Re: ClickHandler not called on second click

2010-06-02 Thread Danny Goovaerts
I have filed an issue 4993 for this in the issue tracker. On Jun 2, 9:37 pm, Danny Goovaerts wrote: > I managed to isolate the code in a few classes which reproduce the > problem. > > Can I upload a zipfile (15k) somewhere? > > On Jun 2, 5:27 pm, Olivier Monaco wrot

Re: Getting the default DateBox() picker to advance year at a time

2010-06-02 Thread Danny Goovaerts
t;); formatter.setWidth(0, nextYearColumn, "1"); grid.setStyleName(BASE_NAME + "MonthSelector"); initWidget(grid); } public void addMonths(int numMonths) { model.shiftCurrentMonth(numMonths); picker.refreshComponents(); } }

Re: ClickHandler not called on second click

2010-06-02 Thread Danny Goovaerts
I managed to isolate the code in a few classes which reproduce the problem. Can I upload a zipfile (15k) somewhere? On Jun 2, 5:27 pm, Olivier Monaco wrote: > Danny, > > What your click handler does? May be it puts some (transparent) > element in front of the button... How do

Re: ClickHandler not called on second click

2010-06-01 Thread Danny Goovaerts
nough information to find the real root cause. Danny On Jun 1, 6:21 pm, Danny Goovaerts wrote: > My application is quite large. The button is several "levels" deep, > i.e. in a FlowPanel which itself is in a HorizontalPaneI in a hierachy > of divs. I will try to isolate while

Re: ClickHandler not called on second click

2010-06-01 Thread Danny Goovaerts
I need to move the mouse from the page to Eclipse, which prevents from reproducing the error. Danny On Jun 1, 4:17 pm, Ranjan wrote: > Something like that should not have gone unnoticed for so long. Could > you post your code snippet? > > On Jun 1, 12:07 pm, Olivier Monaco wrote: &g

ClickHandler not called on second click

2010-05-31 Thread Danny Goovaerts
forum that describe a similar behaviour (e.g. http://groups.google.com/group/google-web-toolkit/browse_thread/thread/aa9ce024e173390e/65802ce6da9482e7?lnk=gst&q=second+click#65802ce6da9482e7) but none have a solution. Any idea how to solve this? Thanks in advance, Danny -- You received thi

Re: Facing problem tackling browser refresh

2010-04-20 Thread Danny Goovaerts
I faced exactly the same problem (see http://groups.google.com/group/google-web-toolkit/browse_thread/thread/36979a4e8e51fdc5# ) I concluded that in case of a refresh, the async call is cancelled in the browser before it has concluded. I solved the problem by "waiting" until the onSuccess() of the

Re: Async RPC during CloseHandler.onClose() cancelled?

2010-04-17 Thread Danny Goovaerts
Moving the reload to the onSuccess is a good suggestion. Thanks! On 16 apr, 18:12, Thomas Broyer wrote: > On Apr 16, 5:44 pm, Danny Goovaerts wrote: > > > > > > > In the application that I'm building  I've implemented a > > CloseHandler.onClose() which

Async RPC during CloseHandler.onClose() cancelled?

2010-04-16 Thread Danny Goovaerts
n this case, the RPC call also succeeds This leads me to the conclusion that in in Web mode, the reload happens fast when the HTML page and the java script are cached, and that this causes the RPCto be canceled. What do you think? Is there a way to prevent the RPC call from being cancelled? Than

Async RPC during CloseHandler.onClose()

2010-04-16 Thread Danny Goovaerts
I've implemented a CloseHandler to makes an async call to the server to store the loc -- 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,

Re: Unable to migrate GWT application to version 2.03 due to problem with internationalization

2010-03-19 Thread Danny Goovaerts
es_GTC is normally not a valid locale. The "country" part of a locale is the two character ISO country code. GTC is not a valid country code. A reason might be that GWT 1.5 was not strict about the country code format, and that 2.0 is much stricter. Danny On 19 mrt, 14:28, craige wro

Re: How do I use my own server in hosted mode instead of GWT's built-in Jetty instance?

2009-12-10 Thread Danny Goovaerts
your application in development mode without the built in server. It all depends what you need to investigate. Danny P.S. 2.0 is great. Thanks to everyone who contributed! On 10 dec, 21:40, Henry wrote: > How do I use my own server in hosted mode instead of GWT's built-in > Jetty instanc

Re: Tomcat RPC Failure on Lost Client Connections.

2009-11-17 Thread Danny
t.dave, I am using 1.7. Though it is no solution, your having this same problem is some comfort. If enough of us are in the same boat, maybe one of us will eventually find a solution. Thanks, Danny On Nov 17, 12:15 am, "t.dave" wrote: > there's a bit of content on the web

Tomcat RPC Failure on Lost Client Connections.

2009-11-16 Thread Danny
roduce the error. Can someone with more Tomcat experience than me, see if my belief is well founded? Regardless, does someone have a solution? My system seems to be running OK. Is my worry mostly about Tomcat filling my web host's disk space with exception messages?

Re: GWT Hosted Mode crashing after Snow Leopard 10.6.2 Update

2009-11-16 Thread Danny
Hi, Is there also a fix available for GWT 1.6+ ? My Eclipse project gives an error saying that the when using the WAR layout you must use the GWT 1.6 or later. Thkx, D. On Nov 14, 4:10 pm, hugues wrote: > On 12 nov, 18:39, hugues wrote: > > > On 12 nov, 13:35, Daniel Kurka wrote: > > > > I fo

IE8 and Compatibility View settings and ListBoxes

2009-11-14 Thread Danny
ould it be possible for 2.0 to generate ListBox code for all versions of IE? But, who knows what other inconsistencies we will find from mighty Microsoft? Thanks, Danny -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this

Re: Avoiding RPC Coming in to an inactive client from the server.

2009-10-13 Thread Danny
rjcarr, Hey! I was looking for some magic GWT answer, not good old programming logic. Thanks very much, Danny On Oct 13, 1:43 am, rjcarr wrote: > Just keep a count of your service calls.  So, when your expiry timer > rings, make sure you don't send out any more requests, an

Avoiding RPC Coming in to an inactive client from the server.

2009-10-08 Thread Danny
oming RPC call java.io.IOException..". followed by a stack printout. Does anyone know how to relieve Tomcat of this burden and my having to dump its log file more frequently that I would like? Thanks, Danny --~--~-~--~~~---~--~~ You received this message becau

encodeResponseForFailure

2009-09-16 Thread Danny
Hi, trying to get my GWT Application running I get the next error. When the line "List allianzen = session.createQuery("SELECT id, kuerzel, name from gctool.allianzen").list();" is executed I geht the following error: Service method 'public abstract java.util.List com.gc.tool.client.GC_ToolServi

inherit modul for hibernate

2009-09-15 Thread Danny
Hello, I try to integrate hibernate into a GWT 1.6 project. I've done it with the help of: http://code.google.com/intl/de-DE/webtoolkit/articles/using_gwt_with_hibernate.html and used gilead. But when I run my application it says in the log: No source code is available for type org.hibernate.Se

Designer

2009-09-09 Thread Danny
Guten Morgen! Das GWT setze ich schon einige Zeit (erfolgreich) ein, allerdings bisher ohne Designer. Um mir die Arbeit zu erleichtern, bin ich nun allerdings auf der Suche nach einen visuellen Designer für Oberflächen. Kann mir jemand eine empfehlen, die in Eclipse integriert ist und als Freeware

Frame Height 100%

2009-08-24 Thread Danny
ot; or setting the height with Javascript. I have tried to set the parents of my frame to "height:100%", but have not met with success. I am not wild about using Javascript. Thanks, Danny --~--~-~--~~~---~--~~ You received this message because you

GWT - JFreeChart Dependency in Terms & Conditions

2009-08-13 Thread Danny Robinson
Please can someone explain why JFreeChart is listed as a 3rd party library for GWT in GWT's Terms & Conditions page. Specifically, I need to understand if this is present as a dependency for development (like Jetty), or the JFreeChart stuff actually is present somehow in the javascript/compiled o

GWT and Google Crawler

2009-05-11 Thread Danny Schimke
My question ist: Are there disadvantages for the Google crawler to search through my site if I build a GWT application? I accept, that there are no differences to normal html- sites, or? Is it correct, that the Google Crawler is not able to search through JavaScript? Thanks a lot! -Danny

Re: How to use the new WAR file to deploy a simple web application.

2009-05-02 Thread Danny
Jamie, Thanks. Yes, I must learn about Apache Ant. GWT was forced me to learn a whole host of new things. But, learning is one of the more fasinating aspects of life. Regards, Danny On May 1, 1:46 pm, Jamie wrote: > I definitely understand wanting to know what is under the covers.

Re: How to use the new WAR file to deploy a simple web application.

2009-05-01 Thread Danny
omain- name.com to serve everything through Tomcat. I hope this helps someone. This is "roll your own" on steriods, but it works. When GWT can do this, I will be relieved. Maybe the two suggestions above by Stan B and jamie are better, but I had to go through the above steps to understand ex

Re: How to use the new WAR file to deploy a simple web application.

2009-04-30 Thread Danny
Thanks everyone. I now see that this is a web feature. When I saw the new GWT 1.6 war file construction and eclipse plugin, I thought my deployment life was getting rosier. Maybe later. When I have gotten my project deployment where I want it, I will post my resultd. Regards, Danny On Apr

Re: How to use the new WAR file to deploy a simple web application.

2009-04-30 Thread Danny
places. I guess I will continue as before. Danny On Apr 30, 4:52 am, doopa wrote: > For testing purposes I use tomcat to serve the static and dynamic > portions of the application. To do so, I follow the example from > GWT:http://code.google.com/docreader/#p=google-web-toolkit-doc-1

How to use the new WAR file to deploy a simple web application.

2009-04-29 Thread Danny
. If I name my GWT module ROOT, would this work, or does someone have a better idea. Thanks, Danny --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send em

Re: GWT 1.6 Replacement for Radio Button setChecked().

2009-04-24 Thread Danny
Thanks much. On Apr 24, 2:12 pm, Jason Essington wrote: > setValue() > > On Apr 24, 2009, at 12:09 PM, Danny wrote: > > > > > setChecked() seems to be depreaciated by  GWT 1.6.  What replaces this > > action? > > > Thanks, > > > Danny --~--~---

GWT 1.6 Replacement for Radio Button setChecked().

2009-04-24 Thread Danny
setChecked() seems to be depreaciated by GWT 1.6. What replaces this action? Thanks, Danny --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email

Re: GWT 1.6, Google App Engine, and java.awt.image.*

2009-04-22 Thread Danny
, and Eclipse did stop complaining. I hope this works in the end. Thanks, Danny On Apr 22, 8:15 pm, Ben FS wrote: > Client-side: GWT lets you use Java language, but only a sub-set of the > J2SE library, supplemented by a variety of GWT-specific UI classes. > > Server-side: You can use

GWT 1.6, Google App Engine, and java.awt.image.*

2009-04-22 Thread Danny
, even when I remove the App Engine SDK. Any suggestions? Danny --~--~-~--~~~---~--~~ 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@googlegro

Upgrade 1.5.3 to 1.6.4 - 404 Error

2009-04-19 Thread Danny Schimke
tWebapp.html I updated all the things according the docs... Where is the problem, I have no idea. Hope someone can help Thanks a lot! -Danny --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit&quo

Re: Acces to GWT JavaDoc in Eclipse

2009-04-01 Thread Danny Schimke
Hi Stefan! You are right: I've removed gwt-servlet from the POM dependencies of the corresponding project, because I don't need it yet. If I need this I will create a separate "server/backend"- project which does. And now I have access to the JavaDoc. Thank you very much! -Da

Acces to GWT JavaDoc in Eclipse

2009-03-31 Thread Danny Schimke
;This element neither has attached source nor attached Javadoc and hence no Javadoc could be found." The source is attached to of my maven module(s). If I navigate to one class there is the source code, but how I get access out from my own sorces? Thanks very mu

Re: Event listening on ListBox in a CaptipnPanel's Legend

2009-03-30 Thread Danny Schimke
! ;-) -Danny 2009/3/26 Danny Schimke > Is it possible to do this? > > 2009/3/26 Danny Schimke > > Hello! >> >> A CaptionPanel can contains HTML in its legend. I hve to add a ListBox- >> Element there. But I have to listen on it (change- events). How do I have t

Re: FlexTable : how to get not wrapping text functionality

2009-03-30 Thread Danny Schimke
white-space: nowrap; } hope that will help... -Danny 2009/3/30 Suren > > Hi Danny, > > Thanks for the reply. > > I should have mentioned earlier that, I 've tried that option too. > that is, I set the text to a label and disable the wordwrap to that > label and a

Re: FlexTable : how to get not wrapping text functionality

2009-03-29 Thread Danny Schimke
Hi Suren! I dont know why this is not working, but you can use a Label, set the word wrap of the label to false and add this label to one of your FlexTable's cell. This should work. -Danny 2009/3/30 Suren > > Hi All, > > I am using FlexTable in a grid format to displ

Re: Event listening on ListBox in a CaptipnPanel's Legend

2009-03-26 Thread Danny Schimke
Is it possible to do this? 2009/3/26 Danny Schimke > Hello! > > A CaptionPanel can contains HTML in its legend. I hve to add a ListBox- > Element there. But I have to listen on it (change- events). How do I have to > add the ListBox as a part of the legend- Element to the Ca

Event listening on ListBox in a CaptipnPanel's Legend

2009-03-26 Thread Danny Schimke
Hello! A CaptionPanel can contains HTML in its legend. I hve to add a ListBox- Element there. But I have to listen on it (change- events). How do I have to add the ListBox as a part of the legend- Element to the Caption so that I still can listen on its events? Thank you very much! -Danny

Re: Set CSS for ListBox Items working in Firefox not in Safari

2009-03-24 Thread Danny Schimke
s, that the CSS works in all browsers. It's not a CSS- issue... I dont know how to fix this. -Danny 2009/3/24 Shashi Kant > > Oh you are using an image. I dont think IE supports that. ,This reason > behind this is because of how IE gets the "base" for the HTML Select >

Re: Set CSS for ListBox Items working in Firefox not in Safari

2009-03-23 Thread Danny Schimke
s yet... there should be a way to refresh GWT- components on view. -Danny 2009/3/23 priya > > Hi all, > > I have one ListBox in my GWT application. > I want to set CSS for some of the items in this ListBox.. > > I am using following code for this: > > DOM.getC

Re: ReplacementString support for MultiWordSuggestOracle for 1.6

2009-03-22 Thread Danny Goovaerts
this post but for the tremendous tool that GWT is) Danny On 22 mrt, 20:56, Danny Goovaerts wrote: > I  want to usereplacementString with  Issue 2695 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Web T

ReplacementString support for MultiWordSuggestOracle for 1.6

2009-03-22 Thread Danny Goovaerts
I want to usereplacementString with Issue 2695 --~--~-~--~~~---~--~~ 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

Re: gwt mix content with style?

2009-03-19 Thread Danny Schimke
You could do something like this: Style style = tmpElement.getElement().getStyle(); style.setProperty("border", "1py solid #000000;"); -Danny 2009/3/19 Coonay > > like old html,gwt mix content with style again? > in gwt ,most dynamic UI element have to set sty

How to sort a list with objects on client side?

2009-03-19 Thread Danny Schimke
ht exception escaped java.lang.UnsupportedOperationException: null at com.incowia.tkbase.unternehmenspflege.core.client.BaseReferenceList.toArray(BaseReferenceList.java:166) at java.util.Collections.sort(Collections.java:158) What have I to do, to sort my list? -Danny --~--~-~--~~~

Re: ResourceBundle for client??

2009-03-18 Thread Danny Schimke
Is the Constants- Interface of GWT the thing, what you are searching for? With this you can read the values from a properties- file -Danny 2009/3/17 joe young > > Can client code able to use java.util.ResourceBundle? > > I have some information in a propertie file and I don'

Re: DialogBox's height not based on its content

2009-03-17 Thread Danny Schimke
UPDATE! I forgot to say: It only occurs in IE6/7. In Firefox it works very well 2009/3/17 Danny Schimke > I have a dialog box with a invisible widget at the dialogs bottom. There is > a button to show this (invisible) widget. The Widget is shown and the dialog > box's

DialogBox's height not based on its content

2009-03-17 Thread Danny Schimke
stays large and that seems not pretty. How can I fix this? -Danny --~--~-~--~~~---~--~~ 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@goog

Re: Java Script Datei

2009-03-10 Thread Danny Schimke
les. Ich hoffe ich konnte dir damit helfen... Grüße -Danny On Mar 10, 7:45 am, Eva wrote: > Ich würde gerne die von GWT automatisch gererierte Java Script Datei > einsehen. Wo finde ich diese? Ich habe auch gelesen, dass die Java > Script Datei komprimiert ist, so dass man den C

Re: Restrain the DialogBox to move out of browser window

2009-03-09 Thread Danny Schimke
lientHeight() - this.getOffsetHeight()); } } The dialog window does not move out of the visible window area! Thank you very much Sumit! The idea of overriding the onMouse- Events is THE idea! -Danny 2009/3/5 Sumit Chandel > Hi Danny, > That shouldn't be the case. Which browser were yo

Re: Restrain the DialogBox to move out of browser window

2009-03-05 Thread Danny Schimke
It does not work. The onMouseUp is never called... 2009/2/27 Sumit Chandel > Hi Danny, > Here's one possible solution - you could override the DialogBox.onMouseUp() > method to re-position the dialog box depending on where it was when the user > lets go of it. > >

Re: Window.confirm in timer.run()

2009-03-04 Thread Danny Schimke
Yeah! I canceled the timer and restarted it in in the run() method... It is about the way you've advised me. Thanks again! -Danny 2009/3/4 Vitali Lovich > Did that solve your problem? > > > On Wed, Mar 4, 2009 at 12:35 PM, Danny Schimke > wrote: > >> Tha

Re: Window.confirm in timer.run()

2009-03-04 Thread Danny Schimke
indow() > browser keeps generating timer event probably because that comes from the > OS & there's no locking in place > user clicks on button > next event is shown > > Instead do this: > > timer.schedule(1000); > run() { >showWindow() > timer.schedule(100

Re: Question about mGoogle Maps URL and its parameter "gwt"

2009-03-04 Thread Danny Schimke
Thank you very much! Good to know! -Danny 2009/2/27 Eric Ayers > > Removing that parameter will not affect the functioning of the Maps > API. It is currently used for accounting purposes only. > > 2009/2/27 Danny Schimke : > > Hello! > > > > Does anyone know

Window.confirm in timer.run()

2009-03-04 Thread Danny Schimke
shown two times (e.g. when I am waiting three or more minutes) It should be not very difficult to use a workaround, but I want to understand the correct working of the GWT timer. Thank you! -Danny --~--~-~--~~~---~--~~ You received this message because you are su

Question about mGoogle Maps URL and its parameter "gwt"

2009-02-27 Thread Danny Schimke
ers. Is the this parameter needed and why? Are there other possible values instead of "1" and what does they mean? Thank you! -Danny --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit&quo

Re: GWT Session

2009-02-27 Thread Danny Schimke
Hey Vagner Araujo! Thank you for your post! I've searched a long time for something like handling sessions in GWT!!! :D I have a question too. Waht's when the session invalidates (e.g. timeout)? Should there a "heartbeat" which checks the session validity? Thank you! -Dann

Re: How to override style?

2009-02-26 Thread Danny Schimke
Hi! Hyperlink is not only a - tag! There is a (or an other container) which includes the tag! You have to say, that the tag from the hyperlink is changing its color. Add the "a" after ".Login" to apply the style to the link. .Login a { color:#FF } This should wor

Re: Apply CSS in editor area of RichTextArea

2009-02-25 Thread Danny Schimke
he web? Is there anything special to watch? -Danny 2009/2/24 Danny Schimke > Hi Omer! > > 1. Yes I am using Windows and yes: Hosted Mode uses the installed IE. > 2. The error occurs in compiled mode (Firefox, IE) too. > > I show a preview for multilingual text (english, german

Re: Apply CSS in editor area of RichTextArea

2009-02-24 Thread Danny Schimke
ea is using the browsers font (If I am not mistaken!?). It does not look nice, when the editors text has a different font, than its preview... I hope I'll crack this in future ;) Thank you Omer!!! -Danny 2009/2/24 A Friend Of Yours > > > Any Idea, why the error occurs? > > No; n

Re: Apply CSS in editor area of RichTextArea

2009-02-24 Thread Danny Schimke
Error. Any Idea, why the error occurs? Thanks! -Danny 2009/2/17 A Friend Of Yours > > Please try to maintain a single thread: > > http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/4e1d0c2a8ba725ef > > On Feb 17, 8:10 pm, "Manish Kumar" wrote: > &

onLostFocus and onChanged not fired if browser-window is closing

2009-02-24 Thread Danny Schimke
I need only one fired event instead of multiple). -Danny --~--~-~--~~~---~--~~ 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

Re: Google Map Info Window

2009-02-23 Thread Danny Schimke
hould find the right thing! Hope it was helpful for you! -Danny 2009/2/20 Arend van der Veen > > Hi, > > I am using the gwt google map api. Previously, I had a hypertext link > on a InfoWindow in Google Maps. This link loaded a new page. I am > now trying to implement the s

Re: Changing color of text on fly.

2009-02-23 Thread Danny Schimke
wing again on the screen after adding the class. -Danny 2009/2/20 Mani > > Hi, > > I have a list box which will populate values from database. Based on > certain conditions, I need to display each value in appropriate color. > How to change color of text? Here is piece of code

Re: Restrain the DialogBox to move out of browser window

2009-02-23 Thread Danny Schimke
No idea? 2009/1/28 Danny Schimke > Hello! > > Is it possible to restrain the DialogBox to move out on right and bottom > side of the browsers windows? When I move the box over it's header it should > stay completely in the visible browser window area, because I disabled t

Searching another HTML editor

2009-02-09 Thread Danny Schimke
worked, but it was not what I am searched for. The possibilities of using the Toolbar and the way to edit it were not sufficient for me. Are there some other editors which can used by GWT? It should be able to bold, italic, underline text and set the font-siz

Re: Script error in IE 7 in web mode

2009-02-06 Thread Danny Goovaerts
r has a limit on the size XML documents that it can handle. I will investigate further and post my findings. Danny On 5 feb, 16:45, Arend van der Veen wrote: > Hi Danny, > > I had a similar problem when I was parsing an XML document.  In my case, I > was a little careless about tr

Re: Call event after an other

2009-02-05 Thread Danny Schimke
ired too (look at my first comment this thread). But I need the possibility to wait starting onClick until onChange is running. -Danny 2009/2/5 Damien Picard > Hi ! > > You can control event propagation with low-level functions (onBrowserEvent, > Event) ; in your case, use the Event.ca

Call event after an other

2009-02-05 Thread Danny Schimke
onClick after other events have done their work by using a "DeferedCommand". But is doesn't work. Saving is allways faster than the onChange. Is there a way to control the handling-order of events? Thank you! -Danny --~--~-~--~~~---~--~~ You receiv

Script error in IE 7 in web mode

2009-02-05 Thread Danny Goovaerts
ication is quite big, so it's not so easy to isolate the piece of code where it goes wrong. Thanks, Danny --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this gr

Re: Bad link for GWT Documentation

2009-02-04 Thread Danny Schimke
I called the GWT docs and everything worked fine... 2009/2/4 Ricky > > Did you notice that the link to GWT docs is broken for weeks ! > > It does just redirect to the documentation of... "Google Code > documentation reader" > > > > > > --~--~-~--~~~---~--~~ You r

Re: Hosted Mode not refreshing

2009-02-04 Thread Danny Schimke
If you are using Eclipse do a clean on your Project(s) und refresh them. Maybe it will help. -Danny 2009/2/4 gemmasilvers > > Yup, I cleared the IE cache and still no joy. > > Any other suggestions, please? > > Thanks! > Gemma > > On Feb 3, 6:44 pm, Lupo wrote: &

Re: Check whether browser is supported

2009-02-03 Thread Danny Schimke
I forgot: I can use the - tag in the html- sourcefile... That should work... I reply again to tell if everything worked well -Danny 2009/2/3 Danny Schimke > This was helpful. But is there a way to keep out browsers which does > *not*support javascript like the "W3M&qu

  1   2   >