Native Javascript Help

2014-04-15 Thread Nolan Brassard
We have this video player that offers the ability to catch events that it throws in different situations. I have an example snippet of javascript from the player. I'm struggling to set it up and wondering if anyone can tell me why its failing? Here is the working javascript example from the pla

Calculating delta time Advice?

2013-12-19 Thread Nolan Brassard
So I have a really simple problem and can't imagine that others haven't solved this but I'm not sure how to search it. We've developed a cloud content management system using GWT front end and rails back end. So when a user upload a piece of content, creates a post, rates something, or basicall

Create ImageResource from URL derived from DB?

2013-12-07 Thread Nolan Brassard
Is there a way to create an ImageResource from a URL? I have a scenario where I'd like to allow the user to give me a URL to an image that will then be used as the Icon of a certain button later on. The only way I know how to create an ImageResource is via a client bundle and setting @Source. I

Loading CssResource from a String?

2013-12-06 Thread Nolan Brassard
I'm attempting to give our users the ability to customize a limited subset of our layout for OEM reasons. The parts of our layouts in question that we want to give them the ability to change use Css styles that we inject using the client bundle. Given a string in which contains css styles that

GWT frontend, non java backend

2013-06-07 Thread Nolan Brassard
I've read a few different sources about how to create projects with a GWT front and a non-java backend. Well how about hosting, how do you host a GWT front end? We've been primarily developing GWT/GXT applications for the past 5 or 6 years until we got bought out recently and their forcing us to

Making mass changes to a store

2012-01-11 Thread Nolan Brassard
I am expecting a bunch of models to be added to a store that is displayed by a grid. Each model identifies a column in a fixed width parser. So the user can specify a width for each model and a start and end position will be calculated for each. This could also happen in any other order, for instan