Strange behavior today with Visualization DataTable - headings always appear in front

2015-08-18 Thread Karl Moss
I'm using the Visualization DataTable. Starting this morning, all DataTable 
headings appear in front of any panels moved over them (such as a 
DialogBox). I'm not sure what has changed. Any ideas?


-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: Firefox 17 dev plugin

2012-11-30 Thread Karl
Works like a charm on linux 64-bit. Thank you!

On Friday, November 30, 2012 8:47:50 AM UTC+1, Dimitrijević Ivan wrote:


 http://code.google.com/p/google-web-toolkit/source/browse/trunk/plugins/xpcom/prebuilt/gwt-dev-plugin.xpi


-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/hpgeDeGs-rAJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Firefox 17 dev plugin

2012-11-22 Thread Karl
So here we go again, any idea when the dev mode plugin for firefox 17 will 
be available?

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/uKVStHR8CyoJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: Firefox 16 GWT Plugin

2012-10-11 Thread Karl
Works fine on Ubuntu 12.04 64-bit. Thank you!
-Karl

On Thursday, October 11, 2012 1:01:43 AM UTC+2, Brian Slesinsky wrote:

 I now have an (unsigned) version checked into svn that should work across 
 Windows, Mac, and Linux. Please let me know on this thread whether it works 
 for you.

 - Brian

 On Wednesday, October 10, 2012 1:20:28 AM UTC-7, Thomas Broyer wrote:


 On Wednesday, October 10, 2012 10:17:44 AM UTC+2, getaceres wrote:

 Any binary ready for download?



 Not yet. Track this page: 
 http://code.google.com/p/google-web-toolkit/source/browse/trunk/plugins/xpcom/prebuilt/gwt-dev-plugin.xpi
 Should come soon though: http://gwt-code-reviews.appspot.com/1852803/ (for 
 Linux 32bit and 63bit, and Windows, no Mac yet AFAICT)



-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/4jQMWbQidhIJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



XsrfTokenServiceServlet requires deployed gwt-dev.jar?

2011-05-17 Thread Karl
Hi!
I'm trying to implement the 2.3 xsrf protection as described here
http://code.google.com/webtoolkit/doc/latest/DevGuideSecurityRpcXsrf.html
but I run into a NoClassDefFoundError:

java.lang.NoClassDefFoundError: com/google/gwt/util/tools/Utility
at
com.google.gwt.user.server.rpc.XsrfTokenServiceServlet.generateTokenValue(XsrfTokenServiceServlet.java:
198) [:]
at
com.google.gwt.user.server.rpc.XsrfTokenServiceServlet.getNewXsrfToken(XsrfTokenServiceServlet.java:
163) [:]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [:
1.6.0_20]
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:
57) [:1.6.0_20]
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:
43) [:1.6.0_20]
at java.lang.reflect.Method.invoke(Method.java:616) [:1.6.0_20]
at
com.google.gwt.user.server.rpc.RPC.invokeAndEncodeResponse(RPC.java:
569) [:]
... 28 more
Caused by: java.lang.ClassNotFoundException:
com.google.gwt.util.tools.Utility from BaseClassLoader@31843ea1{vfs:///
home/user/dev/JBoss/distrib/server/myCompany/deploy/myWar.war}
at
org.jboss.classloader.spi.base.BaseClassLoader.loadClass(BaseClassLoader.java:
480) [jboss-classloader.jar:2.2.0.GA]
at java.lang.ClassLoader.loadClass(ClassLoader.java:266) [:1.6.0_20]
... 35 more

The only place I can find this com/google/gwt/util/tools/Utility class
is in gwt-dev.jar but deploying this results in the following
exception:
Caused by: LifecycleException:  Error initializaing :
javax.management.ReflectionException: Cannot find method addChild with
this signature

same as described here:
http://groups.google.com/group/google-web-toolkit/browse_thread/thread/74a3bf5dc6f21779/e5080d3851656465

I'm running JBoss  6.0. and I build my project with maven2 as
described here
http://groups.google.com/group/codehaus-mojo-gwt-maven-plugin-users/browse_thread/thread/5f6c9324a3119c30

