Re: PasswordTextBox: Making password character visible for a moment

2011-10-19 Thread abhiram wuntakal
and cellphone-access and enable this logic only for the browser version and have a normal password textbox for the cellphone version. Just think over!! Regards, Abhiram On Wed, Oct 19, 2011 at 3:58 PM, Raja Shekhar wrote: > Hi, > > I would like to make my PasswordTextBox shows typed char

Re: How to avoid Double Submit in GWT?

2010-12-28 Thread abhiram wuntakal
One nice idea would be to bring a popup with a loading kinda image.. Since the popup is there the user will not be able to click anything and the popup would also server as a means to display loading.. The advantage here is, if ur page has lot many buttons, rather than making each button disabled a

Re: Help: Development of large App with GWT

2010-10-04 Thread abhiram wuntakal
the GWT community even so that it can make the work of developers really really easy!! :-) ) Regards, Abhiram On Mon, Oct 4, 2010 at 2:09 PM, Noor wrote: > This is persuading but examiners can tell if even i didn't write ant > javascript, i did write it in java > > -- > You r

Re: Send e-mail in GWT

2010-10-04 Thread abhiram wuntakal
l.jar *for sending the mail from the server side. This has functionality to send the email and with all the necessary parameters like Mail Body, Subject Title etc.. (Dont know the exact function names, but there is a provision!!). This shud get ur email functionality working!! ~ Abhiram Wuntakal O

Re: How to integrate an open source web app into a GWT application

2010-08-09 Thread abhiram wuntakal
in the other sub-panels. Not sure if this is exactly right, but I think this shud work.. HTH, Abhiram On Mon, Aug 9, 2010 at 12:51 PM, Anita wrote: > Please, could anyone help me?? > Thanks a lot! > > -- > You received this message because you are subscribed to the Google G

Re: Upload folders and/or Upload Files already on the server

2010-08-02 Thread abhiram wuntakal
problem. HTH Regards, Abhiram On Sun, Aug 1, 2010 at 6:32 AM, GKotta wrote: > I need users to give me a bunch of images from their computer, which > will then be displayed in my application. These images will all be in > one folder. Rather than having users upload each image indivi

Re: Mouse Over Image

2010-07-21 Thread abhiram wuntakal
label, although u will get all the properties of the label with that. use this and it will work fine. let me know if u need any other info ~ Abhiram On Thu, Jul 22, 2010 at 9:41 AM, nacho wrote: > Hi, thanks both. > > The problem was that i was using this javascript libra

GWT Print

2010-06-15 Thread abhiram
borders and all ? Thanks and Regards, Abhiram -- 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...@googlegroups.com. To unsubscribe from this group, send email to google-w

Re: help for sending e-mail using rpc / gwt

2010-05-12 Thread abhiram wuntakal
liente.side.code how do I send the e-mail? Should I instantiate > that class? > Sorry for the stupid questions, I am now getting this world java / > gwt. > > thanks, > > Felipe > > On May 11, 11:48 am, abhiram wuntakal wrote: > > Hi Felipe, > >

Re: help for sending e-mail using rpc / gwt

2010-05-11 Thread abhiram wuntakal
question. Regards, Abhi On Tue, May 11, 2010 at 6:48 PM, Felipe Guarda wrote: > but what about the implementation of the RPC, you could help me? > thanks > > On May 10, 2:06 am, abhiram wuntakal wrote: > > Hi Felipe, > > > > This block of code would help you send

Re: help for sending e-mail using rpc / gwt

2010-05-09 Thread abhiram wuntakal
cator { public PasswordAuthentication getPasswordAuthentication() { String username = SMTP_AUTH_USER; String password = SMTP_AUTH_PWD; return new PasswordAuthentication(username, password); } } HTH, Thanks and Regards, Abhiram On Mon, May 10, 2010 at 3:59 AM,

Re: How to prevent the big and specific file to be uploaded

2010-05-05 Thread abhiram wuntakal
Hey Ankit, AFAIK, you wont get to know the size of the file unless you transfer it to the server. But from the client side you can restrict the file extension by extracting the file name as follows : final FileUpload upload = new FileUpload(); upload.setName("uploadFormElement");

