Need help with GWT Panels and Drag Drop

2010-03-02 Thread Tan Jia Bao
As I'm currently making a drag and drop commerce site for a schoool project, I'm using 2.0GWT-DND I'm almost completing but am now facing a very big problem. As I want my cart and items to appear together, I'm facing a layout problem that resorted me to doing this. -- means added into that

Re: Help with GWT FlowPanel and other Panel Styles!

2010-02-22 Thread Tan Jia Bao
particular reason you don't want to use HorizontalPanel? On Feb 20, 3:57 am, Tan Jia Bao jayjia...@gmail.com wrote: Hi, thank you for your reply. I've done what you said and attached a CSS style to that flowpanel but it still wouldn't work, though I'm not sure whether is my css file

Re: Help with GWT FlowPanel and other Panel Styles!

2010-02-19 Thread Tan Jia Bao
; Have a look at this for further info: http://code.google.com/webtoolkit/doc/latest/DevGuideUiPanels.html On Feb 19, 6:17 am, Tan Jia Bao jayjia...@gmail.com wrote: Hi, I'm currently making an e-commerce site using GWT and DnD. Basically everything is well and in order except

Help with GWT FlowPanel and other Panel Styles!

2010-02-18 Thread Tan Jia Bao
Hi, I'm currently making an e-commerce site using GWT and DnD. Basically everything is well and in order except for the displaying of the panels is done correctly. I'm using GWT RPC to retrieve the data from my DAO, in my main GWT RPC Client side, the data are used to create a new Widget where

Re: Using GWT RPC with Custom Created Class.

2010-02-03 Thread Tan Jia Bao
Hmm, I checked it and this is all that I have inside ?xml version=1.0 encoding=UTF-8? module inherits name=com.google.gwt.user.User/ !-- Inherit GlassPanel module -- inherits name=com.google.gwt.widgetideas.GlassPanel/ inherits

Re: gwt test suite: did you forget to inherit a required module?

2010-02-03 Thread Tan Jia Bao
Hi, I have the same error for one of my own custom class. I entered the following source path = org.snagit.classes.Product/ where the path is the exact location of the class I am using. However, now I'm no longer having not being able to find the source, Compiler tells me that an EntryPoint

Need help with Basic RPC Service!

2010-01-31 Thread Tan Jia Bao
Hi, Previously I had posted about retrieving ArrayList using RPC Service but I've met with some errors and I decided to take it step by step and then slowly build my application but currently I'm having an error using even most basic RPC Service. Can anyone help? I'm getting the following error

Re: GWT and MySQL Connection! Help!

2010-01-27 Thread Tan Jia Bao
Thanks for all the replies people, but I'm still kinda lost. I'm actually making a Drag and Drop E-Commerce website using GWT for a school project, I got kinda stuck because previously I had first completed my website before implementing GWT in. Without GWT, I called out my product information

Re: GWT and MySQL Connection! Help!

2010-01-27 Thread Tan Jia Bao
Alright, Christian I saw your work and got an idea how to go about it. I used my MainEntryPoint to access the DAO directly but I'm getting compilation about my imports. import java.util.logging.Level; import java.util.logging.Logger; My code is this public MainEntryPoint() { try {