What am I doing wrong? Any help would be greatly appreciated.
/Karl

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: XsrfTokenServiceServlet requires deployed gwt-dev.jar?

2011-05-17 Thread Karl
Hi,
thank you for the quick answer, I created an issue for it
http://code.google.com/p/google-web-toolkit/issues/detail?id=6367 .

I have been using gwt-dispatch for another project and I really like
it, but I thought I'd try the new stuff. I suppose that have to wait a
bit...

/Karl

On May 17, 4:24 pm, David Chandler drfibona...@google.com wrote:
 Hi Karl,

 This looks like a GWT bug, as gwt-servlet should not have any dependencies
 on gwt-dev. Please file in the issue tracker.

 As an aside, have you looked at the Command pattern as implemented by
 gwt-dispatch or RequestFactory? These  are both easier than securing each
 service individually IMHO.

 Thanks,
 /dmc









 On Tue, May 17, 2011 at 12:14 PM, Karl karl.rest...@gmail.com wrote:
  Hi!
  I'm trying to implement the 2.3 xsrf protection as described here
 http://code.google.com/webtoolkit/doc/latest/DevGuideSecurityRpcXsrf
  but I run into a NoClassDefFoundError:

  java.lang.NoClassDefFoundError: com/google/gwt/util/tools/Utility
         at

  com.google.gwt.user.server.rpc.XsrfTokenServiceServlet.generateTokenValue(X 
  srfTokenServiceServlet.java:
  198) [:]
         at

  com.google.gwt.user.server.rpc.XsrfTokenServiceServlet.getNewXsrfToken(Xsrf 
  TokenServiceServlet.java:
  163) [:]
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [:
  1.6.0_20]
         at
  sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:
  57) [:1.6.0_20]
         at

  sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImp 
  l.java:
  43) [:1.6.0_20]
         at java.lang.reflect.Method.invoke(Method.java:616) [:1.6.0_20]
         at
  com.google.gwt.user.server.rpc.RPC.invokeAndEncodeResponse(RPC.java:
  569) [:]
         ... 28 more
  Caused by: java.lang.ClassNotFoundException:
  com.google.gwt.util.tools.Utility from BaseClassLoader@31843ea1{vfs:///
  home/user/dev/JBoss/distrib/server/myCompany/deploy/myWar.war}
         at

  org.jboss.classloader.spi.base.BaseClassLoader.loadClass(BaseClassLoader.ja 
  va:
  480) [jboss-classloader.jar:2.2.0.GA]
         at java.lang.ClassLoader.loadClass(ClassLoader.java:266) [:1.6.0_20]
         ... 35 more

  The only place I can find this com/google/gwt/util/tools/Utility class
  is in gwt-dev.jar but deploying this results in the following
  exception:
  Caused by: LifecycleException:  Error initializaing :
  javax.management.ReflectionException: Cannot find method addChild with
  this signature

  same as described here:

 http://groups.google.com/group/google-web-toolkit/browse_thread/threa...

  I'm running JBoss  6.0. and I build my project with maven2 as
  described here

 http://groups.google.com/group/codehaus-mojo-gwt-maven-plugin-users/b...

  What am I doing wrong? Any help would be greatly appreciated.
  /Karl

  --
  You received this message because you are subscribed to the Google Groups
  Google Web Toolkit group.
  To post to this group, send email to google-web-toolkit@googlegroups.com.
  To unsubscribe from this group, send email to
  google-web-toolkit+unsubscr...@googlegroups.com.
  For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.

 --
 David Chandler
 Developer Programs Engineer, Google Web Toolkit
 w:http://code.google.com/
 b:http://googlewebtoolkit.blogspot.com/
 t: @googledevtools

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: Application works locally, but not from remote server?

2011-04-29 Thread Karl Meiser
Bob,

Does your hosting service provide Tomcat or something similar? The HTML
won't just work by itself unfortunately.

I can try to help you more but I need more information.

Karl