Quick question on GWT Print

2010-03-31 Thread abhiram
end me the code to set the id for a particular element? Thanks and regards, Abhiram -- 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...@googlegroups.com. To unsubscribe from th

Re: image help

2010-03-29 Thread abhiram wuntakal
Hey I have this not-so-technical work around for u. Apply a Mouse over handler for the image. on a mouse-over, just change the image to some other image (probably a smaller one which says "Dude, U cant download this!!!") and again on a Mouse-out bring back the original image. Guess that will so

Printing the contents of TextArea

2010-03-23 Thread abhiram
cument.write(s); win1.document.write(""); win1.document.close(); win1.close(); }-*/; public void printIt(String html){ printx(html); } Please let me know what is the approach to be followed. Thanks and regards, Abhiram -- You received t

Re: DropZap web demo built using GWT

2009-12-30 Thread abhiram wuntakal
Nice game dude... the features that u have designed are really awesome!!! I was able to finish 3 levels and got a message saying, demo version has only 3 levels!! anyways great work!! ~ Abhiram On Tue, Dec 29, 2009 at 6:05 AM, amich...@gmail.com wrote: > Hello, > > Check it out:

Re: GWT Chat applications

2009-12-10 Thread abhiram wuntakal
who is chatting with many people? Regards, Abhiram On Wed, Dec 9, 2009 at 10:10 PM, Jim wrote: > hi, I've implemented a gwt Chat > > the link > http://code.google.com/p/google-web-toolkit-incubator/wiki/ServerPushFAQ > helps me. > > From client, i do an rpc c

Re: GWT Chat applications

2009-12-09 Thread abhiram wuntakal
ver, but have the > clients polling. > > The rest is server-side coding. What backend are you targeting? > Don't forget that you will have to handle thread-safety issues on the > server side. > > brgds, > > Papick G. Taboada > > > On 9 Dez., 13:13, abhiram wr

GWT Chat applications

2009-12-09 Thread abhiram
examples / links? ~ Abhiram -- 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...@googlegroups.com. To unsubscribe from this group, send email to google-web-toolki

DefaultStyles of Button

2009-12-04 Thread abhiram
Can someone tell me where can i get the default CSS which is being used for the button. I mean, i want the actual CSS of ".gwt-Button" Regards, Abhiram -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this

Re: Query regarding printing a widget

2009-11-21 Thread abhiram wuntakal
Hi, Can someone please suggest a possible solution for this? Regards, Abhiram On Fri, Nov 20, 2009 at 11:02 PM, abhiram wrote: > Hi All, > > I just needed some help regarding a functionality where i need to > print the contents of a widget. > > I am using the Print.i

Query regarding printing a widget

2009-11-20 Thread abhiram
very specific example where a textBox is passed as an argument and I get only the contents of it printed. Can someone please suggest what do I need to do? regards, Abhiram -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post

Re: doubt about composite

2009-11-10 Thread abhiram wuntakal
Hi Jorge, Once the composite panel is loaded at any point of time if u want to change the image displayed by the image widget, just use the setUrl functionality and the image gets changed automatically. HTH, Abhiram On Tue, Nov 10, 2009 at 4:35 PM, jorge wrote: > > Hi, > > I have

Re: Gwt KeyboardListener

2009-10-31 Thread abhiram wuntakal
problem. HTH, Abhiram On Sat, Oct 31, 2009 at 12:35 PM, jagadesh wrote: > > HI Every one , > i am trying for a keyboard listener .what my requirment is consider i > have the text box in this format > > firstNameAge > middleName Sex > lastName > > no my requi

Re: how to send variables in form panel

2009-10-20 Thread abhiram wuntakal
across your file contents to the server side. Now you have the file as well as the variables. HTH, Cheers, Abhiram On Mon, Oct 19, 2009 at 6:12 PM, YoeZ wrote: > > thanks ian,, but i'm using GWT and tried to uploadfile which is must > using FormPanel. > I have successfully

