Buggy ItemSelector

2009-02-21 Thread JC
Hello, ItemSelector example (in GWT-EXTUX) doesn't work on me. I am using GWT1.5.3, GWT-EXT 2.0.5 and GWT-EXTUX 0.3. It throws out an null pointer error. Also, I try to add ItemSelect in a window and the window doesn't work and there is no error showing. I have been struggling for several days,

Re: Buggy ItemSelector

2009-02-22 Thread JC
I figured out. I need to put css and js file in the html instead of gwt.xml file. On Feb 21, 8:22 pm, JC wrote: > Hello, > > ItemSelector example (in GWT-EXTUX) doesn't work on me. I am using > GWT1.5.3, GWT-EXT 2.0.5 and GWT-EXTUX 0.3. It throws out an null > pointer error

Choosing a file in local directory

2010-12-28 Thread jc
Hi, i am new to GWT, but i know java. I am using GWT in Eclipse. for selecting a file in local directory in java, we use JFileChooser. but i don't know to select a file in a local directory in GWT. can any one help please. -- You received this message because you are subscribed to the Google Grou

Re: Choosing a file in local directory

2010-12-28 Thread jc
ich just wraps a > html file input element. > > -Ben > > On Dec 28, 2:15 am, jc wrote: > > > Hi, > > i am new to GWT, but i know java. I am using GWT in Eclipse. for > > selecting a file in local directory in java, we use JFileChooser. > > but i don't

Read and access data and write file in directory

2010-12-28 Thread jc
Hi, I need to read a file and access it and write i.e i need to read a dicom file and get dicom data. due to i am new to GWT i don't know how to do. send me a sample code if you have. I used fileupload widget but its show only the file name with fakepath(c:/fakepath/filename). -- You received thi

Re: Choosing a file in local directory

2010-12-30 Thread jc
r: you can't access the local file system > because of this sandbox architecture. > > regards > didier > > On Dec 30, 8:27 am, Rubini wrote: > > > > > > > > > jc writes: > > > > I check the fileupload widget, but it show only the filename co

Read, write, access a file using GWT

2010-12-30 Thread jc
Is there is any way to read, write and access a file in a local directory when application run i a browser ? if yes, please send me code. I need to access the dicom file and display data, i can't use FileInputStream and some file in GWT, how can i access it? -- You received this message because y

Re: Read, write, access a file using GWT

2010-12-30 Thread jc
If you have any sample code please send On Dec 30, 8:51 pm, Jeff Larsen wrote: > Browsers specifically disallow local file editing. You'd have to serve the > file from some kind of container to allow local editing, then post the > changes back up to the server. -- You received this message bec

File choose

2011-01-03 Thread jc
I am using only GWT code for file choosing, but posting code are in javascript and HTML 5. I know only the java and not other. So i need app for GWT for read, write and access file. Please send me some sample app in GWT and not in other like HTML, or javascript. Because, here GWT will convert to ja

Re: Read, write, access a file using GWT

2011-01-03 Thread jc
Please tell me how or if you have sample app please send me code, idon't know because i am new to GWT. On Dec 30 2010, 8:51 pm, Jeff Larsen wrote: > Browsers specifically disallow local file editing. You'd have to serve the > file from some kind of container to allow local editing, then post the

Re: Choosing a file in local directory

2011-01-03 Thread jc
your browser: you can't access the local file system > because of this sandbox architecture. > > regards > didier > > On Dec 30, 8:27 am, Rubini wrote: > > > jc writes: > > > > I check the fileupload widget, but it show only the filename correctly >

Error in connecting dcm4chee in sever side

2011-01-11 Thread jc
Hi i am developing a dicom image view. I am running a PACS and testing for connection in server side. i get error. I am build the dcm4chee.jar file and dataSetImpl file is also available. if i click the button it will show the connection status, The error are shown in below clear at first time and

Listing multiple Panel horizontally in FlowPanel

