SuggestBox initial selection in Firefox

2014-08-23 Thread Kyle Baley
me behaviour in Google, GMail, and Facebook. But thought I'd ask anyway: can anyone think of a way of making sure no item is selected when the suggest box first appears, even if the mouse happens to be there already? (I've tried SuggestMenu.selectItem(-1) already.) -- Kyle -- You received

Re: Code conditional on iOS

2012-12-05 Thread Kyle Baley
Sweet! Thanks. On Wednesday, December 5, 2012 9:05:06 PM UTC-5, Thomas Broyer wrote: > > > > On Thursday, December 6, 2012 2:17:58 AM UTC+1, Kyle Baley wrote: >> >> Is there a non-JSNI way of detecting whether a user is on iOS, >> specifically iOS 6. We had a

Code conditional on iOS

2012-12-05 Thread Kyle Baley
Is there a non-JSNI way of detecting whether a user is on iOS, specifically iOS 6. We had a bug introduced in our app that happens only on iOS6. It has to do with how two different panels are inserted into the DOM and whether they accept mouse down events. The method we have now works everywhere

Re: DevMode not working in Chrome after update

2012-10-09 Thread Kyle Anderson
DOESN'T WORK. When I drag-and-drop the .crx, it installs the dev mode plugin, but when I try to use Devmode i still get prompted saying "could not load dev mode plugin.. Download the GWT Plugin, etc". On Tuesday, July 17, 2012 7:16:03 AM UTC-7, Andy wrote: > > I updated Chrome this morning an

Re: Please help in Displaying SSRS Reports in GWT Application

2012-08-22 Thread Kyle White
k well in IE. If you find a better way, please let me know. Maybe I can help out with the CORS stuff (which really aids in debugging). Kyle -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visi

Re: google maps

2012-06-28 Thread Kyle Anderson
not think of any other way). Kyle On Thursday, June 28, 2012 5:12:27 PM UTC-7, Kyle Anderson wrote: > > I have developed an application in GWT which allows users to visualize a > large graph. The application has a few requirements: > > 1.) Display about 5000 nodes & edges &g

google maps

2012-06-28 Thread Kyle Anderson
I have developed an application in GWT which allows users to visualize a large graph. The application has a few requirements: 1.) Display about 5000 nodes & edges 2.) add or delete nodes/edges from the graph 3.) click nodes/edges on the graph & execute a custom callback function 4.) Provide a bl

GWT Local Database?

2012-05-24 Thread Kyle Anderson
I have a user application where a user loads a map with about 3000-5000 widgets on it. The user needs to be able to filter/sort/ modify these elements quickly. The server load is heavy, and GAE is performing abominably. My idea is to transfer all the elements to the client in a local database s

Re: GWT application freezes when new version is deployed while using it

2012-02-29 Thread Kyle Baley
at the top. I believe Google Groups does this now, yesno? That's the theory anyway... On Wed, Feb 29, 2012 at 8:55 PM, Joseph Lust wrote: > Kyle, > > Can you hardcode the onclick="window.location.reload();" method in the > "OK" button, so it should still work

Mac-specific CSS

2012-01-20 Thread Kyle Baley
Is there a simple way to include CSS that's specific for Macs? I.e. not just Safari as a user.agent but all browsers on Mac. The issue I'm looking to fix is that the default scrollbar in Macs appears to be 2px smaller than in Windows. We have some CSS in place to accommodate it and we have some

Re: GWT application freezes when new version is deployed while using it

2012-01-11 Thread Kyle Baley
We've gone Thomas's original suggest route of informing the user. But in our original pass at this, we threw up a dialog with an OK button on it. It said something to the effect of "There's a new version. Please log in again". Clicking OK is intended to log the user out and forcibly refresh the

Re: GWT application freezes when new version is deployed while using it

2012-01-05 Thread Kyle Baley
Now that I've determined our problem, I have another question. Is there a clean way to *not* require the user to refresh the page? -- 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.go

Re: GWT application freezes when new version is deployed while using it

2012-01-04 Thread Kyle Baley
Thanks Thomas. This helped us find the ultimate root of the problem. We had mapped a servlet (quite by accident) to a URL pattern that matched our module name. So after deploying a new version, requests to the old .cache.js files were being picked up by this servlet rather than throwing a 404 e

Re: GWT application freezes when new version is deployed while using it

2011-12-31 Thread Kyle Baley
Thomas, In the case of code-splitting, it sometimes doesn't make RPC calls when the user navigates around. Rather, it tries to load the .cache.js files required for the "page" the user is navigating to. In the case where a new version is deployed and the user hasn't refreshed, these files of c

JAXB + GWT

2011-09-03 Thread Kyle Anderson
s from the XSD format. The problem with this is that you cannot do reflection in GWT, so there's no great way to view the attributes of the class in order to create the editor window. I imagine people have done similar things before. Thanks!! Kyle -- You received this message because you ar

LazyPresenters with GXT - Method must be called before the component is rendered

2011-08-02 Thread Kyle Anderson
I keep getting the error: "Method must be called before the component is rendered" I created a presenter ResultsPresenter which gets lazy loaded when the user clicks the "Results" button. The result button call back calls the eventBus.viewResults event, which calls the onViewResults in the resul