Re: File Upload not working after migrating to GWT1.7

2009-09-30 Thread abhiram wuntakal
Hi Thomas. Thanks a lot for that. It is working fine now... regards, Abhiram On Wed, Sep 30, 2009 at 3:29 PM, Thomas Broyer wrote: > > > > On 30 sep, 11:50, abhiram wuntakal wrote: > > Hi Eric, > > > > Thanks for that. But I had a similar piece of code earlier,

Re: File Upload not working after migrating to GWT1.7

2009-09-30 Thread abhiram wuntakal
eUpload/UploadServlet) is not available." This is the same error which I am getting when I replaced my setAction with the line of code which you suggested. Not sure what is the problem. Everything seems to be fine. You have any clue about this? Regards, Abhiram On Wed, Sep 30, 2009 at

Re: File Upload not working after migrating to GWT1.7

2009-09-29 Thread abhiram wuntakal
Hi All, Can someone please suggest something about this? Any possible approach to get the fileUpload working? Thanks, Abhiram On Tue, Sep 29, 2009 at 3:35 PM, abhiram wrote: > Hi All, > > I had my File Upload module working properly in 1.5.3. But it has > not been working afte

File Upload not working after migrating to GWT1.7

2009-09-29 Thread abhiram
Or some sample code where FileUpload has been working properly in GWT 1.7. Regards, Abhiram --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to g

Re: GWT Button style using HTML - Mozilla Compatibility

2009-09-24 Thread abhiram wuntakal
. And I finally got the right piece of HTML code which works perfect across all the browsers and my browser compatibility issue got solved!! Thanks anyways.. regards, Abhiram On Fri, Sep 25, 2009 at 12:33 AM, Zak wrote: > > The CSS for the background declaration is invalid. Also there'

Re: GWT Button style using HTML - Mozilla Compatibility

2009-09-24 Thread abhiram wuntakal
I got some really cool styles with HTML tags and so thought of sticking on to it. Any idea why the image which I set on the button using HTML did not appear in Firefox? regards, Abhiram On Thu, Sep 24, 2009 at 4:55 PM, Venkatesh Babu wrote: > Try setting the style using a css class rather t

GWT Button style using HTML - Mozilla Compatibility

2009-09-23 Thread abhiram
is as below: button.setHTML(" Home "); Can someone please let me know if I am missing something here? regards, Abhiram --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" gr

Buttons with Round Edges

2009-09-06 Thread abhiram
? regards, Abhiram --~--~-~--~~~---~--~~ 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

Re: Help using comet in tomcat

2009-09-02 Thread abhiram
Hi, Sorry that I am replying this late. But try to import the catalina.jar file into your project. U can find that in the lib folder within your tomcat folder. Once you do that, this error would disappear. HTH, Abhiram On Aug 1, 4:35 pm, Nathan Wells wrote: > When do you see this prob

Re: Email from GWT appliction

2009-08-21 Thread abhiram wuntakal
Hi Paul, Thanks for the piece of information. But this is a personal home system that I am using and there are no such blockings. So I am still wondering why are my emails getting stuck!! regards, abhiram On Fri, Aug 21, 2009 at 1:42 PM, Paul Robinson wrote: > > > Lothar Kimmerin

Email from GWT appliction

2009-08-20 Thread abhiram
n know what is the SMTP that I need to use. Thanks, Abhiram --~--~-~--~~~---~--~~ 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.

Session Timeout - Best Approach

2009-08-12 Thread abhiram
implementing the same? regards, Abhiram --~--~-~--~~~---~--~~ 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

Callin an URL from my application

2009-07-18 Thread abhiram
Hi Group, I have a requirement where I need to call an URL for sending emails to some recipients. I will use a link something similar to this http://www..com/messageapi.asp?username=&password=&sender=&recipient=&message=Hi. I have populated a list containing the recipients R1, R2, R3 and I ne

Integrating "Google Docs" into GWT

2009-07-17 Thread abhiram
great help. Regards, Abhiram --~--~-~--~~~---~--~~ 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, sen

Interdependent ScrollBars

