visualization API and Shape Markers Option

2011-09-30 Thread lakumc
Hi to all,
i want to use Shape markers described in this
http://code.google.com/intl/it-IT/apis/chart/image/docs/gallery/line_charts.html#gcharts_background_fills
I can't succeed to use Options class to set the property chm to use
markers like arrow,

USAGE
chm=
 
[@]marker_type,color,series_index,opt_which_points,size,opt_z_order,opt_offset


I tryed this code

LineChart.Options options = LineChart.Options.create();
options.setWidth(800);
options.setHeight(540);
options.setTitle(PREM);
options.set(chm, c,FF,0,1.0,20.0);
return options;


It doesn't works. Can anyone help me?

thaks

-- 
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-Project with JBoss 5.1

2011-09-28 Thread lakumc
Hi Sascha,
i think there is no problem to deploy on JBoss 5.1.
I use weblogic 11g and the only thing i had to do was compile with one
click on 'GWT Compile Project' icon in Eclipse
and copy the war directory in autodeploy dir. I think it's similar on
JBoss 5.1.

On 27 Set, 14:48, Sascha Hoffmann sascha.hoffman...@googlemail.com
wrote:
 Hallo

 I have a gwt project and would like to deploy it in the JBoss 5.1-
 Server. Can somebody give me a hint where or how I can do this?

-- 
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 + SVN + Eclipse

2011-09-26 Thread lakumc
Hi Raymond,
what's the exact error message that your collegues get?

On 26 Set, 02:20, Raymond Cidad raym...@globalsolutioncorp.com
wrote:
 Hello guys
 I'm having a hard time setting up a GWT into eclipse to work with a team,
 using SVN.

 Where we are:
 1. I created the project. Did some code. Runs fine.
 2. Create the SVN repository (in the cloud with codesion.com)
 3. The other team member, did checkout. He can see the code

 Problem:
 - He cannot run the project. It doesn't compile right.

 I THINK THE PROBLEM IS RELATED TO  BUILD PATH.

 QUESTIONS:
 1. WE ARE NOW TRYING TO ADD THE WAR/WEB-INF/DEPLOY TO THE SVN:IGNORE TO SEE
 IF THAT HELPS. DO YOU GUYS TELL SVN NOT TO UPLOAD SOME DIRECTORIES?

 2. WHAT CHANGES DO YOU GUYS DO THE PROJECT AFTER YOU DO CHECKOUT THE FIRST
 TIME?

 I'M SURE THE PROBLEMS SHOULD BE SOLVED WITH A COUPLE OF CLICKS , BUT I
 CAN'T FIGURE OUT THOSE CLICKS

 THANKS FOR YOUR HELP

-- 
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.