You cannot post messages because only members can post, and you are not currently a member.
Description:
Discuss usage and further development of the GWT Tk library. GWT Tk is a 3rd party library of reusable components that assists writing interactive web applications with the Google Widget Toolkit.
|
|
|
Need Gwt Tk compatible with 1.5.3
|
| |
Hello!
When the Gwt Tk release compatible with 1.4 or 1.5 will be available.
I have been using ModalDialog in my application - it has highly
required features which the standard DialogBox doesn't have.
Now I passed to use gwt 1.5.3 and the ModalDialog is not working
properly - it has no outside border and other bugs.... more »
|
|
Any GWT TK snapshot available for Compatible with GWT 1.5?
|
| |
Hi everybody,
I would like to move to GWT 1.5 RC 1. But before moving to that, I
would like to know any GWT Tk snapshot is available for GWT 1.5
compatible?
Could any one let me know the path if it is available?
Thanks in advance.
--
Shravan
|
|
gwt-tk 0.2.4 nightly build
|
| |
Hi Mat,
Could you tell us more about the 0.2.4 release? Like do you have a
planned date for it? What is the status?
We are all planning our own gwt 1.4 upgrades and we need to update all
dependencies (or remove them ;) ) in order to do it.
Happy coding?
|
|
DebugConsole doesn't popup
|
| |
I cannot get the DebugConsole to pop up like in the demo. It always
appears at the bottom of the window.
This makes sense since DebugConsole overrides the show method like
that :
public void show()
{
if (m_enabled && ! isAttached())
{
RootPanel.get().add(this);
}... more »
|
|
Gwttk with gwt1.4
|
| |
Hi all,
I am trying to run gwttk-0.2.3 with gwt1.4. I am getting the following
exception from the class ExposedCellPanel.
[ERROR] Unable to load module entry point class
asquare.gwt.tkdemo.client.Demo (see associated exception for details)
java.lang.NullPointerException : container may not be null... more »
|
|
gwt-tk 0.2.4 nightly build
|
| |
I am more or less done migrating the codebase to GWT 1.4. Everything seems to work, however I do not want to release until I finish acceptance testing in production application. I have posted a snapshot of the gwt-tk jar on the forums. This is off my dev machine--the changes are not yet checked into... more »
|
|
Cannot use gwttk in hosted mode
|
| |
Hi, I cannot use the gwttk library in hosted mode. I already added eclipse class path and I know I have to modify other files in order for it to work. Here are what i have changed module.launch <?xml version="1.0" encoding="UTF-8" standalone="no"?> <launchConfiguration type="org.eclipse.jdt.launchin g.localJavaApplication">... more »
|
|
Text item getting added to a ModalDialog
|
| |
So, this is partly my fault since I'm not sure when this started to happen. I'm running GWT Tk 0.2.3 under GWT 1.4.10. So far so good. However, I have started see an extra input type of "text" being added to the bottom of my ModalDialog. Tracing through the code I see the following being added to the element member... more »
|
|
problem when inheriting gwt-tk library
|
| |
dear all, i try to inheriting gwt-tk libray, here is my gwt.xml file : <inherits name="com.google.gwt.user.User " /> <inherits name="com.google.gwt.i18n.I18N " /> <inherits name="asquare.gwt.tk.CPopupPan el"/> <entry-point class="gov.miti.ris.gwt.client .Main" /> but then, i have compiling error : [java] [ERROR] Unable to find 'asquare/gwt/tk/CPopupPanel.gw t.xml' on... more »
|
|
Cursor Does not show up in text fields inside modal dialog
|
| |
Hello Mat, We have a few forms that are being shown in modal dialog. I am using the focus model and adding all the text fields and buttons to the focus model in proper sequence. The problem is that in firefox, the cursor does not show up in the text fields in the form. The first text field has the focus, because if I just start typing it shows up in the... more »
|
|
|