Re: having trouble inserting into local gae datastore

2010-04-30 Thread zackmac
d you add with GWT? > > Jean > > > > On Wed, Apr 28, 2010 at 6:19 PM, zackmac wrote: > > My issue kind of crosses GWT and GAE/J, but I'm thinking it's more of > > an issue in GWT (most likely an issue with my understanding/missing > > something importan

having trouble inserting into local gae datastore

2010-04-28 Thread zackmac
My issue kind of crosses GWT and GAE/J, but I'm thinking it's more of an issue in GWT (most likely an issue with my understanding/missing something important). I developed a GAE/J application that was inserting successfully into my local google datastore. Was also retrieving records fine. When I

having trouble implementing gwt in existing gae app

2010-04-08 Thread zackmac
I'm using Eclipse 3.4.1, GAE 1.3.1 and trying to use GWT 2.0.3. I've been working on my GAE app some time and that's working well - just want to spice up the front-end a little. I added a new GWT module, entry point class and HTML page from File -> New and then copied the appropriate js head incl

MenuBar onBrowserEvent

2009-03-09 Thread zackmac
I have a class that I'm using to construct a MenuBar separate from the class that implements EntryPoint. Here's a snippet from my MenuBar class: public class TheLocalConnectorMenu extends MenuBar { TheLocalConnectorMenu() { // Make sure the click event is noticed by calling class

Re: "The method addClickListener(ClickListener) in the type Label is not applicable for the arguments (TheLocalConnectorContent)"

2009-03-09 Thread zackmac
All set on this - followed example given on event listeners in developer guide. On Mar 5, 12:11 am, zackmac wrote: > I'm trying to make a click event occur for several images that are > rendered as HTML using AbstractImagePrototype.getHTML() and having > trouble.  I can make a cl

"The method addClickListener(ClickListener) in the type Label is not applicable for the arguments (TheLocalConnectorContent)"

2009-03-04 Thread zackmac
I'm trying to make a click event occur for several images that are rendered as HTML using AbstractImagePrototype.getHTML() and having trouble. I can make a click event just fine when I do each individual HTML object, but when I try to use the "this" pointer, I get the error in the subject. Here'

Re: Buttons in horizontal panel not aligning to the left

2009-02-10 Thread zackmac
dth of 100%. This > > should squash the buttons to the left and make them immune to resizing > > of the outer HP as the filler widget only will expand. If you want a > > margin to the left to slightly indent thebuttonrow, same trick: add > > an additional filler widget and give

Buttons in horizontal panel not aligning to the left

2009-02-09 Thread zackmac
I've set up a horizontal panel with width set to 100% in css. I've added a couple of buttons in the panel. Is there anyway to force them to line up to the left despite the fact that the panel is 100%? Right now the buttons change position when the window is resized and they have a starting posi