2009-07-12 Thread abhiram
Hi, I need to create an application where the screen is split into 2 scroll bars, one beside the other. Just the way, it is seen in any code comparison software!! How do I implement the interdependent scroll bars in this case? i.e., if I scroll the left scroll panel, the right side scroll panel

Dynamically Calling a Class

2009-07-09 Thread abhiram
hi, I need to call a new entry point by providing the name dynamically. The Entrypoint class name is present as a String variable and I need to call the constructor / create an object of that entrypoint class. Can someone tell me how to do this dynamically? Regards, Abhiram

New Browser Window

2009-06-23 Thread abhiram
method to implement this? Note: I do not want to use a Frame widget for this purpose. regards, Abhiram --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send

Re: MenuBar & MenuBarImages

2009-06-19 Thread abhiram wuntakal
Do you want to try SmartGWT? it has many advanced widgets. U can have a look at the SmartGWT showcase here http://www.smartclient.com/smartgwt/showcase/ This should help Regards, Abhiram On Fri, Jun 19, 2009 at 12:53 PM, Cuetumayu wrote: > > Hello, > > I am new comer to GWT so I

Is it safe to use the components for which the "deprecated" warning comes up!!

2009-06-18 Thread abhiram
n using is the Scrolltable widget. Please let me know if it is safe enough to go ahead with these kind of widgets!! Thanks, Abhiram --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" gr

Re: How do I run my GWT application on tomcat?

2009-06-17 Thread abhiram wuntakal
Hi, First of all ensure that the StockWatcher folder got created after you started the tomcat. Then use this url httl://localhost:/StockWatcher/StockWatcher.html.. it shud work... On Wed, Jun 17, 2009 at 4:19 PM, Sow wrote: > > Hi, > > I am totally new to GWT-EXT. > > I deployed the WAR

Re: Image not appearing for ImgButton in SmartGWT

2009-06-15 Thread abhiram wuntakal
Hi Sanjiv, Thanks for that link. I have posted that query at that forum. Please let me know if u have a solution for that problem of mine. thanks, Abhiram On Sat, Jun 13, 2009 at 9:58 PM, Sanjiv Jivan wrote: > Hi Abhiram,Please post your question on the SmartGWT forum : >

Re: Image icons for Widgets

2009-06-13 Thread abhiram wuntakal
Hi Ian, Thanks a lot. This is what I needed. Was struggling to find such a piece of code. This works perfect. Thanks again.. Regards, Abhiram On 6/13/09, Ian Bambury wrote: > > x.getElement().getStyle().setProperty("backgroundImage", "url(image.png)"); > > &g

Image not appearing for ImgButton in SmartGWT

2009-06-13 Thread abhiram
Hi all, Just wanted to know if there is any image type restrictions for the images that we use as Icons for Buttons in ImgButton in SmartGWT? I am trying a sample project but am not seeing the image on the button. regards, Abhiram --~--~-~--~~~---~--~~ You

Re: Image icons for Widgets

2009-06-13 Thread abhiram wuntakal
css > file. > > I was suggesting setting the image name directly in the GWT code. > > Ian > > http://examples.roughian.com > > > 2009/6/13 abhiram wuntakal > >> Hi Ian, >> >> Thanks for the suggestion. But i am not sure, how to set the Imagename &

Re: Image icons for Widgets

2009-06-13 Thread abhiram wuntakal
Hi Ian, Thanks for the suggestion. But i am not sure, how to set the Imagename (which is part of the CSS ) from my Java code. Can i pass parameters to the CSS file? regards, Abhiram On Sat, Jun 13, 2009 at 4:54 PM, Ian Bambury wrote: > Why don't you just name the image after th

Re: Image icons for Widgets

2009-06-13 Thread abhiram wuntakal
have. Please let me know if there is any such functionality available... regards, Abhiram On Sat, Jun 13, 2009 at 11:51 AM, Booth Martin wrote: > I do not understand why you cannot just .setStyleName(Style1) on each > widget to have that image? Why would they need to be different fo

Image icons for Widgets

