EJB glassfish library not compatible in embedded tomcat in hosted mode

2008-10-11 Thread Mike
Hi As i want to persist my entity java bean into my glassfish app environment, i add server runtime library to my GWT project. After i just add to the classpath, my project can not debug in the hosted mode. Is there anyway to run in hosted mode with app server runtime library? Oct 12, 2008

Feedback on my gwt powered app

2008-10-20 Thread Mike
Hello, i just released the first version of my gwt powered project and like to use this opportunity to thank you for your support! GWT and this group are amazing! Thank you! My little pet project is an image gallery for landmarks/sightseeings, where everyone can join and upload images. It can

Browser tries to load css file from maps.google.com

2008-11-01 Thread Mike
the css file from maps.google.com - which is obviously wrong. Now i hope you could give me a hint what could cause this problem or how to fix it. Thanks in advance for any advice, Mike --~--~-~--~~~---~--~~ You received this message because you are subscribed

Re: Browser tries to load css file from maps.google.com

2008-11-02 Thread Mike
to fix by using version 2.s of the google maps api. Now i am curious if there's a way to ensure onModuleLoad gets called even if the google maps servers are offline (or return any other unusable response). Any ideas? Thanks in advance for any advice, Mike. On Nov 2, 12:34 am, Mike [EMAIL PROTECTED

GWT event model

2008-12-08 Thread Mike
whatmovesmike.blogspot.com .) Bye, Mike --~--~-~--~~~---~--~~ 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 this group, send email

Re: GWT event model

2008-12-13 Thread Mike
Great, thanks for the info! On Dec 12, 3:59 am, Sumit Chandel sumitchan...@google.com wrote: Hi Mike, As Adam mentioned, the new event system you discovered in trunk is indeed for GWT 1.6, following the design details explained in the link he posted above. The new event system should

DecoratorPanel color

2009-01-23 Thread Mike
Hi all, Is it correct that there is no easy way to change the color of a DecoratorPanel's borders? (Light blue is nice, but i'd like some other colors now.) If there exists an easy way, I'd like to know. Bye Mike --~--~-~--~~~---~--~~ You received this message

Library without source code

2009-02-11 Thread Mike
property if the logic is nontrivial and of substantial size. Why doesn't GWT translate into some intermediate form, or just use javascript? Bye, Mike --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit

Re: Library without source code

2009-02-11 Thread Mike
, and this can be especially problematic if your revenue depends on your software product. For me, this is just a hypothetical discussion at the moment, but I plan on working on a project where this may become relevant. Bye Mike On Feb 11, 9:23 am, Jason Morris lem...@gmail.com wrote: If GWT translated

Compiling source files form external project?

2009-03-18 Thread Mike
that would just be ugly.) Is there a way to have the source tag in the .gwt.xml file refer to a package stored in an external project? Thanks, Mike BTW: in an earlier project, using GWT 1.4 instead of 1.5 i did the same thing and that compiled without problems

Re: Compiling source files form external project?