On Thu, Apr 28, 2011 at 1:32 PM, BobWirka bobwi...@gmail.com wrote:

 I've created a GWT Java Application from the wizard (the one with the
 Click Me! button). It compiles, and if I open the html file from
 Firefox, all is good; the button appears as does the popup dialog box
 when the button is clicked.

 However, when the files are ftp'd to my web hosting service the button
 does not appear. The web page is found and loaded, but the GWT button
 does not display.

 Windows Internet Explorer behaves the same way.

 Google Chrome will not even display the button locally, though the
 page does load.

 There are no elements in the html body, as I'd like to generate a
 purely javaScript html element to be a part of a larger html page.

 Would anyone know why this may be happening? I've transferred the
 whole war directory to the web host, but no luck yet.

 Thanks,

 Bob Wirka

 --
 You received this message because you are subscribed to the Google Groups
 Google Web Toolkit group.
 To post to this group, send email to google-web-toolkit@googlegroups.com.
 To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.



-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GPE auto-complete only partially working for UiBinder tags

2011-02-16 Thread karl
This occurs constantly. See also this issue
http://code.google.com/p/google-web-toolkit/issues/detail?id=6011 .

On 15 Feb., 00:19, Florin Malita fmal...@google.com wrote:
 On Mon, Feb 14, 2011 at 5:41 PM, miller millermich...@gmail.com wrote:
  I have been seeing the same issue since loading the GWT Designer tools.  I
  am still on 1.4.1.v201012170127.

  The warning says:
  Unhandled event loop exception

  The top of my stack trace is:
  java.lang.NullPointerException
  at
  com.google.gwt.eclipse.core.uibinder.contentassist.AbstractCompletionPropos 
  al.getActiveViewer(AbstractCompletionProposal.java:136)

 Thanks Michael.

 Can you trigger this consistently or it's a spurious event?

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: gwt 2.1, maven, eclipse 3.5

2010-11-10 Thread Karl
Hi,
did you have a look at the giudes at 
http://mojo.codehaus.org/gwt-maven-plugin/archetype.html
? It describes how to create a gwt project with archetype:generate and
how to configure your pom in various ways.

Regards /Karl

On Nov 10, 11:04 am, Frank Bølviken frank.bolvi...@gmail.com wrote:
 Anyone? :)

 Searched around the web, and I cant find one single guide on this
 subject which is good. There's always earlier versions of gwt, and
 guides which isnt working etc.
 Im thinking of a guide which either first creates the project via
 maven archetype:generate and importing into eclipse, or a guide where
 you create the project in eclipse with the google plugin, then moving
 source folders etc to fit the maven kind of way and creating a
 pom.xml.

 Any help would be really appreciated.

 Sincerly Frank B

 On Nov 9, 6:09 pm, Frank Bølviken frank.bolvi...@gmail.com wrote:







  Thanks for everyones help.. with my stupid questions. But hey... I
  need to learn the best way.
  Is there no help in getting a complete guide with the basic steps
  from issuing mvn archetype:generate until deployment in a server 
  ineclipsefor developing real time?

  Thanks..

  Frank B

  On Nov 9, 10:40 am, Karl karl.rest...@gmail.com wrote:

   Hi Frank!
   I had a rough last week trying to upgrade our application to 2.1, but
   I think I finally got it working when the gwt maven plugin was
   released. Relevant parts of the pom:

   project
   ...
   properties
           gwt.version2.1.0/gwt.version
   /properties
   ...
   build
           finalName${project.artifactId}/finalName
           outputDirectory${basedir}/war/WEB-INF/classes/outputDirectory
           plugins
                   !--EclipseProject Generation --
                   plugin
                           artifactIdmaven-eclipse-plugin/artifactId
                           configuration
                                   additionalProjectnatures
                                           
   projectnaturecom.google.gwt.eclipse.core.gwtNature/
   projectnature
                                           
   projectnaturecom.google.gdt.eclipse.core.webAppNature/
   projectnature
                                   /additionalProjectnatures
                                   additionalBuildcommands
                                           
   buildcommandcom.google.gwt.eclipse.core.gwtProjectValidator/
   buildcommand
                                           
   buildcommandcom.google.gdt.eclipse.core.webAppProjectValidator/
   buildcommand
                                   /additionalBuildcommands
                                   classpathContainers
                                           
   classpathContainerorg.eclipse.jdt.launching.JRE_CONTAINER/
   classpathContainer
                                           
   classpathContainercom.google.gwt.eclipse.core.GWT_CONTAINER/
   classpathContainer
                                   /classpathContainers
                                   excludes
                                           !--These are provided by the GWT 
   container --
                                           
   excludecom.google.gwt:gwt-user/exclude
                                           
   excludecom.google.gwt:gwt-dev/exclude
                                   /excludes
                           /configuration
                   /plugin
                   plugin
                           groupIdorg.apache.maven.plugins/groupId
                           artifactIdmaven-war-plugin/artifactId
                           configuration
                                   
   warSourceDirectory${basedir}/war/warSourceDirectory
                                   
   webappDirectory${basedir}/war/webappDirectory
                           /configuration
                   /plugin
                   plugin
                           groupIdorg.codehaus.mojo/groupId
                           artifactIdgwt-maven-plugin/artifactId
                           version${gwt.version}/version
                           configuration
                                   moduleour.module/module
                                   
   warSourceDirectory${basedir}/war/warSourceDirectory
                                   inplacetrue/inplace
                                   i18nConstantsBundles
                                           
   i18nConstantsBundleour.gwt.shared.i18n.OurConstants/
   i18nConstantsBundle
                                   /i18nConstantsBundles
                                   i18nMessagesBundles
                                           
   i18nMessagesBundleour.gwt.shared.i18n.OurMessages/
   i18nMessagesBundle
                                   /i18nMessagesBundles
                                   localWorkers2/localWorkers
                           /configuration
                           executions
                                   execution

