mp3 resources - can they be played from within GWT?

2012-10-06 Thread jones34
Is there any way (a widget, maybe) I can play an MP3 that I have as gwt resource, without leaving gwt or sending the user to a new browser tab? An MP3 player widget, maybe? thanks -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view

Can you build a flickr like app in gwt?

2012-10-05 Thread jones34
I started working with GWT images very recently using resource bundles (where the images are linked in at compile time), and was wondering if it's possible to build a site with many (millions) of photos or mp3s using GWT. How does one link in photos at runtime so they don't get cached?

Re: Are you happy with GWT?

2012-10-05 Thread jones34
Yes. I think it's the best available tool for building enterprise web apps. On Friday, October 5, 2012 11:53:17 AM UTC-4, Charlie Youakim wrote: I'm deciding on whether to switch my team to GWT. I think the biggest thing for me as the tech lead for the company is Are you happy with your

page completely fails to load on ie8, works on safari, firefox, chrome, ie9

2012-10-02 Thread jones34
There's a good chance this is not gwt-related, but if anyone has run into this and has any quick suggestions it would be greatly appreciated. thanks much. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web

Re: GWT 2.5 RC1 Is Here!

2012-09-21 Thread jones34
Great news. Congrats GWT team! On Wednesday, June 27, 2012 4:39:07 PM UTC-4, Rajeev Dayal wrote: Hey all, We're excited to announce the GWT 2.5 Release Candidate! Read about it on the GWT Blog http://googlewebtoolkit.blogspot.com/2012/06/gwt-2.html, and download it here

Data (objects) on the first view?

2012-09-17 Thread jones34
Hi, This question was asked before (2007) but I'm wondering if there's a better way to load data in the first page. I have a shopping application that displays product data in the first page, then when you click on a product it loads a second page with more detail. It would be preferable to

Re: An app with two distinct user interfaces and entry points

2012-03-24 Thread jones34
point javascript script tag in each one. On Fri, Mar 23, 2012 at 8:34 PM, jones34 ljw1...@gmail.com wrote: Hi, I would like to create a GWT application with two distinct UIs: one consumer facing, and the other for data administration that's only open to authenticated users.  The two

Celllist with multiple cell types or styles?

2012-03-23 Thread jones34
Hi, I'd like to be able to insert section dividers between groups of cells in my cell list, just like the iPhone can do with a sorted list (example being the alpha sorted list with a separator at the beginning of each section starting with A, B, etc.). If I can't have multiple cell types, can i

An app with two distinct user interfaces and entry points

2012-03-23 Thread jones34
Hi, I would like to create a GWT application with two distinct UIs: one consumer facing, and the other for data administration that's only open to authenticated users. The two need to share the same database. I would normally build two separate applications, but I'm working with AppEngine and I

how do you cause the body element to scroll?

2012-01-15 Thread jones34
Hi I have a very simple layout, with a header, footer and variable length center element. I want to do two things: 1. wrap the entire thing in a div class=container element so I can use Twitter's Bootstrap CSS to layout my work. 2. Have the whole thing scroll using the native browser scrollbar

Re: how do you cause the body element to scroll?

2012-01-15 Thread jones34
figured it out: mixing the two layout frameworks in a bad way. On Jan 15, 5:54 pm, jones34 ljw1...@gmail.com wrote: Hi I have a very simple layout, with a header, footer and variable length center element. I want to do two things: 1. wrap the entire thing in a div class=container element so I

Upgraded to 2.2 broke hibernate 3.6 using JPA in Intellij Idea

2011-02-28 Thread jones34
I updated to 2.2 and started immediately getting hibernate exceptions on the first attempt to use the database (see below) in my development environment Intellij Idea 10. I suspect that updating stomps something in my classpath or just reorders the class path in a way that makes hibernate fail.

Re: Upgraded to 2.2 broke hibernate 3.6 using JPA in Intellij Idea

2011-02-28 Thread jones34
can add this line to your hibernate persistence.xml file: validation-modeNONE/validation-mode And all is well again. On Feb 28, 2:56 pm, jones34 ljw1...@gmail.com wrote: I updated to 2.2 and started immediately getting hibernate exceptions on the first attempt to use the database (see below

BlurEvent or how to Insert text in TextBox at Cursor Position

2011-02-23 Thread jones34
Hi, I want to insert text at a textBox's cursor position in response to a button click. The obvious problem is that the clicking the button removes focus from the textBox, so there's no cursorPos value. (At least I assume that's what's happening.) Is the right way to do this to have the textBox

Re: BlurEvent or how to Insert text in TextBox at Cursor Position

2011-02-23 Thread jones34
Question withdrawn. Using a blurEvent works fine. I shouldn't hack so early in the morning with so little coffee. On Feb 23, 8:32 am, jones34 ljw1...@gmail.com wrote: Hi, I want to insert text at a textBox's cursor position in response to a button click.  The obvious problem

empty ghost place token getting created

2011-01-03 Thread jones34
Hi In my application, I'm using the MVP pattern with activities and places. I have a situation where: (1) I explicitely call: placeController.goto(new SomePlace()); (2) The appropriate SomePlaceActivity's start() gets called via event management as expected. (3) This method creates gets a

Re: empty ghost place token getting created

2011-01-03 Thread jones34
SomePlace class, the URL is replaced immediately with a plain one and the browser loads the defaultPlace. On Jan 3, 1:48 pm, jones34 ljw1...@gmail.com wrote: Hi In my application, I'm using the MVP pattern with activities and places.  I have a situation where: (1) I explicitely call

uibinder widget creation time

2010-12-30 Thread jones34
I would like to do something programmatically with the widgets defined in a UIBinder.xml file. I have a corresponding java view class that implements a default constructor that calls initWidget() as its last statement to create the view (and I'm assuming that this is when the widgets in the view

MacBook ok for GWT development?

2010-08-05 Thread jones34
I have a 3 1/2 year old MacBook with 6GB RAM that I use for GWT development. Everything works great except that I don't even attempt to do client-side test automation because it is s painfully slow. The startup overhead for server side testing is a little annoying but certainly bearable. I'm

RPC failure with no useful information.

2008-10-19 Thread jones34
I'm getting an RPC failure (client stack trace below). The message says to check the server logs, but there's nothing in them. Stepping through the server code, I don't see any exceptions getting thrown. Any ideas? com.google.gwt.user.client.rpc.StatusCodeException: The call failed on the