Re: can i use google appengine with GWT

2011-07-28 Thread Kyle Baley
AppEngine supports it but doesn't require it. In fact, one of the reasons we went with AppEngine was because it is well-integrated with GWT through the Google Plugin for Eclipse. See: http://code.google.com/webtoolkit/doc/latest/tutorial/appengine.html -- You received this message because you

StatusCodeException 12007 12029

2011-07-27 Thread Kyle Baley
We've been seeing a lot of 12007 and 12029 StatusCodeExceptions in our logs in the last few weeks. Since the beginning of July, in fact. I understand these status codes relate to a flaky internet connection but more than one customer is experiencing them. What sort of symptoms would cause these

Graph Visualization

2011-07-10 Thread Kyle Anderson
modify graphs. However, I don't believe this can be imported into GWT. Thanks in advance. Kyle -- 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 u

NumberFormat not formatting single-digit numbers

2011-04-13 Thread Kyle
works perfectly fine in local hosted mode. This occurs in both IE8 and Firefox 3. We're running GWT 2.1.1. Thanks for your time! /Kyle -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send ema

Re: Plugin 2.2 and eclipse build error

2011-03-03 Thread kyle
ma.onUnexpectedAttribute(Schema.java: 80) at com.google.gwt.dev.util.xml.ReflectiveParser $Impl.startElement(ReflectiveParser.java:228) My gwt.xml file is as follows On Mar 3, 9:38 am, kyle wrote: > Hi everyone, > > After updating my google p

Plugin 2.2 and eclipse build error

2011-03-03 Thread kyle
rt eclipse, my builds have no issues. Has anyone ever seen anything like this and could offer any suggestions? Its quite frustrating not being able to build my project and work on some of the newer parts of the 2.2 sdk. Thanks, Kyle -- You received this message because you are subscribed to

Re: Speed of UI tests with WebDriver