2009-06-12 Thread abhiram
doing this. Regards, Abhiram --~--~-~--~~~---~--~~ 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 g

Dialog Box Move Listener kind of thing

2009-06-11 Thread abhiram
Hi, Is there any way by which I could know if my Dialog Box has moved? I mean at run time thru some listener or something? I am trying to find out the position of the Dialog Box when it has moved for which I need to know when it moved!!! regards, abhiram

Re: GWT Incubator - ScrollTable with TextBox

2009-06-10 Thread abhiram wuntakal
Thanks Isaac, I found an other way to get the logic working. it was necessary so that i could conviniently delete the row, save the row data and other such activities!!! thanks again... regards, Abhiram On 6/11/09, Isaac Truett wrote: > > > I think you want getWidget(), no

Session id and client side IP

2009-06-08 Thread abhiram
Hi, How do I get the IP address of the person who is logging in from the client side? And is the session id something that is generated from the client side or the server sends back to the client side after it is contacted for the first time by the client? Regards, Abhiram

Re: Too Dumb to Fix Logging on the Server

2009-06-08 Thread abhiram wuntakal
Have u tried adding the log4j jar file? that helps u generate log file using a command like private static Logger logger_ = Logger.getLogger(SampleFacade.class); logger_.info("ABC"); cheers, Abhiram On Tue, Jun 9, 2009 at 3:58 AM, Scott wrote: > > I am us

Re: Passing a argument to GWT application

2009-06-08 Thread abhiram wuntakal
screen which takes up the rowid as the parameter and gets u the data accordingly? that i guess, would be the most logical thing to do... regards, Abhiram On Tue, Jun 9, 2009 at 4:19 AM, OffTheWall wrote: > > I want to pass my GWT application a recordID at the time I call the > URL. The ap

GWT Incubator - ScrollTable with TextBox

2009-06-07 Thread abhiram
rray logic to get the data at the textBox because there are certain problems when i delete the row in the scrollTable. Regards, Abhiram --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" gr

Movable Widgets as seen in iGoogle

2009-06-05 Thread abhiram
This might sound like a really direct question.. But i just wanted to know, if there are any specific widgets that i can get to display the items the way i see in the iGoogle page. Regards, Abhiram --~--~-~--~~~---~--~~ You received this message because you are

Menu becomes slow after loading

2009-06-05 Thread abhiram
itself work this way or is there something that can be done for this? Regards, Abhiram --~--~-~--~~~---~--~~ 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-W

GWT Incubator - Java heap space problem

2009-06-05 Thread abhiram
quot;. Or is this because of some other problem?? regards, Abhiram --~--~-~--~~~---~--~~ 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@googlegroup

Re: Navigate to new page

2009-06-03 Thread abhiram wuntakal
come up. regards, abhiram On Wed, Jun 3, 2009 at 2:50 PM, ashik wrote: > > Hi I am using GWT in my application. I want to navigate to next page. > I have login page where user name and password are entered. After > successfully entering user and password a button is pressed. Aft

Re: Best approach for saving and displaying images

2009-05-23 Thread abhiram wuntakal
Hi all, Finally i got my code working using the database approach. Thanks a lot for all your suggestions... cheers, Abhiram On 5/23/09, Jim wrote: > > > Please see http://www.hsqldb.org/web/hsqlDocsFrame.html. > > Jim > Jim > http://www.gwtorm.com - GWT ORM >

Re: Best approach for saving and displaying images

2009-05-22 Thread abhiram wuntakal
i am sorry, i am not aware of it. can u please let me know the approach for it? or any link that gives info about it... thanks, abhiram On Sat, May 23, 2009 at 1:22 AM, Jim wrote: > > How about using embedded HSQLDB to handle images? > > Jim > > On May 22, 1:52 pm, abhir

Re: Best approach for saving and displaying images

2009-05-22 Thread abhiram wuntakal
But, wont the database transactions take a lot of time? My images are of higher resolution and they are pretty huge... regards, Abhiram On Fri, May 22, 2009 at 9:25 PM, Paul Robinson wrote: > > Apparently, Dreamsource ORM is the answer to everything. > > Jim wrote: > >