Re: gwt 2.1, maven, eclipse 3.5

2010-11-09 Thread Karl
 for /
your/home/.m2/repository/com/google/gwt/gwt-servlet/2.1.0/gwt-
servlet.jar which does not exist. I solved this by copying and
renaming gwt-servlet-2.1.0.jar in the same directory. I hope this
helps out.

Regards /Karl

On Nov 7, 10:50 pm, Frank Bølviken frank.bolvi...@gmail.com wrote:
 Hi,

 Im so tired of searching around the internet and finding no good
 answers to this subject.
 Do anyone know of any good guide for creating a gwt 2.1 project in
 maven, and fully integrating it with eclipse?
 Gwt 2.1 is suppoed to be easier to integrate with maven, but I can't
 get it to work properly.

 Any pointers?
 Thanks in advance,

 Frank B

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



TreeItem new insertItem method

2010-07-25 Thread karl
I am having problems with the new insertItem method for the TreeItem
Class. the Physical attach is fine but the Logical attach does not
look right, shouldn't line 475 add to a arrayList call have the index?
beforeIndex - 1 maybe?

thanks

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Do all classes in the a project need to be under a specific folder?

2010-05-27 Thread Karl San Gabriel
Hi Team,

I am new to GWT and we are trying to port one of our smallest web
application to GWT.

We have the file Project.gwt.xml which was created via the
webAppCreator with the following entry-point:

entry-point class='com.project.web.client.Project'/

Some of the other classes are located in com.project.hr.bean package.

The following is the error I get during build process:

D:\Profiles\user1\workspace\projectant
D:\Program Files\Java\jdk1.6.0_20
Buildfile: build.xml
libs:
javac:
gwtc:
 [java] Compiling module com.onlineoffice.web.OnlineOffice
 [java]Validating newly compiled units
 [java]   [ERROR] Errors in 'file:/D:/Profiles/user1/workspace/
project/src/com/project/web/client/DepartmentService.java'
 [java]  [ERROR] Line 8: No source code is available for
type com.project.hr.bean.DepartmentBean; did you forget to inherit a
required module?
 [java]Finding entry point classes