2011-01-26 Thread jc
hi, i am add multiple image in a flowpanel. It list the image horizonallay line by line properly. But if i add a image in a SimplePanel and simplePanel added in a FlowPanel, its listing them in vertically. How can i list them horizontally. public void onModuleLoad() { FlowPanel fp = new FlowPa

Maven, Spring GWT 2.1

2011-02-23 Thread JC
Hi. I'm looking to make work the GWT Designer on my Maven-Spring application. It looks like, I have to find the version 2.1 of GWT eclipse plugin... Where is the version 2.1? I just can't find it :-( Thanks for you help! -- You received this message because you are subscribed to the Google G

Re: Maven, Spring GWT 2.1

2011-02-24 Thread JC
ry/com/google/gwt > > cp gwt-dev/2.2.0/gwt-dev-2.2.0.jar gwt-user/2.2.0/gwt-dev.jar > > It's a total hack, but will resolve the issue until the next plugin ships. > > /dmc > > > > On Wed, Feb 23, 2011 at 10:48 AM, JC wrote: > > Hi. > > > I'm look

Re: GWT Designer 2.2 error with gwt-maven project

2011-02-24 Thread JC
Hi. I did try your solution but maven download again the gwt- dev-2.2.0.jar... Even if I did put the directory in readonly. I still don't see the designer :-( Really annoying. On 23 fév, 21:24, David Chandler wrote: > As a temporary workaround until the next plugin release, manually copy > g

Re: GWT Designer 2.2 error with gwt-maven project

2011-02-24 Thread JC
I forgot, I cannot choose the entry point in the entry point in the "Web Toolkit-> Entry Point Modules". But my application works and I can debug it. May the Force be with us... On 24 fév, 09:44, JC wrote: > Hi. > > I did try your solution but maven download again th

Re: GWT Designer 2.2 error with gwt-maven project

2011-02-24 Thread JC
d-gwtdesigner-beta.html > > On Feb 24, 3:44 am, JC wrote: > > > > > > > > > Hi. > > > I did try your solution but maven download again the gwt- > > dev-2.2.0.jar... Even if I did put the directory in readonly. > > > I still don't see

stoppropagation in IE8 with GCF plugin activated

2011-05-19 Thread JC
Hi. I have a problem only with IE8 with the GCF plugin. When I press, for example F1, the help of IE appear. I had this problem with Chrome but I solved by adding this: In a class who extend EventHandler: Event.addNativePreviewHandler(new NativePreviewHandler() { public void onPre

Re: stoppropagation in IE8 with GCF plugin activated

2011-05-19 Thread JC
Bump :-} Not even some clues? I did read several posts, but didn't found a solution. Thanks for your help! On 19 mai, 17:00, JC wrote: > Hi. > > I have a problem only withIE8with the GCF plugin. > > When I press, for example F1, the help of IE appear. I had this > pr

Re: stoppropagation in IE8 with GCF plugin activated

2011-05-21 Thread JC
Well, let's try another question. How in IE8 with GCF activated may I block a keyboard touch (ie F1), actually it does open the software help but the IE help too... Because it's the only browser that have this problem. On 19 mai, 22:46, JC wrote: > Bump :-} > > Not even so

Re: stoppropagation in IE8 with GCF plugin activated

2011-05-22 Thread JC
Anybody home? Or maybe that someone could explain me why I don't have any trouble with Chrome but I have with IE8 with the Google Chrome Frame activated. I think that I'm not the only one with this kind of problem. Please gimme advices. On 21 mai, 11:38, JC wrote: > Well, let&

Re: stoppropagation in IE8 with GCF plugin activated

2011-05-23 Thread JC
Ok, I'm gonna try, thank you On 23 mai, 16:04, jhulford wrote: > I can't help you, but you may get better luck posting this into the > Chrome Frame group. > > On May 23, 2:39 am, JC wrote: > > > Anybody home? > > > Or maybe that someone could explain

Which UiField type is this ?

2011-07-15 Thread JC
I want to switch the center section to different components. But which field type is aaa in the java code ? @UiField FIELD?? aaa; -- 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@g

Re: Which UiField type is this ?

2011-07-17 Thread JC
Ok that works. I have 1 more question. When I add a panel to the center container it fills the entire center as expected. How can I round the corners? I want to round the top right, bottom left and bottom right corners. -- You received this message because you are subscribed to the Google Groups

Re: Which UiField type is this ?

2011-07-17 Thread JC
If I wanted to try the second option, how would you design panels and drop the images directly in the corners? Do you need a custom layout? -- 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-too

Re: Which UiField type is this ?

2011-07-18 Thread JC
Ok thanks I will try the DecoratorPanel. I just have 1 more question for now. My overall layout is finally coming together. But the buttons and text boxes are too big. I am not an expert in css. Do you know how I can make them smaller? -- You received this message because you are subscribed to th

Place an Image into the center of DockLayoutPanel ??

2011-07-18 Thread JC
I have a DockLayout Panel. I want to place an image into the center of: . If I add the image to or nest it within a SimplePanel, HTMLPanel, Grid etc - it always appears at the top left. How can I place the image in the center of the panel ?? -- You received this message because you are subscrib

Re: Place an Image into the center of DockLayoutPanel ??

2011-07-18 Thread JC
It was frustrating but in the end I figured it out by using HTMLPanel:

Re: Place an Image into the center of DockLayoutPanel ??

2011-07-18 Thread JC
Now I have a another, similar problem. I want to put into the center panel (below) a split layer panel that fills the entire center screen. How do you do that?? -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post

Re: Place an Image into the center of DockLayoutPanel ??

2011-07-18 Thread JC
In the above, the splitlayoutpanel does not show inside a SimplePanel. This displays the splitlayoutpanel... But how can you then replace the splitlayoutpanel with another layout panel ?? Basically, i want to replace

Re: Place an Image into the center of DockLayoutPanel ??

2011-07-18 Thread JC
Ok, another follup to my own question. I have named the root DockLayoutPanel like so: I add and remove panels like this. rootDockLayoutPanel.remove(4); rootDockLayoutPanel.add(new SomePanel()); Is there a better way to remove the center panel than use constant 4 ?? -- You received this messa

CSS right and bottom margins Not showing

2011-07-19 Thread JC
I can't understand this. I am starting a simple dock layout panel. It sits within another dock layout panel (the center section). The left and top margins are showing but not the right and bottom margins. Please help. .toppanel { background: #FF; color: #fff; font-s

Re: CSS right and bottom margins Not showing

2011-07-19 Thread JC
You are right, 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-toolkit@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com

Parent container style used?

2011-07-20 Thread JC
I was doing a test with this code. But the text in the table is being styled by the parent container. Why it does not use the 'important' css style defined locally? http://dl.google.com/gwt/DTD/xhtml.ent";> .important { color: #FDFDFD;

Re: Frustrated with GWT

2011-07-25 Thread JC
n help you. Greetings, JC On Jul 23, 5:16 pm, edprog wrote: > Hello, > >   I like the look and feel of GWT but I can find out why i am getting > a > > Error when invoking the pageable data service :404 > > > Error 404 NOT_FOUND > > HTTP ERROR 404 > Problem acces

Re: GWT project not working in chrome

2012-02-13 Thread JC
Please provide the list of errors, so it should be easier give you an answer. JC On Feb 11, 5:21 am, SathiyaRaj Subbu wrote: > Hi... > > I'm new to gwt. now i'm doing my final year project in java with gwt > using eclipse and mysql db. My project is working in firefox fin

GWT and Adsense

2013-01-08 Thread JC
Hi All, Has anyone found the way to integrate the Google AdSense code into the Java GWT code? Thanks, JC -- 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/

Re: Browser Refresh handling in GWT

2013-01-12 Thread JC
The * * *History.fireCurrentHistoryState(); * * * *works for me* * * *Thanks* * * *JC * On Tuesday, February 22, 2011 3:57:08 AM UTC-8, Sarjith wrote: > > Hi All, > > I donno whether I could understand the problem here completely. > but I was also facing same kinda problem. and

gwt uibinder in an abstract parent class

2011-12-07 Thread JC Tierney
i'm wondering if there's a way to build the gwt uibinder logic into an abstract parent class so that i don't have to repeat the code in every class i want to bind. for example, i'd like to be able to do something like this: public abstract class BasePanel extends Composite { interface Binder