Re: Reg:image format with extension .tiff

2008-11-25 Thread Daniel Kurka
browsers can not display tiff files you have to convert the image on the serverside to a tjpg and then send it to the browser 2008/11/26 ramesh_mantra [EMAIL PROTECTED] hai all, i want to display .tiff image in my application. if i use .jpg format it is displaying bit .tiff is not

Re: RPC Image

2008-10-29 Thread Daniel Kurka
2008/10/23 Jim Freeze [EMAIL PROTECTED] Hi On Thu, Oct 23, 2008 at 9:54 AM, Jason Essington [EMAIL PROTECTED] wrote: Although you could certainly return the bytes of an image via RPC, once you have them on the client side, there is no way to actually turn those bytes into an image

Re: RPC failure with no useful information.

2008-10-19 Thread Daniel Kurka
I would suggest setting a lower loglevel. then you will be able to see the server side exception in the gwt window... 2008/10/19 jones34 [EMAIL PROTECTED] I'm getting an RPC failure (client stack trace below). The message says to check the server logs, but there's nothing in them. Stepping

Re: Parameter passing between host jsp and embedded gwt application

2008-10-15 Thread Daniel Kurka
Im using a dictionary to do the exakt same thing and it works very good even with large amounts of data. you simply have forgotten the closing in the dictionary variables. 2008/10/15 Kevek [EMAIL PROTECTED] Hello, I have recently begun updating a web page for my company to be a bit more

Re: Have source code in Frame contact GWT application

2008-10-13 Thread Daniel Kurka
] 'in tmpcallstatic!' [meaning that we got contact to the static java method] Then it stops. So this means that [EMAIL PROTECTED] did not work. How can this be? I can sort of understand that this. does not work. But then again, I think it should :) Any help? /Tobias On Oct 10, 8:17 am, Daniel Kurka

Re: JSP in GWT

2008-10-10 Thread Daniel Kurka
Hello tony,you can use a frame to do that. If you wish to use a JSP in hosted mode take a look here: http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/dacde7a41e5b881d/f9186d10c219 2008/10/6 tony [EMAIL PROTECTED] Hello, I'm working on a project which already have

Re: How to refresh a component or page in GWT

2008-10-10 Thread Daniel Kurka
you should be asking this question in the ext-gwt user forums ext-gwt is layouting widgets lazily meaning you have to call layout after removing widgets. 2008/10/8 alex.d [EMAIL PROTECTED] Sorry, i'm not using ext-gwt - you should probably ask that in ext- gwt's forum. But basically you are

Re: where is my -xs output?

2008-10-05 Thread Daniel Kurka
Hi Paul, you don`t get any extra output anymore, but all the dirrented has.html files should be named hash.js. I did the exact same thing and it worked for me. 2008/10/5 Paul [EMAIL PROTECTED] Using 1.5.2 I have left the gwt.xml file completely as is, except added the tag add-linker name=xs

Re: OnFailure getting executed even though server code does not return any errors

2008-09-19 Thread Daniel Kurka
set the loglevel of your tomcat in embedded mode to a lower level an you will be seeing the exception regards daniel Ryan schrieb: danke lothar, I am running this application in the hosted modeand not on Tomcat. And I dont see any logs being generated for the application in the hosted

<    1   2   3   4   5   6