property tab

GWT Designer allows you to quickly create the modules, composites, panels, remote services and other elements that comprise Google Web Tookit applications.

Moderators: Konstantin.Scheglov, gnebling, Alexander.Mitin, jwren, Eric Clayberg

property tab

Postby George » Fri Apr 29, 2011 4:39 am

Hello,
my goal is I'll create a component from its property (the property tab) a property that is boolean.if it is true then we generate a text file automatically. I know how to add tab property of a component but I find a problem with generating a file because GWT not accept this snippet:
try {
FileWriter fw = new FileWriter ("lefichier.txt");
} catch (IOException e) {
/ / TODO Auto-generated catch block
e.printStackTrace ();
}
so can you help me please.thinks
George
 
Posts: 29
Joined: Wed Apr 06, 2011 4:25 am

Re: property tab

Postby Eric Clayberg » Fri Apr 29, 2011 5:21 am

I would recommend posting general GWT questions to our (Google's) GWT Forum.

We would like to keep this forum focused on GWT Designer itself. Thank you.
Eric Clayberg
Software Engineering Manager
Google
http://code.google.com/webtoolkit/download.html

Author: "Eclipse Plug-ins"
http://www.qualityeclipse.com
Eric Clayberg
Moderator
 
Posts: 4503
Joined: Tue Sep 30, 2003 6:39 am
Location: Boston, MA USA


Return to GWT Designer

Who is online

Users browsing this forum: No registered users and 2 guests

cron