2011-01-17 Thread Kyle Baley
We make heavy use of both JUnit tests and MVP through the use of Jukito (http://code.google.com/p/jukito/) and gwt-platform (http:// code.google.com/p/gwt-platform/). They've both been a tremendous help but I feel UI tests are useful as well. But many of the benefits have to be weighed against the

Speed of UI tests with WebDriver

2011-01-13 Thread Kyle Baley
We're starting to make pretty heavy use of UI tests via WebDriver (using Cucumber and Capybara). The major stumbling block has been the speed under which they run. Running locally, with the gwt.codesvr parameter, the tests take the better part of an hour which means no one will run them locally. On

How to handle MouseListener with shared variables split into different Mouse handlers

2011-01-07 Thread Kyle Sawatsky
I'm upgrading GWT 1.5 code to use the new event handling system. We have several custom inner class MouseListeners where the different mouse event methods (onMouseLeave, onMouseExit, etc.) will refer to class variables of the custom MouseListener. After these methods are split into separate classes

Getting elements by ID for UI testing

2010-07-23 Thread Kyle Baley
We're in the process of adding UI tests to our project with Cucumber and Capybara and it's been a little cumbersome trying to access textboxes with xpath expressions. I've searched on the board and found a way of manually adding IDs to elements with the DOM but I don't like the idea of adding these

Re: Slow OOPHM on Windows 7 64 bit

2010-07-06 Thread Kyle
Not to be a pest, but does anyone have any suggestions on fixing incredibly slow OOPHM on Windows x64? On Jun 30, 11:54 pm, Kyle wrote: > I've recently upgraded my OS to Win7 x64, and Dev Mode is impossibly > slow. The initial load used to take 10 seconds, and now it takes three &

Slow OOPHM on Windows 7 64 bit

2010-06-30 Thread Kyle
I've recently upgraded my OS to Win7 x64, and Dev Mode is impossibly slow. The initial load used to take 10 seconds, and now it takes three minutes to load OOPHM. My machine is a brand new MacBook Pro, if that matters. I've tested with Chrome, Firefox, and IE8, and all display the same long load ti

Re: Scrolling within a page

2010-04-04 Thread Kyle Baley
'll want to look into the Anchor type. > > There are many other ways to do this, however, depending on how fancy > you want to get.  You could have a scroll pane that is scrolled when > you click a letter.  You can have elements move within a container. > Etc ... > > Good

Scrolling within a page

2010-04-02 Thread Kyle Baley
Say you have a page with a rolodex-type feature, with a list of contacts and an alphabet along the top (or left). When you click on a letter, the page should scroll to that letter's entries. In HTML, I would probably do this with internal tags, like: R As far as I know, I can't do the same thing

Re: Multi-tenancy in GWT

2010-03-25 Thread Kyle Baley
; We're doing it this way when we have different versions of client > application, which tends to change more often than server one. Also > works when you have a development version of client that you need to > test with the same server backend. > > Regards, > Uros > > On

Re: Multi-tenancy in GWT

2010-03-23 Thread Kyle Baley
 pm, "dolcra...@gmail.com" wrote: > So you can just built the ui once and always include it in the login > page for which ever client as the server should be where you filter/ > prevent access to data that's not for the current client. > > On Mar 22, 10:41 am, Kyle Baley

Multi-tenancy in GWT

2010-03-23 Thread Kyle Baley
ser logging into one client site, then navigating to another. Thanks Kyle -- 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 gr

how to suppress .../*-aux/.rpc.log

2009-12-22 Thread Kyle W. Cartmell
not see an obvious way to do so. Any suggestions regarding how one might approach this problem and/or references to pertinent documentation would be greatly appreciated! Thank You! - Kyle -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit"

GWT Expert in the Los Angeles / North Hollywood Area

2009-12-03 Thread Kyle Hayes
We are looking to possibly hire a GWT expert very soon. The position would be located in North Hollywood. Please reach out to me if you are interested. Thank you! -Kyle Hayes -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.

Re: Error when running ant hosted on OS X 10.6

2009-11-17 Thread Kyle Hayes
will keep everyone posted with any further updates. > > > - Chris > > > On Nov 14, 11:33 am, julian wrote: > > > > Can be that (10.6.1, safari 4) uses 64bit architecture instead 32? > > > Have a look to:http://kb2.adobe.com/cps/509/cpsid_50983.html > > >

Module Creation from Eclipse

2009-11-16 Thread Kyle Hayes
ssume there is no existing code. I appreciate any help, thanks! -Kyle -- 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: GWT hosted mode crashing after update

2009-11-16 Thread Kyle Hayes
Hey Rob, A lot of us have been having issues with Safari 4.0.4 release since they updated JavaScriptCore. Check out this thread as well as the last reply in it: http://groups.google.com/group/google-web-toolkit/browse_thread/thread/386df3f9d5cab7d0/cecf81ab8c9b7fde?#cecf81ab8c9b7fde On Nov 16, 9:

Re: Error when running ant hosted on OS X 10.6

2009-11-14 Thread Hayes, Kyle
Yes that would be great! On Nov 14, 2009, at 12:28 AM, "bmalkow" wrote: > On 13 Lis, 16:41, Kyle Hayes wrote: >> I installed your new jar and I'm still getting the following error: > > > This is not my jar. ;) > > I checked out releases/1.7 from GWT svn

Re: Error when running ant hosted on OS X 10.6

2009-11-13 Thread Kyle Hayes
ut not finding libgwt-ll.dylib. On Nov 13, 2:25 am, bmalkow wrote: > On 12 Lis, 18:25, Kyle Hayes wrote: > > > Heh, you're right this is really ugly. However, it may be worth a try, > > but not on my work code ;-) > > I use it only on development enviroment. > To pro

Re: GWT for Python when?

2009-11-13 Thread Kyle Hayes
I like this idea. I'm big fan of Python and would love to see this. On Nov 13, 7:30 am, Rodrigo Romero III wrote: > Features: > - Python to JavaScript compiler > - User interface API > - related tools > - Appengine SDK integration with a newer Django build and ability to > download latest SVN eas

RE: UI Layout and Alignments

2009-11-12 Thread Hayes, Kyle
I recommend you take a look at HorizontalPanel and VerticalPanel as well for many of the layouts. GWT UI layout stuff is a lot like Java Swing. FlexTable creates tables and having too many tables on a page can be very heavy for the client. -K From: 3kln8sggjejmhjsttesyvbpxa.rdbvddvat-ltq-iddaz

Re: Error when running ant hosted on OS X 10.6

2009-11-12 Thread Kyle Hayes
Heh, you're right this is really ugly. However, it may be worth a try, but not on my work code ;-) On Nov 12, 1:28 am, bmalkow wrote: > I have solution for it. UGLY UGLY UGLY solution, but it allows me to > work until problem is not fixed: > > Index: dev/mac/src/com/google/gwt/dev/shell/mac/LowLe

Re: Error installing GWT plugin for Galileo

2009-09-30 Thread Kyle Hayes
I'm having an identical issue, can anybody help with this? On Sep 28, 12:09 pm, dls wrote: > Below is the location I used for the plugin, as well as, the error log > from the install.  Can anyone help with this? > > Google Update Site for Eclipse 3.5 -http://dl.google.com/eclipse/plugin/3.5 > >

Re: Error installing Google Plugin on Galileo

2009-09-30 Thread Kyle Hayes
This worked great for me. Thanks for this solution. On Sep 26, 7:08 am, asato wrote: > I got the same problem and solved by unchecking "Contact all update > sites during install to find required software" box. > > Hope that this help. --~--~-~--~~~---~--~~ You re

Re: nocache.js throws exception with IE8 Standards mode.

2009-09-13 Thread Kyle
That was it, nice catch. I didn't think the nocache.js was affected by included modules, or I would have mentioned the dependency. I've logged the issue w/ GQuery (Issue 28). Thanks for your quick response, Thomas! On Sep 12, 9:47 am, Thomas Broyer wrote: > On 12 sep, 05:10

nocache.js throws exception with IE8 Standards mode.

2009-09-11 Thread Kyle
t support the toString method Any guidance or ideas for resolving this? Thanks in advance, Kyle --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email