Re: error javax.mail

2010-05-01 Thread Felipe Guarda
Someone could send me a sample code of an application for sending e- mail? I'm following the http://code.google.com/appengine/docs/java/mail/overview.html # Sending_Mail_with_the_JavaMail_API but is not working. On Apr 30, 2:53 pm, kozura wrote: > I think you're missing the gist of the above rep

HTMLPanel row sapcing??

2010-05-01 Thread Sabbir
i created some rows at comilationg time in .ui.xml file. Later on, at run time using TableRowElement.Delete(int) function i deleted the whole row. on doing so, now at the deleted section, the row spacing is quite larger than at other sections. How do i correct it? can it be done? -- You receive

Using Typeface.js within a GWT app

2010-05-01 Thread dindeman
I am looking for some sample Java code demonstrating how to get AJAX content displayed into a custom font using Typeface.js within a GWT app. I have tried a little bit by calling the following native function native void Typeface_renderDocument() /*-{ $wnd._typeface_js.renderDocument()

Re: GWT not using CssResources??

2010-05-01 Thread Ed
Thanks Sefan, I agree with you on some of the issues you discuss, but not all of them. You are right that GWT's ClientBundle/CssResource concepts still have some issues, just like their widget design (some of my issues are in the issue tracker). But I don't think the UIBinder is a step back. Don't

Re: New open source MVP(UiBinder) GWT Framework with GIN - Handlebars

2010-05-01 Thread Tristan
First, thanks. Glad to see there's some interest. I have limited resources, so I want to focus on the important things. Hence, if you have questions or suggestions, please let me know, that way I know what to spend time on first. @Stephen Unfortunately I'm not an Eclipse Plugin developer, so the

Re: GWT not using CssResources??

2010-05-01 Thread Ed
And Stefan answered this back: Hi Stefan, > Looked at your project and played with it, but I don't think it's not solving > my problem and it's not the way I like to work with styles. > Why should I want to put my style value's in code like you do in your > DecorInterface? Because you want to h

Re: GWT not using CssResources??

2010-05-01 Thread Ed
Hm. The disadvantage of Gmail is that don't even realize that your are mailing a person or group (if you don't pay good attention like I did)... Anyway, I received an email from Stefan about this a1decorator project and this was mine reaction: Hi Stefan, --- Looked at your project

Localization of UIBinder files ...

2010-05-01 Thread cloudycity
I have followed the example in http://code.google.com/webtoolkit/doc/latest/DevGuideUiBinderI18n.html but am not seeing any .properties file created. they mention that they will be created in an aux folder - what is that? Any help would be appreciated. -- You received this message because you

GWT Localization - Constants class -> properties?

2010-05-01 Thread cloudycity
I have a project with all my strings implemented in an extended Constants class using @DefaultStringValue I never did create a .properties file. Now in order to translate I will all the constants in a .properties file. Is there a tool that will take my constants java file and create a properties

Re: Ray Ryan, best practices and embracing asynchronicity

2010-05-01 Thread Sripathi Krishnan
When you show a list of Persons on the browser, do you also show the last traded price of the Company that the Person works for? Obviously not. Then why would you want to send the entire Company object with the Person object? The browser just needs a few simple properties of a Person - personal d

Re: GWT - Visualization of graph/tree containing nodes and edges, moving and adding nodes...

2010-05-01 Thread leyg
Thanks Peter, but this doesn't help, because it covers not my Problem. i have problem in configuring the raphaelgwt-library into my Project, i created a new discussion once... < http://groups.google.de/group/raphaeljs/browse_frm/thread/6dc40b5120bfc14a/7d1f4fa5bf879e98#7d1f4fa5bf879e98 > it is ge

Re: SplitLayoutPanel, Resizing

2010-05-01 Thread kozura
As much as it tries to abstract, GWT is still bound underneath to html elements and thus you must tinker with styling/CSS to get layout right. And unlike most layout systems out there, there is no great child-type independent layout containers that work perfectly. LayoutPanels try, but still not p

Re: Ray Ryan, best practices and embracing asynchronicity

2010-05-01 Thread kozura
Doing this well depends on some form of centralized data retrieve dispatch/caching. You make calls to this centralized service to get the objects by id that you are interested in. It either finds them in cache and can return them immediately, or adds them to a queue of objects to retrieve. Afte

Re: Why is GWT so slow?

2010-05-01 Thread rudolf michael
try to increase the java heap space by editing your eclipse.ini file On Sat, May 1, 2010 at 2:20 AM, tombrito wrote: > Running the default program creted when create a new project on > Eclipse IDE, the text field take almost a minute to show. > > I tried in IE, Firefox and Chrome. > > I'd put a

Re: New open source MVP(UiBinder) GWT Framework with GIN - Handlebars

2010-05-01 Thread Stephen Haberman
> http://code.google.com/p/handlebars/ Spiffy. The page mentions using Eclipse code generation--I like that. What sort of files are you generating? - Stephen -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send em

problem with using EMF model in GWT

2010-05-01 Thread kidsos
Hello GWT users, i have a big problem. I have built up a model in my GWT project with EMF and then let generate EMF the corresponding classes in the *.shared subpackage. The shared subpackage therefore because I want to use instances of my model in client and server side. As I know GWT doesn't un

d[c][2] is not a function

2010-05-01 Thread devcybiko
I'm getting a Javascript error when trying to call a service. Many other services are working but a handful are throwing "is not a function" errors. Details below. Greg GWT 2.0.3 Javascript ERROR: 2010-04-29 12:49:33,503 [ERROR] Database:service.updateMPG com.google.gwt.core.client.Jav

Re: How to add a scrollbar to a SuggestBox popup?

2010-05-01 Thread Eugene D
One solution I found is to stick with CSS but use !important to ensure your styles don't get overridden programatically. For browsers that support !important, this should behave like you want. For instance: .gwt-SuggestBoxPopup { overflow-y: auto !important; max-height: 250px; } On Apr 2

Re: Resizing DockLayoutPanel child.

2010-05-01 Thread kirtcathey
Any resolution on this one... I have a text editor in the North panel and another text editor in the Center panel of a SplitLayoutPanel. All set to 100% and everything displays fine, but text editors only resize horizontally, not vertically. On Apr 8, 11:15 pm, dueckes wrote: > Hi all, > > I have

GWTTestCase error

2010-05-01 Thread Alex Dancu
Hi, I'm trying to run a GWTTestCase but I'm getting the error below: [ERROR] Exception in thread "htmlUnit client thread" com.gargoylesoftware.htmlunit.ObjectInstantiationException: unable to create HTML parser [ERROR] at com.gargoylesoftware.htmlunit.html.HTMLParser $HtmlUnitDOMBuilder.(

Any svn users? Which folders / files can we ignore?

2010-05-01 Thread dj
Hi, Anyone else here using svn with gwt? If so, wondering if you ignore all the generated folders somehow? I'm ignoring .class files, but wonder what other stuff we can ignore from the project? I know when the compiler runs it generates a lot of additional files we can ignore. Are you just ignorin

GWT compiler on GAE

2010-05-01 Thread Eliah Lakhin
Is there a way to using Google Web Toolkit compiler directly in deployed Google AppEngine application at run-time on GAE server? -- 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...@google

Ext gwt and HSQLDB

2010-05-01 Thread vitha
I create a form using ext gwt sucessfully. Then i have to connect to HSQLDB using hibernate gilead and i want to use Ant. I dont have any idea on thatplz help mewhere should to start and end. Plz provide ant example .thanks. -- You received this message because you are subscribed

Re: New open source MVP(UiBinder) GWT Framework with GIN - Handlebars

2010-05-01 Thread Enrique Perez
Tristan, Wow! This is great... I have been looking for an elegant way to integrate MVP / UIBinder patterns thanks for sharing this with us Enrique Perez Austin, Texas On Apr 30, 3:11 pm, Tristan wrote: > Hey all, > > I've built this framework for some of the projects I've been involve

Re: Custom component with DIV markup?

2010-05-01 Thread Juan González
take a look at http://code.google.com/intl/en/webtoolkit/doc/latest/DevGuideUiBinder.html 2010/4/30 jocke eriksson > Use the ui binder and create an HTMLPanel. Thats what it's for. > > 2010/4/29 d95sld95 > > >> How do I create a custom component or composite that creates HTML >> markup like thi

Ray Ryan, best practices and embracing asynchronicity

2010-05-01 Thread brendan
Another question beginning with the sentence "I watched Ray Ryan's talk": Firstly, great talk. Full of really useful ideas. But I have a dilemma. 1) On one hand, I want to follow the advice that says "go with the asynch flow". I'm happy to do that. 2) On the other hand, I also want to follow the

SplitLayoutPanel, Resizing

2010-05-01 Thread kirtcathey
Hi All. Relatively new to GWT, but have given it about a 20,000 line test drive and oh, yeah I like. I like :-)) Just got all working on a hosting service a couple nights ago and am impressed with performance as well. A couple of questions (will update the post if I find the answer

Why is GWT so slow?

2010-05-01 Thread tombrito
Running the default program creted when create a new project on Eclipse IDE, the text field take almost a minute to show. I tried in IE, Firefox and Chrome. I'd put a break point on first line of onModuleLoad, and it take about a minute to enter the debug mode.. Another good seconds were wasted o

Re: GWT - Visualization of graph/tree containing nodes and edges, moving and adding nodes...

2010-05-01 Thread Peter Simun
sure ... just read README.txt (http://code.google.com/p/raphaelgwt/ source/browse/trunk/samples/MyCircle/README.txt) without eclipse it is just one command: ant devmode which runs the sample in development mode (ou, the zero step is to set up correctly GWTPATH environment variable to your GWT libr

Re: New open source MVP(UiBinder) GWT Framework with GIN - Handlebars

2010-05-01 Thread opn
Hey! Just looked into the source a bit and i found some interesting ideas in your code that i have to try out for myself! Will help me alot with my own stuff. I'll have a deeper look into the things your doing with the History. Regards and good work, as far as i can say that : )) On Apr 30, 10:1