Re: Images for Push Buttons

2009-05-22 Thread abhiram wuntakal
button i have the image defined for it as well. Hope my doubt is much clear now. Please let me know if you can suggest any solution for this problem. Best Regards, Abhiram On Fri, May 22, 2009 at 7:07 PM, Donald.W.Long < donald.w.l...@thelongsfamily.com> wrote: > > If I understand y

Best approach for saving and displaying images

2009-05-22 Thread abhiram
technique... :-) Please suggest.. regards, Abhiram --~--~-~--~~~---~--~~ 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 un

Images for Push Buttons

2009-05-22 Thread abhiram
button from the code itself? regards, Abhiram --~--~-~--~~~---~--~~ 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 unsubs

Re: Please help

2009-05-21 Thread abhiram wuntakal
; } return true; } regards, Abhiram On Thu, May 21, 2009 at 4:29 PM, poonam wrote: > > Hello all, > I am badly in need of your help,I am not getting how to do it using > GWT? > Actually I want to write a validation method for checking whether the > input in the textbox is al

Imports in the Client Side

2009-05-20 Thread abhiram
Hi all, I am developing a password hashing approach for my project. I first convert my password string into a MD5 String and and send it across to the server side where i compare it with the MD5 string saved in the database. I used a code for doing the string conversion to MD5 at client side

Re: Password Encryption

2009-05-19 Thread abhiram wuntakal
Hi Magius, Thanks a lot for that info. My next question, how do i make my existing connection a HTTPS connection? regards, Abhiram On Tue, May 19, 2009 at 7:00 PM, Magius wrote: > > If you encrypt the password at the client side, everybody can review > the javascript algorithm and

Password Encryption

2009-05-18 Thread abhiram
Hi all, I wanted to know if there are any jars readily available for encryption. I need to encrypt the password and send it across to the server side. Thanks and Regards, Abhiram --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

Re: Reading XML on Client

2009-05-14 Thread abhiram wuntakal
. hope this helps. regards, Abhiram On Thu, May 14, 2009 at 3:50 PM, Pints wrote: > > Hi, > > Can any share the ideas that how can i read XML on client in GWT? > > thanks, > > > --~--~-~--~~~---~--~~ You received this message because you a

Re: Sending email from Server Side

2009-05-11 Thread abhiram wuntakal
sue a STARTTLS command first." Please suggest if u know a way out of this issue. Thanks, Abhiram On Mon, May 11, 2009 at 6:09 PM, Salvador Diaz wrote: > > I think you need to learn a bit more about how email works before > trying to do that. > For the record, gmail.com is an http

Sending email from Server Side

2009-05-11 Thread abhiram
Transport.send(message); } and i am invoking the function using this line of code. sendMessage("209.85.171.83", "abhir...@gmail.com", "abhiram", "abhir...@gmail.com", "Hi", "Message-Body"); Here, i found the ip address is

Re: Image Quality Affected during File Upload

2009-05-10 Thread abhiram wuntakal
that the data gets into the file directly from the original bytestream and it worked perfectly well. Thanks anyways, for your suggestions!! regards, Abhiram On Sun, May 10, 2009 at 10:06 AM, abhiram wrote: > > hi vitali, > > i am sure there is no problem with my viewer. I believe

Re: Image Quality Affected during File Upload

2009-05-09 Thread abhiram
they are the same, then there's a problem with your > viewer. > > > > On Sat, May 9, 2009 at 6:20 AM, abhiram wrote: > > > Hi all, > > >  I am trying an image upload application, where in I am > > transferring .jpg / .bmp images to a location on the ser

Image Quality Affected during File Upload

2009-05-09 Thread abhiram
Hi all, I am trying an image upload application, where in I am transferring .jpg / .bmp images to a location on the server. But when i do that I see that the quality of the image is lost. When i compare the two images i see that both are of same size. Not sure, why this thing is happening. Can

Unknown Entity for Vo

2009-01-09 Thread abhiram
w why this error keeps coming and what is the possible solution for this? Thanks Abhiram --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email t