In this case, does gwtc look for class files only in
com.onlineoffice.web path?
How can I reference the com.project.hr.bean.DepartmentBean so that I
can use it in DepartmentService.java?

Thank You,
Karl



-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Hiding dates in Date Picker

2008-09-09 Thread Karl

Hello. I've got a question regarding the Date Picker widget. Is there
a way to hide the dates coming from the month before and after the
current month?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: How to create a busy/loading icon?

2008-09-08 Thread Karl

Hi Mr.Rakesh,

I've created a deckpanel with an image(loading image) and a flextable
attached to it.

Initially the image widget will be shown until the flextable is
finished populating and rendering its data.

The code works, but the image (loading image) icon was freezed while
the flextable is populating. It stop while the flextable is rendering
its data. Its like the whole system stopped when the flextable is
rendering. Did I miss something?

Here is part of my code,

flexTable = new FlexTable();
Panel flexPanel = new Panel();
flexPanel.add(flexTable);

Image loadingImage = new Image();
loadingImage.setUrl(images/loader.gif);
loadingImage.setSize(32, 32);

Panel imageLoaderPanel = new Panel();
imageLoaderPanel.add(loadingImage);

deckPanel = new DeckPanel();
deckPanel.add(flexPanel);
deckPanel.add(imageLoaderPanel);

if(loadingFinished == false) // loadingFinished is a boolean flag set
to false initially.
   deckPanel.showWidget(1);

populateTableFromDB(); // this is where my flextable will be populated
using the data retrieved from the database using async callback.

.
.
.
.

//inside the populateTableFromDB(){

//assuming where already got the list of data we need to populate the
flextable

public void onSuccess(Object returnValue) {
for (int i = 0; i  objectDB.size(); i++) {

   // this is where i set the data to my flextable.

}

loadingFinished = true;
if(loadingFinished == true)
 deckPanel.showWidget(0);
}
}

Thanks,
Karl Chan


On Sep 8, 12:23 pm, Karl [EMAIL PROTECTED] wrote:
 Thanks a lot Mr.Rakesh. I'll try to implement it that way.

 On Sep 7, 11:46 pm, rakesh wagh [EMAIL PROTECTED] wrote:

  Quite a few stratagies:
  1. Use a deck panel, add your table and loading icon to this deck
  panel. Initially show the deck panel. Once the last table rendering
  statement is executed, flip the deck to show your table widget now.
  2. Have a loading image in a convenient place(bottom, middle or top of
  the flextable). While the system is computing, let the image be
  visible, once the last stmt is executed,
  loadingImg.setVisible(false).

  Here is a tip: Fetching data through RPC is a async operation while
  rendering your table, that is DOM manipulation through js is a single
  thread blocking operation. In the later scenario(at least in IE) your
  animated loading gif will freeze and so will the browser if you are
  adding lot of rows and widgets to the flextable. Try to design your
  tables as sleek as possible. For more information see the tables in
  gwt incubator.

  Hope that helps.
  Rakesh Wagh

  On Sep 7, 9:05 am, Karl [EMAIL PROTECTED] wrote:

   Good Day To All,

   How can I create a busy/loading icon while my flextable is being
   rendered? By the way, my flextable is consist of comboboxes that
   contain a large amount of data so while the page is being rendered,
   there is a slight delay of displaying the contents of the flextable.

   Thanks,
   Karl Chan


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



How to create a busy/loading icon?

2008-09-07 Thread Karl

Good Day To All,

How can I create a busy/loading icon while my flextable is being
rendered? By the way, my flextable is consist of comboboxes that
contain a large amount of data so while the page is being rendered,
there is a slight delay of displaying the contents of the flextable.

Thanks,
Karl Chan
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Problem in display data inside the combobox

2008-09-03 Thread Karl

Hi,

Why is it that I can't display inside the combobox the string  name
 . All string that has  and  are affected with this problem.
Is there a  workaround for this problem?

Thanks,
Karl Chan

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



OPTGROUP

2008-08-28 Thread Karl

How can i create a optgroup inside a combobox?

thanks,
Karl

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---