2009-03-18 Thread Mike
I `solved' my problem by creating a separate module for the common source files, packaging them in a JAR, and including them in the client project by using inherits. Not really satisfied though, because each time i change the common package i must re-export and import the JAR. Bye, Mike On Mar

Upgrading to 1.6

2009-04-10 Thread mike
Hi all, In trying to upgrade to 1.6, I've run into some problems with hosted mode (I'm guessing due to the change to jetty). I'll describe the situation generically: I have two jars: A.jar and B.jar which both include class Foo. My classpath is set to A.jar:B.jar since I'd prefer to use the

Error listening to YouTube Player - onStateChanged

2009-04-12 Thread mike
Hi. I don't know any javascript and am building an ajax app with gwt to play youtube videos. In gwt, have a class that loads the movie in an embedded player, using this method: public static native void initializePlayer(String movieID, String divID, int width,

Configuring Jetty in GWT 1.6 hosted mode

2009-04-29 Thread Mike
project. IMHO, support for jetty configuration is a BIG candidate for improvement, either by documentation or by support tools.) Thanks, Mike --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group

Scrollpanel stepsize and pagesize?

2009-05-28 Thread Mike
is it and how to retrieve it? Thanks, Mike --~--~-~--~~~---~--~~ 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

getScrollPosition(Widget w)??????

2009-06-05 Thread Mike
should adjust its scrollposition such that the tops are aligned.) How can i get that value??? (ScrollPanel nor its parent classes seem to have suitable methods for this.) Thanks, Mike --~--~-~--~~~---~--~~ You received this message because you are subscribed

tested browsers

2009-06-08 Thread mike
I'm assuming GWT is tested against many browsers? Is there a list available? YUI's approach to this is really well done. http://developer.yahoo.com/yui/articles/gbs/ -Mike --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

Re: tested browsers

2009-06-10 Thread mike
I'm really surprised others don't care about this? From your own experience what are the edge case browsers that need the most testing when you're building with GWT? -Mike On Jun 9, 4:48 am, dmen dmenou...@gmail.com wrote: +1 I would realy like to know about this too

problem with rounded corners using DecoratorPanel + Firefox 3.5

2009-07-05 Thread mike
? I'm on GWT 1.6.4. -Mike --~--~-~--~~~---~--~~ 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 this group, send email

Re: problem with rounded corners using DecoratorPanel + Firefox 3.5

2009-07-06 Thread mike
); testSimple.setWidth(100px); testDec.add(testSimple); RootPanel.get().add(testDec); I've tried a bunch of different variations on this using both Standard and Chrome themes. While the showcase app's corners are OK the popup that get when you generate a new project has the problem. -Mike On Jul 6, 3:55 am, alex.d

Re: problem with rounded corners using DecoratorPanel + Firefox 3.5

2009-07-06 Thread mike
on decorated corners. Thanks again Alex. -Mike On Jul 6, 11:29 am, mike mikebannis...@gmail.com wrote: Hi Alex, Thanks for your response. I'm not setting the size of the decorator panel (though I did try). My test onModuleLoad looks like this (using no css): DecoratorPanel testDec = new

problem with rounded corners using DecoratorPanel + Firefox 3.5

2009-07-06 Thread mike
I'm assuming you accidentally changed the title. You should probably start a new thread (sorry I'm new myself and don't have an answer). On Jul 6, 12:09 pm, Piotr Kirklewski pkirklew...@gabaedevelopment.com wrote: Hi there How can I change the marker color please ? Do I have to create new

Re: problem with rounded corners using DecoratorPanel + Firefox 3.5

2009-07-06 Thread mike
By the way, I went back to see if FF3.0 displays this way and it does not. So maybe it's a bug in FF3.5 or something that GWT should program around? On Jul 6, 12:22 pm, mike mikebannis...@gmail.com wrote: I'm assuming you accidentally changed the title. You should probably start a new thread

problem with rounded corners using DecoratorPanel + Firefox 3.5

2009-07-06 Thread mike
Peter, if you have a question that's not about rounded corners on DecoratorPanels then go here: http://groups.google.com/group/Google-Web-Toolkit Then click where it says New post. Please stop changing the subject of this thread. Thank you. -Mike On Jul 6, 12:30 pm, Piotr Kirklewski pkirklew

Re: Decorator Panel Example Images?

2009-07-06 Thread mike
When you create a new DecoratorPanel and add it to the host page the images will automatically be included in the output when you compile. On Jul 6, 2:19 pm, Joseph Arceneaux joe.arcene...@gmail.com wrote: Hi all, a quick perusal of the group shows no answer to this, so I'll try again. The

'ant war' always recompiles (gwtc), even if nothing has changed?

2009-07-10 Thread Mike
I created a project from scratch using webAppCreator, and if I do 'ant war', it always retriggers the 'gwtc' target, even if no .java file has changed. (Or even if nothing at all has changed.) Is this expected behavior? A bug in ant? This recompile takes more than a minute, so it's somewhat

JSNI: window vs $wnd

2009-07-18 Thread mike
: http://code.google.com/webtoolkit/tutorials/1.6/Xsite.html What's the trick here? Are there some scenarios where you use $wnd and other where you use window? How do you know when to use which? Thanks, Mike --~--~-~--~~~---~--~~ You received this message because you

Re: JSNI: window vs $wnd

2009-07-20 Thread mike
No response cause my question is dumb or did I get lost in the shuffle because I posted on Sat? I'm really curious about this... thanks either way. Peace, Mike On Jul 18, 12:35 pm, mike mikebannis...@gmail.com wrote: The JSNI section of the dev guide uses the $wnd notation: http

Re: JSNI: window vs $wnd

2009-07-20 Thread mike
need to make sure it's all either happening on the host page or all in the iframe. Any guess why the tutorial uses window/document rather than $wnd/ $doc ? Thanks again, Mike On Jul 20, 12:20 pm, Darth dummym...@gmail.com wrote: It's explained here:http://code.google.com/webtoolkit/doc/1.6

waiting for DOM to be ready

2009-07-21 Thread mike
I'm used to using jQuery where you can set a callback to detect DOM readiness, what's the GWT equivalent? Specifically I need to wait for the entire host page to load so I can figure out the width of the page including scroll bars before gwt starts it's work. Thanks, Mike

Re: waiting for DOM to be ready

2009-07-22 Thread mike
Ah, thanks. -Mike On Jul 22, 12:02 am, Nuno brun...@gmail.com wrote: the onModuleLoad method should be invoked only after all the page has been loaded.Give a look at the webtoolkit pagehttp://code.google.com/webtoolkit/doc/1.6/DevGuideOrganizingProjects  says. On Tue, Jul 21, 2009

Re: JSNI: window vs $wnd

2009-07-22 Thread mike
this does pollute the window namespace. No? -Mike On Jul 20, 6:41 pm, Thomas Broyer t.bro...@gmail.com wrote: On 20 juil, 22:26, mike mikebannis...@gmail.com wrote: Darth, ...ahh, great thanks. I got to $wnd to work for code in the cross-site communication tutorial. I think the problem

Re: JSNI: window vs $wnd

2009-07-22 Thread mike
Got ya. Thank you for the hand holding. Much appreciated. -Mike On Jul 22, 6:01 pm, Thomas Broyer t.bro...@gmail.com wrote: On 22 juil, 20:28, mike mikebannis...@gmail.com wrote: Cool, thanks again for the help. I am confused by the last paragraph but I think it's because you're looking

rpc serialization problem

2009-08-04 Thread mike
I have a simple one-to-many betwen two entities. The parent entity uses List to contain the child entities. I am able to persist these entities in the datastore without problems. However, when reading a root entity at the server, I get: rpc.SerializationException: Type

Programmatic resize of root panel

2009-08-11 Thread mike
I have a Tree widget within a HorizontalSplitPanel within the root panel. I have an intermittent problem with the hosted browser at process start--the TreeItems are collapsed to the vertical center of the enclosing panel. Resizing the browser window, even by a very small amount, causes the tree

Making JDO/JPA enhanced classes work over GWT RPC Options

2009-08-12 Thread Mike
, assume insert e.persist(tInstance); return tInstance; } } } If anyone has been able to successfully use this workaround and is will to share example code I would appreciate it! Thanks, Mike --~--~-~--~~~---~--~~ You received

Re: GXT widgets vs GWT widgets

2009-08-13 Thread Mike
I agree with your thinking. I see the GWT widgets as being lighter. If there is a comparable GWT widget that fulfills all of my needs I normally lean towards that. On Aug 13, 10:17 am, brian.xi...@thomsonreuters.com wrote: Hi All, We all know GXT offers a lots of advanced widgets. Some of

Re: TabBar

2010-04-26 Thread Mike
The problem with that suggestion is -- TabPanel has already been deprecated. The new widget that GWT provides and is suggested for that situation is - TabLayoutPanel. The suggestion to read the code for TabPanel is a great idea, b/c IMHO: TabPanel is a much better widget than TabLayoutPanel.

Re: g:TabPanel is deprecated. Use the g:TabLayoutPanel instead.

2010-04-26 Thread Mike
effect as DecoratedTabPanel now ? Is the idea that they want all of us to build our own custom mash-ups of TabBar and DeckPanel ??? Cheers Mike -- 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

Re: Tab Bar

2010-04-26 Thread Mike
What are you trying to do? Have you seen (deprecated) TabPanel and TabLayoutPanel? -- 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: TabBar

2010-04-26 Thread Mike
TabPanel is not deprecated. However, if you are using tabs inside a LayoutPanel type of layout, vs the traditional panels, and/or using Standards mode, you need to use TabLayoutPanel instead. Sorry, I was writing a lot of code over the weekend, and swore that I'd gotten compile error using

Re: UiBinder question about uixml directory

2010-04-27 Thread Mike
Sure it is. You can put them into whatever package you want. The trick is, that the compiler needs to know to process whatever package they end up in. In order to tell the GWT compiler to process that folder, edit your module.gwt.xml file. At the end, you should find some lines that look like

Re: Best CSS practice for complex GWT Widgets using UiBinder

2010-04-27 Thread Mike
I have a similar question: I was quite intrigued to see the @external annotation here -- anyone point at more documentation? All I found was this: http://code.google.com/p/google-web-toolkit/wiki/CssResource#External_and_legacy_scopes From that documentation, it seems to imply only that the

Re: GWT not using CssResources??

2010-04-27 Thread Mike
Ed, What are you trying to do? Do you have some code samples? Have you had a read through: http://code.google.com/webtoolkit/doc/latest/DevGuideClientBundle.html#CssResource Cheers On Apr 27, 3:43 am, Ed post2edb...@hotmail.com wrote: Why is GWT not using CssResource to set styles on his

Re: Best CSS practice for complex GWT Widgets using UiBinder

2010-04-28 Thread Mike
On Apr 27, 6:15 pm, Thomas Broyer t.bro...@gmail.com wrote: Thanks for the reply. It does not mean that one could refer to a CssResource *outside* of the ui:style scope though -- correct? No. The class name you use in your stylesheet won't be changed, so it will apply to the whole

Re: new GWT MVP article (part 2)

2010-05-03 Thread Mike
: The version of gwt-presenter that I downloaded from the Google Code site doesn't appear to include this package: net.customware.gwt.presenter.client.widget Any ideas? Cheers Mike -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post

Generator works on hosted mode but not on web mode

2010-05-04 Thread Mike
Hi guys, I have the Generator bellow working perfectly on hosted mode inside eclipse but now I'm trying generate one .war to deploy on tomcat. The tomcat start normally without any error on log messages but my Generator does nothing. generate-with

Newbie question: How does one write a Unit test for MyClass extends RemoteServiceServlet ???

2010-05-04 Thread Mike
, etc). Cheers Mike -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com

Re: new GWT MVP article (part 2)

2010-05-05 Thread Mike
was providing (the concepts were all very clear, but the details didn't match the libraries). If the code matched all of the libraries at a known state, I think it would be more useful. Cheers Mike On May 4, 1:09 am, Manuel Carrasco Moñino man...@apache.org wrote: I'm using the latest code of gwt

Re: Looking for a good MVP framework

2010-05-13 Thread Mike
you mentioned that I didn't look at closely were gwt- remote-action and handlebars (though I did have a quick look at handlebars). Cheers Mike -- 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

Re: XML binding/mapping and GWT-RPC

2010-05-13 Thread Mike
Why do you need XML, and not just POJO ? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from this group, send email to

Re: ScrollPanel not displaying contents in nested DockLayoutPanels

2010-05-14 Thread Mike
with Google Update plugin 1.2.183.23. Also uploaded onto App Engine and got the same result w/o dev plugin. Thanks, Mike On Apr 16, 4:51 am, rmmcgr richard.mcgr...@gmail.com wrote: Hi, I have problem with a ScrollPanel not displaying its contents that is buried a few layers deep in some layout panels

Re: ScrollPanel not displaying contents in nested DockLayoutPanels

2010-05-22 Thread Mike
LayoutPanel instead and move the responsibility for enclosing content into an appropriate Panel onto the child views. Mike On May 21, 4:22 pm, Savio Grossi savio.gro...@sambatech.com.br wrote: Hi, the problem is that ScrollPanel apparently is not propagating the layout data, according

Re: I need help getting Objectify to work with GWT

2010-05-26 Thread Mike
on the build path -- and that will sort you out. Cheers Mike On May 25, 7:55 pm, Michael mrher...@gmail.com wrote: I am using GWT +GAE for my current project.  I am doing all of the coding in eclipse.  I want to add objectify to communicate with the datastore and to use the POJO that I use

Re: How to center a VerticalPanel on page with UiBinder

2010-05-28 Thread Mike
Mike On May 28, 7:07 am, Mark rausch.pi...@gmail.com wrote: I finally found out how to do this: g:VerticalPanel ui:field=vertialPanel styleName='{style.centerStyle}' Hopefully this will help anybody else. On 27 Mai, 13:27, Mark rausch.pi...@gmail.com wrote: Hello, I am new to gwt and I

Using GWT in an existing Java Project

2010-06-08 Thread Mike
already been a thread pertaining to this (I looked as best I could). Thanks -Mike -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from this group, send

dealing with host page generated by server-side script (in development)

2009-12-26 Thread mike
of it in my GWT project for development purposes. Is there some way to develop using the browser plugin where the host page can be served from my dev server directly? Thanks for any recommendations dealing with or avoiding this issue. -Mike -- You received this message because you are subscribed

Re: dealing with host page generated by server-side script (in development)

2009-12-26 Thread mike
to the host page. I figured eclipse was running some process that the plugin interacts with. -Mike On Dec 26, 1:16 pm, Jeff Chimene jchim...@gmail.com wrote: On 12/26/2009 11:05 AM, mike wrote: I'm building a GWT app that will live on a page that's generated by a server-side script. Does anyone have

Re: dealing with host page generated by server-side script (in development)

2010-01-05 Thread mike
It's working perfectly for me now. The problem was I was trying to adding the gwt.codesvr parameter to the script tag for app.nocache.js rather than adding it to the page url. Thank you Jeff. On Dec 26 2009, 2:15 pm, mike mikebannis...@gmail.com wrote: I didn't realize that would be enough

Re: Debug Gadget GWT 2.0

2010-02-23 Thread Mike
Eric, That would be GREAT. I'm having difficulty with the gadgets API as well. Bye, Mike some more about it.  I hope to have some time to bring the gadgets API up to speed soon. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post

Re: How to correct IE font size problem?

2010-03-03 Thread Mike
/ meyerweb.com/eric/tools/css/reset/ Hope that helps. Bye, Mike On Mar 3, 12:35 pm, lembas keremo...@gmail.com wrote: Font size is larger in IE than the Firefox and Chrome. All labels, buttons, flextables, grids, tabs... Everything is like ~20% larger in IE. My IE version is 8. I have tried all

Re: Working Example of TabLayoutPanel with UIBinder?

2010-03-05 Thread Mike
I can't get it to work either... The headers show up nicely but the content stays empty. Does anyone have a pointer to a working example? On Mar 3, 1:29 pm, Paul Stockley pstockl...@gmail.com wrote: In your example just do this:        g:TabLayoutPanel barUnit=PX barHeight=20         g:tab  

Re: Working Example of TabLayoutPanel with UIBinder?

2010-03-05 Thread Mike
Solution: I was using RootPanel instead of RootLayoutPanel. Changing that fixed it. Thanks to phil. http://www.filsa.net/2010/01/21/gwt-notes-tablayoutpanel/ Bye, Mike On Mar 5, 11:38 am, Mike mcwe...@gmail.com wrote: I can't get it to work either... The headers show up nicely but the content

Window on top

2009-12-11 Thread Mike
, on subsequent openings, the contents of the new window is just replaced (which is exactly what I want) without the new window being raised to top. How can I get the window raised in such cases? Thanks, Mike -- You received this message because you are subscribed to the Google Groups Google Web

Re: Window on top

2009-12-11 Thread Mike
Thanks for your reply Jesper. However, i'd like the *old* window to be raised when the content is refreshed. Can that be done? Bye, Mike On Dec 11, 4:19 pm, Jesper jesper.terkel...@gmail.com wrote: The newWindow parameter is that browser window identifier as seen from JavaScript. To get

gwt2 upgrade issues for hosted mode

2009-12-15 Thread mike
Hi, After upgrading to GWT2, hosted mode for new projects works fine. But, after a few successful launches, I've noticed that hosted mode is broken for a legacy project. Hosted mode starts, but seems to serve only the last fully compiled version of the project. Browsing to the suggested hosted

Re: gwt2 upgrade issues for hosted mode

2009-12-15 Thread mike
nm -- diagnosed myself. issue was compiling with a build script that used the GWT 1.7 toolchain; this seems to create issues with GWT 2 hosted mode. FYI to other users upgrading -- this behavior is a symptom of not upgrading all your JARs and build scripts On Dec 15, 5:01 pm, mike pia

Serializing Enum with Marker Interface

2010-10-29 Thread Mike
! Mike -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options

Re: Serializing Enum with Marker Interface

2010-10-29 Thread Mike
I tried changing the line to: public enum Color implements IsConfigurable, Serializable and I'm still getting the same compile error. Thanks! Mike On Oct 29, 3:57 pm, Patrick Tucker tucker...@gmail.com wrote: The enum itself can implement Serializable On Oct 29, 2:41 pm, Mike mikem2

Re: Serializing Enum with Marker Interface

2010-11-01 Thread Mike
If I move the interface into the Enum's package, the GWT compiler appears happy. Opened an issue: http://code.google.com/p/google-web-toolkit/issues/detail?id=5520 Thanks! Mike On Oct 30, 2:59 am, Didier DURAND durand.did...@gmail.com wrote: Hi Mike, Probably an issue in the location

Re: how to achieve pretty URLs in GWT 2.0 application

2010-12-01 Thread Mike
What I do in my apps is to support both hashed and pretty urls. So my apps go the same state when launched as http://domain.com/page/1 and as http://domain.com#page/1 When user navigates the app I use the hash urls and History object (as to not reload the pages). However sometimes it's

Re: build GWT from source, only can do on Linux?

2010-12-15 Thread Mike
yes, i'm sure i put GWT_TOOLS right, because when i manually remove the tools folder, when compile, it pops GWT_TOOLS not set. i also followed the many threads talking about this topic, i tried nearly every methods but no luck, hope someone made this successfully shed some light on this.

requestfactory, entityproxy has reference is always null

2010-12-21 Thread Mike
hi all: suppose we have two entity proxy that has an reference relationship: class AProxy { BProxy getBproxy(); } class Bproxy { String getName(); ... } in UI, there is a list table used to display Aproxy, one column is BproxyName, but it is always null. seem when i fetch all A Entity in

Re: requestfactory, entityproxy has reference is always null

2010-12-22 Thread Mike
Thanks very much Broyer, i just miss the description in the doc. thanks -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from this group, send email to

requestfactory: server side query using JPQL

2010-12-22 Thread Mike
hi all: i use the following query in JPQL to query the people whose address column is empty. List rl = em.createQuery( select o from Person as o where o.address IS NULL ).setMaxResults( 50).getResultList(); ... this line of code always return an empty list, obviously the table does has

Re: requestfactory: server side query using JPQL

2010-12-23 Thread Mike
yes of course, without where i can get all person object with address is null and not null. -- 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: requestfactory: server side query using JPQL

2010-12-23 Thread Mike
i tried, unfortunately it does not work, but, if i use the following query: select o from Person as o where o.address IS not NULL it work fine and just get all person that their address is not null. what's wrong with the original query? -- You received this message because you are subscribed

Re: requestfactory: server side query using JPQL

2010-12-24 Thread Mike
thanks Y2i, you are right, i switch to the latest version impl of JPA, and it works! -- 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,

cellTable paging: server side query return wrong result using JPA

2010-12-25 Thread Mike
hi all: follow the well know expense example, i see the following code in Report.java: @SuppressWarnings(unchecked) public static ListReport findReportEntries(int firstResult, int maxResults) { EntityManager em = entityManager(); try { ListReport reportList =

Re: Editor Framework Questions

2010-12-25 Thread Mike
hi : i'm new to the Editor too, but to my understand, Editors are for displaying/editing data directly from server side. for example you have data in your DB, you retrieved it as Entity in your web server side, by using Editor you can edit and/or display it at client side with ease. seems

Re: cellTable paging: server side query return wrong result using JPA

2010-12-25 Thread Mike
another question, the JPQL query seems rarely function well, i checked if i use: ListPerson rl = em.createQuery( select o from Person o ).setFirstResult( startIndex ).setMaxResults( maxCount ).getResultList(); my first query using the startIndex=0; and maxCount=35, it return 35

how to make table auto-extend, just like new google group UI 's content view?

2010-12-25 Thread Mike
hi all: if you are using the new version of google group now, you must be feeling that it's much much more comfortable than the old ones, it's just like a desktop app with wonderful user experience. i'm more interested in the auto-extend cellList, i.e. if the scrollbar hit the end it display

HandlerManager is deprecated and theres no removeHandler(...) method at SimpleEventBus class

2011-01-10 Thread Mike
Hi everybody, This is my scenario. My app is designed using Tabs concepts. Sometimes the Tab 1 wanna be notified about something that happens on Tab 2-N. For that, I have a singleton instance of HandlerManager. Now imagine this: the user closed the tab 1. I think is a good idea keep my

Re: HandlerManager is deprecated and theres no removeHandler(...) method at SimpleEventBus class

2011-01-10 Thread Mike
the handler.  Just hold onto those objects somewhere, and when your tab gets closed, have them all cleaned up. -Ben On Jan 10, 8:40 am, Mike mikematsum...@gmail.com wrote: Hi everybody, This is my scenario. My app is designed using Tabs concepts. Sometimes the Tab 1 wanna be notified

CellList alternating row background color

2011-01-11 Thread Mike
for even rows, and GL0PBETBK for odd rows. Though this does seem to work, I can't believe this is the right way to do this. Can anyone point me in the right direction for a less hacky solution? Thanks, -Mike -- You received this message because you are subscribed to the Google Groups Google Web

Re: CellList alternating row background color

2011-01-14 Thread Mike
OK, so I've got a autogenerated cellList.resource being passed to the cellList constructor, but I'm having some difficulty understanding how to apply a custom CSS as an override to the cellListStyle. Can anyone nudge me a little further in the right direction? Thanks, -Mike On Jan 11, 10:38 am

Powered by Google Technologies

2011-01-30 Thread Mike
Wanted to share our project called CitySale.ca which is built entirely on the Google stack: Google APIs - App Engine, GWT, Maps, Fusion Tables, Geocoding, Places, Search, ... Google Tools - Analytics, DoubleClick, Webmaster The GWT Client and the App Engine based server are also deeply

Re: CellList alternating row background color

2011-02-09 Thread Mike
So I've been trying to figure this out, and I'm just really still missing something... here's as far as I've gotten. I can't seem to wrap my head around how I get from here to using a custom style for the cellList. Anyone feel like writing me a little bit of sample code? Thanks, -Mike

showcase from gwt examples

2011-02-12 Thread MIKE
Trying to run showcase example and get the following error. [ERROR] [t] - No resource found for key 'contactDatabaseCategories' com.google.gwt.i18n.rebind.AbstractResource$MissingResourceException: No resource found for key 'contactDatabaseCategories' [ERROR] [t] - Deferred binding failed for

showcase scrollable pager

2011-02-14 Thread MIKE
I would like to use that showcaes ScrollPanel Pager with the CellList from the example. http://google-web-toolkit.googlecode.com/svn/javadoc/2.1/com/google/gwt/view/client/AsyncDataProvider.html In TestScrollPanel.ui.xml, g:VerticalPanel ui:field=uiVPanel s:ScrollPagerPanel

HTML 5 FILE API

2011-02-17 Thread MIKE
Any example out there, could anyone please show me how to use HTML5 API to upload file Please ? -- 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

GWT and native encoding

2011-03-03 Thread Mike
Hi all, I'm considering using GWT for a rewrite of an old (very large and quite complex) corporate application. One of our main requirements is to support native encodings (other than UTF-8) for data input by the users. I know, why wouldn't I use UTF-8, right? In short, this data is to be sent

Most efficient way to structure an object wrapper?

2011-04-18 Thread Mike
I need to pass key/value pairs via RPC. The value may be any primitive or java.util.Date. I plan to create a Serializable TransferValue class that, in turn, contains the actual value. There are 3 approaches I can take, but not sure which would be the most efficient: 1) Declare one java.lang.*

Eclipse, Maven, GWT: Multiple modules in a single Eclipse project

2011-08-15 Thread Mike
Hi, we have an existing web application (JSF, Seam on JBoss) and are reimplementing portions of it in GWT. These portions will be separate GWT modules, each with their own entry point. The application is currently a single Eclipse project with Maven handling dependency management and the GWT

Re: Eclipse, Maven, GWT: Multiple modules in a single Eclipse project

2011-08-15 Thread Mike
:07 am, Mike mreynolds0...@gmail.com wrote: Hi, we have an existing web application (JSF, Seam on JBoss) and are reimplementing portions of it in GWT.  These portions will be separate GWT modules, each with their own entry point.  The application is currently a single Eclipse project with Maven

Remote Logging

2011-09-16 Thread Mike
need to sure the common loggings library is accessible to Tomcat? Any suggestions will be greatly appreciated. Thanks, Mike -- 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

GWT Designer Not Visiible in IDE

2012-02-10 Thread Mike
I installed GWT for Eclipse including the Designer, however I have yet to figure out how to open a View in Design mode. There is no Design tab, button or show view link in the Window menu ...where is it?? - thx Mike -- You received this message because you are subscribed to the Google

Re: GWT Designer Not Visiible in IDE

2012-02-10 Thread Mike
I downloaded the google sample MVP code (Contacts) and am trying to look at one one of the View Java files ContactsView.java in Design mode. Is that not possible? On Feb 10, 1:47 pm, Eric Clayberg (Google) clayb...@google.com wrote: Have you tried opening a UI file (UiBinder XML file or GWT

Editors and automatic object updates/change propagation.

2012-04-30 Thread Mike
It appears that the GWT Editor framework only supports explicitly pushing updates to the object being edited by calling the driver's flush() method. However, I want to validate properties as they are changed. Thus in the case of a data-bound form, I'd like to validate a property as soon as the

Re: Why is getOffsetWidth/getOffsetHeight returning 0 even after onLoad is called for LayoutPanel children?

2012-07-04 Thread MIKE
after updating chrome and FF to latest version, I am having the same problem. -- 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/-/NcZg1o2nM3MJ. To

  1   2   3   4   >