DisclosurePanel

2019-05-21 Thread naaser ahmed
Hello, I am trying to make my website compatible with Accessibility and running into "Links must have discernible text" error. On inspecting, the error is being generated by Links being generated by Disclosure Panel. The link being created is this -- "". Can someone please let me know how I ca

Re: GWT install at University

2018-08-07 Thread Ahmed III
describing but I am being overly descriptive for clarity. Many thanks, Ahmed On Tue, 7 Aug 2018 at 2:49 pm, Velusamy Velu wrote: > Please explain what do you mean by "installing GWT". We use GWT to develop > internet applications. > > > On Monday, August 6, 2018 at 4:14:32

GWT install at University

2018-08-06 Thread Ahmed Is
Hi guys - anyone here have experience rolling out GWT for a cohort at university? I am specifically interested in installing GWT on University Windows servers so that it can be used by about 100 students simultaneously. Anyone have experience with that? Alternatively, are there any cloud host

JavaDoc typo

2017-12-09 Thread 'Ahmed Ashour' via GWT Users
Hi all, In the JavaDoc sentence of JsonObject.getObject [1] , there are two consecutive commas. Appreciate removing one of them. Thanks, Ahmed [1] https://gwt.googlesource.com/gwt/+/master/elemental/src/elemental/json/JsonObject.java -- You received this message because you are subscribed

Re: Problem with RegularImmutableList and SingletonImmutableSet Deserialization

2017-09-17 Thread ahmed ali
I solved it by moving the dependencies for gwt & guava-gwt to parent project of client, server and shared pojects On Sunday, September 17, 2017 at 2:39:44 PM UTC+2, ahmed ali wrote: > > I have a question regarding GWT RPC calls > > I'm using guava & guava-gwt versio

Problem with RegularImmutableList and SingletonImmutableSet Deserialization

2017-09-17 Thread ahmed ali
I have a question regarding GWT RPC calls I'm using guava & guava-gwt version 22 and I inherited this module When I call any service and the return type is Set then if the server returns SingletonImmutableSet this exception is thrown "com.google.gwt.user.client.rpc.SerializationException: co

Eclipse plugin problem: GWT 2.8.1 with Guava 21

2017-05-16 Thread ahmed ali
I’ve migrated my project from GWT 2.7.0 to 2.8.1 and Guava 21.0 and in the first it doesn't want to compile until I added the following dependencies to my pom.xml com.google.errorprone error_prone_annotations 2.0.19 provided com.google.j2objc j2objc-annotations 1.1 provided

Re: Errors with SimpleViz.gwt.xml

2014-09-01 Thread muhammad . ahmed
can you please tell us how did you solved it , because i am also facing same problem On Wednesday, July 15, 2009 1:40:31 PM UTC+5, akvarelli wrote: > > Hi, > > I already solved the problem myself, so no need to answer this subject > I posted a moment ago! > -- You received this message becau

Re: Error: com.google.gwt.user.client.rpc.StatusCodeException: 404 on Tomcat server

2013-05-20 Thread Ahmed El-Fayomy
I'm having the exact same problem, any luck?! On Friday, February 24, 2012 11:30:38 PM UTC+3, Maurice wrote: > > Hello All, > > I am having problems getting my RPC code working on a Tomcat server > hosted by serversanddomains.com. The steps I have followed are: > 1) Using GWT 2.4, and eclipse

Re: CellTable - Adding a Button to a Column

2013-01-22 Thread jabir ahmed
Why does it say "DocumentDetailsDTO cannot be resolved to a type" is DocumentDetailsDTO deprecated or removed in gwt2.5.0 SDK? -- 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

Re: javascript files GWT generates

2012-10-01 Thread Imran Ahmed
Thank you Joseph, you cleared by doubt. -- 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/msg/google-web-toolkit/-/e8Ysv4xUdDgJ. To post to this group, send email to go

javascript files GWT generates

2012-09-25 Thread Imran Ahmed
Hi All, I want to know how many files does GWT will generate for an application. If i design my application with alots small classes ,would it be good?. or Should i try to have design application such that java classes are minimum. I am not asking about exact figure, I am looking for best appr

Javascript Files generated by GWT

2012-09-25 Thread Imran Ahmed
Hi Friends Is number user defined java classes is directly proportional to javascript files generated by GWT ?. Should i define application with least number of classes to decrease javascript files or size being generated?. Please provide your valuable thoughts. -- You received this messag

GWT calling java from JS doesn't work with Iframe

2012-07-15 Thread Ahmed Saad
Hi All I have a problem that I can java from javascript normally in GWT application but when I run it in Iframe it doesn't work here is the work that works fine if I run from browser window but doesnt work in Iframe the html file > style="margin-left: 20px" /> the Java file > $wnd.doIT =@

Add navigation buttons to an AbstractCell

2012-04-11 Thread Ahmed Abida
I've created a thread in stackoverflow sitewhere I saied: I've created an AbstractCell to create the header that says "welcome to your mobile..." and I would like to add two buttons in this AbstractCell: the

Re: Creating different frontends in one application

2012-03-04 Thread Eng. Ahmed Youssef
Actually, It is simple. On the GWT side, you can duplicate the ".gwt.xml" file and change the name and stuff... both modules will be recognized and will be separate and can share all the code. Of course you will need to name them differently. And create a second html file that points to the sec

Built in GWT charts on Android

2012-02-22 Thread Ahmed Abida
Hi everyone, I used GWT to generate charts but I don't know charts are not visible from my simulator. In fact, I had tested used gChart framework without problems before that I migrated the app to built in GWT charts. Please inform me if there is a problem with mobile devices. -- You received

Need a sample application using channels

2011-12-02 Thread riyaz ahmed
Hi, Can anyone help me out on creating an end to end channel application Thanks in advance -- Riyaz -- 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

Is it possible to select menuItem onMouseOver?

2011-11-09 Thread Ahmed
Hello, I realize a web application that run commands displayed in menuItem. These commands may depend on each other, for example if a command C depends on B, B depends on A to execute C we must execute in order A- > B-> C. In short, I would like to improve the feedback on my application and selec

Capture ctr-z(undo) and ctr-y(redo) within GWT application

2011-10-27 Thread Ahmed
Hello, I have been writing a web application based on GWT 2.3 and along with it I have written my own undo and redo functions. When the user presses ctr-z or ctr-y the undoes or redoes the last changes. Is their a way to effectively detect the ctr-z and ctr-y keypress events that occur anywhere on

Locale does not change?

2011-09-13 Thread Ahmed
Hello, To make my GWT application internationalizable, I created a message interface as follow: @DefaultLocale("fr") @Generate(format = { "com.google.gwt.i18n.rebind.format.PropertiesFormat" }, fileName = "Messages", locales = { "fr", "en" }) public interface MessageResources extends Messag

Set html field from GWT code?

2011-09-07 Thread Ahmed
Hello, I have a GWT application that need to set html field from java code(GWT) i tried this but element is always null Element element = Document.get().getElementById("progressStatus"); if (element != null) { GWT.log("found element with id:" + "p

Split panel doubt

2011-09-07 Thread riyaz ahmed
Hi , I am using split panel for my UI, I have a scenario where i need to refresh the center panel with different widgets based on a few actions, for which i need to clear the center panel every time a new widget is assigned Can anyone please let me know how to do it -- Thanks in advance Riyaz -

How to create an event-based client-server communication?

2011-09-06 Thread Ahmed
I have a GWT application that needs to be notified when an event occurs on the server side. Currently to manage it, I used the Timer object to check session (updated on server-side) by making regular asynchrounous callback after a lap of time. this solution works well but it contains many disadvant

Disable panel with a translucent dark mask

2011-08-29 Thread Ahmed
I am programming the authentication system of the application I am working on. When the application loads for the first time, it asks the user for a username and a password. The login credentials are entered by the user using a form inside a gwt Window. This window is shown over the application int

Add widget to new window browser?!

2011-08-03 Thread Ahmed
Hello, I have a GWT application with links to services by clicking on a link,a blank window is opened which I have to insert a progressBar (widget I created myself) until generation of service return url so I redirect the new window to that url. So my question how to inject a new widget into new w

ProgressBar for GWT 2.3

2011-07-29 Thread Ahmed
TMLTable' [WARN] [testProgressBar] - Line 103: Referencing deprecated class 'com.google.gwt.widgetideas.table.client.overrides.Grid' is there any other progressbar widget that are compatible gwt 2.3? Thanks in advance for your help Ahmed -- You received this message because you are subscribed

Opening new browsers window blocked inside GWT application

2011-07-26 Thread Ahmed
Hello, In my gwt, when a clickEvent is fired, i create a webapp using rpc that i deploy on server and i return the url which i used to open a new window...I have to do some process before opening new window , I know it's because of that that browsers block the page but I do not know how to make it

[no subject]

2011-07-19 Thread Ahmed Sief
http://hoellmueller.biz/modules/Search/adm.htm -- 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+unsu

[no subject]

2011-07-18 Thread Ahmed Sief
http://haidar.xtreemhost.com/wp-content/themes/classic/adm.htm -- 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-

Authentication in get

2011-07-05 Thread Riyaz Ahmed
Hi, I want to introduce an authentication utility in my get application,currently it has only client side code , so far authentication should I include server side code, to startwith. Need some guidance on this , please provide your inputs Thanks Riyaz -- You received this message because y

Login auto-completion??

2011-07-01 Thread Ahmed
Hello, I want to create a page with auto-completion login , I found that great tutorial(http://borglin.net/gwt-project/?page_id=467), I tested the example and it works very well. But in my case the login page must also contain a button to signup. I thought to add the button from the LoginView using

How to socialize GWT application

2011-06-29 Thread Ahmed
Hello, My GWT application should allow sharing content to social network like twitter, linkedIn,facebook,.. Google search give me 3 framework based on javascript that facilitate content sharing:Gigya,sharethis,addthis i have tried the last two by appending jascript code to Document object..., but

File upload functionalit

2011-06-28 Thread riyaz ahmed
Hi, I want to develop a utility , which uploads images and display the uploaded image in the page, I want to know where and how i can store the image , so that it can be retrieved and displayed for future use -- Riyaz 9916220381 -- You received this message because you are subscribed to the G

Re: GWT, MVP, GIN, code splitting?

2011-06-17 Thread Ahmed
First of all thank you for your reply:) In fact I'm a beginner and I just discovered GWT and i dont understand many pattern like the activity pattern but in regard to mvp im using the GWT-Presenter Framework. brief the binding is done in this way bindPresenter ( Presenter.class,

GWT, MVP, GIN, code splitting?

2011-06-16 Thread Ahmed
How to minimize the amount of code downloaded initially by GWT app user's browser? Well, just wrap potentially big operations in a GWT.runAsync() call. However, since our application is using GWT best practices (dependency injection, MVP pattern), it’s not as straightforward as GWT doc describes. C

Re: Blocking client side execution until server executes the service completely

2011-06-09 Thread riyaz ahmed
Hi paul, I am facing a similar scenario, If we go ahead with asynchronous call, how will we handle this scenario, how do we know when the data has been retrieved Hi ankit, Please let me know if you find a solution towards this Thanks in advance Riyaz On Thu, Jun 9, 2011 at 1:03 PM, Paul Robin

using URLFetchService

2011-06-08 Thread riyaz ahmed
Hi, Has anyone used URLFetchService in google app engine, i dont find any examples related to this other than java doc, If you guys have any example it will be helpful Thanks in advance -- Riyaz 9916220381 -- You received this message because you are subscribed to the Google Groups "Google Web

Error while using import Java.net.url

2011-06-07 Thread riyaz ahmed
Hi, I am trying to fetch data from a url using java package java.net.URL, I have added this line to the gwt.xml When compiling the project it get this error Loading inherited module 'java.net.URL' [ERROR] Unable to find 'java/net/URL.gwt.xml' on your classpath; could be a typo, or maybe yo

Insert addthis button in GWT project

2011-06-07 Thread Ahmed
Hello, i want to add addthis button to my GWT project, i ve tried script of adthis.com in http://jsfiddle.net/ and it works but when i try to add html in HTML widget or HTMLPanel widget, there is nothing displayed here is the addthis-button code: http://s7.addthis.com/js/250/ addthis

Re: Querying webservice which is on another server hosted on appengine

2011-06-05 Thread riyaz ahmed
Hi Thomas, Earlier in this thread you had suggested me to use JsonpRequestBuilder for getting JSON output from webservice, I have an issue with this now, My usecase is this i parse the JSON object recieved and add it to a cell table, this works fine on my localsetup, but when i deploy it in to t

GWT Support ?

2011-05-19 Thread Ahmed Mohammed
Hi, Are there any Commercial support providers for GWT development? -Ahmed -- 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

Cell Table Vs Cell Sampler

2011-05-06 Thread riyaz ahmed
Hi Can anyone explain or tell me the source of the difference between cell table and cell sampler Thanks in advance -- Riyaz 9916220381 -- 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

Cell Sampler

2011-05-05 Thread riyaz ahmed
Hi the cell sampler example in http://gwt.google.com/samples/Showcase/Showcase.html#!CwCellSampler is hard to follow and implement for a beginner .. is there a simpler one to look at and follow -- Riyaz 9916220381 -- You received this message because you are subscribed to the Google Groups "

Re: With GWT, when exactly do you need DTOs for your entities ?

2011-05-01 Thread Ahmed Mohammed
You will be needing DTOs if in entities there are any one to many relationships.Or if you have any lazy load defined for any fields.Since GWT can't serialize those objects, it will throw unable serialize exception when you try to pass the entities from server to client. -Ahmed On May 1, 3:

Re: KeyPressEvent doesn't capture Enter

2011-04-27 Thread riyaz ahmed
I had the same issue, Did you check on other browsers, because in some browsers it worked On Wed, Apr 27, 2011 at 3:52 PM, julio wrote: > Hi, > > I'm using GWT 2.2 and I have: > > @UiField InputElement searchText; > > TextBox.wrap(searchText).addKeyPressHandler(new KeyPressHandler() { >

Parsing Javascriptobject

2011-04-25 Thread riyaz ahmed
Hi, While querying a webservice, i have recieved a gwt.javascriptobject in reponse i need to convert it into string and parse it to retrieve the data, Any idea how to do this. Thanks for reading the mail -- Riyaz 9916220381 -- You received this message because you are subscribed to the Goog

Re: Querying webservice which is on another server hosted on appengine

2011-04-25 Thread riyaz ahmed
Thank you seth for the inputs On Sat, Apr 23, 2011 at 10:50 AM, Seth Hollyman wrote: > It sounds like you're running into the Same Origin Policy (SOP) issue, a > browser security mechanism that restricts how cross-site requests get > handled. > > This GWT doc talks more in depth about the issue,

Re: Class not found exception

2011-04-25 Thread riyaz ahmed
I am writing gwt gae app On Mon, Apr 25, 2011 at 7:30 PM, Ed wrote: > are you writing a gwt-gae app or deploying in tomcat, jetty or some > other app server. > > ed > > On Mon, Apr 25, 2011 at 9:02 AM, riyaz ahmed > wrote: > > Hi Ed > > thank you so much it

Re: Class not found exception

2011-04-25 Thread riyaz ahmed
, Apr 25, 2011 at 7:50 AM, riyaz ahmed > wrote: > > so any idea what should be done to have it in the war? > > > > On Mon, Apr 25, 2011 at 5:00 PM, Ed wrote: > >> > >> They might need to be in your WAR . > >> > >> On Mon, Apr 25, 2011 at 5:53 A

Re: Class not found exception

2011-04-25 Thread riyaz ahmed
so any idea what should be done to have it in the war? On Mon, Apr 25, 2011 at 5:00 PM, Ed wrote: > They might need to be in your WAR . > > On Mon, Apr 25, 2011 at 5:53 AM, riyaz ahmed > wrote: > > Hi, > > This looks like a simple exception but i am not able to s

Class not found exception

2011-04-25 Thread riyaz ahmed
Hi, This looks like a simple exception but i am not able to solve it.. I am using eclipse for development, my GWT server side code uses apache' HTTP request, for which jar files i have added to the eclipse class path and also to eclipse Build and export, But when is run the web app and access th

Re: Which widget to use

2011-04-22 Thread riyaz ahmed
Thank you sunit and Ben On Sat, Apr 23, 2011 at 12:58 AM, Ben Imp wrote: > These examples will probably be helpful. As the other person mentioned in > this thread, the Cell Widgets will probably be what you are looking for. > > http://code.google.com/webtoolkit/examples/ > > -Ben > > -- > Yo

Re: Custom Server Validation in GWT 2.2

2011-04-19 Thread Ahmed Mohammed
Is the GWT validation api released or not. I checked out the validation sample project from trunk and it complains about below missing files. com.google.gwt.validation.client.AbstractValidationMessageResolver; com.google.gwt.validation.client.UserValidationMessagesResolver; On Apr 19, 3:09 am, An

Re: CellTable Dynatable SimplePager last Button

2011-04-13 Thread Ahmed Mohammed
Showcase example CwCellTable, if you want to take a look at it. gwt-2.2.0\samples\Showcase\src\com\google\gwt\sample\showcase\client \content\cell\CwCellTable.java Hope this helps. -Ahmed On Apr 12, 12:47 pm, "Metronome & Basic" wrote: > It was already constructed that way ! > but

Re: Gwt 2.1 CellTable row

2011-04-07 Thread Ahmed Mohammed
Awesome..worked like a charm...Hope in future version on GWT they add this pager. On Apr 7, 12:04 pm, bond wrote: > Thanks very much, it is very usefull! > > Daniele > > On 6 Apr, 16:28, manstis wrote: > > > > > > > > > This is by design, SimplePager ensures you always view a whole page. > > > T

Re: How do you create a CellTable Column with a Composite Cell with two ClickableTextCells?

2011-04-07 Thread Ahmed Mohammed
Hi, I am also trying to add a composite cell to table. Where you able to solve the problem? Thanks, Ahmed On Mar 22, 3:03 pm, Blackberet wrote: > I think I have this much correct; > >         List> aHasCells = new > ArrayList>(); >         aHasCells.add( >    

Re: Creating a reusable DialogBox with UiBinder?

2011-03-24 Thread Ahmed Mohammed
Your class using custom widget should be able to make calls related to styling as you do for any other widget. And add styling to it as you would do for widgets. Do you mean you want to have only one uniform style accross the application? If yes then you can add styling inside the uibinder or in f

JFreeChart & GWT

2011-03-24 Thread Dbibi Ahmed
Ma question très simple, comment intégrer JFreeChart dans un projet GWT à fin de créer un diagramme de Gantt? -- 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 unsu

Re: Error in MapWidget

2011-03-22 Thread Ahmed Shoeib
e > FormPanel and the ScrollPanel.  That doesn't seem right to me. > > On Tue, Mar 22, 2011 at 10:18 AM, Ahmed Shoeib > > > > wrote: > > i tried this but the problem not solved > > > pleas help me to solve this issue ??? > > > On Mar 15, 4:30 pm,

Re: Error in MapWidget

2011-03-22 Thread Ahmed Shoeib
i tried this but the problem not solved pleas help me to solve this issue ??? On Mar 15, 4:30 pm, Eric Ayers wrote: > Did you try the options in this FAQ? > > http://code.google.com/p/gwt-google-apis/wiki/MapsFAQ#Why_is_my_map_s... > > On Mon, Mar 14, 2011 at 5:25 A

Re: Sorting CellTable

2011-03-21 Thread Ahmed Shoeib
thank junaid and Albert i found the problem in my code and solved . thanks for help. On Mar 21, 3:19 pm, junaid wrote: > here is the code for > paginationhttp://learneverywhere.wordpress.com/java/gwt/pagination-in-gwt-cell-... > try it , it worked for me > On Mon, Mar 21, 2011 at 9:

Re: Sorting CellTable

2011-03-21 Thread Ahmed Shoeib
It works fine and you have the hole code. > > Hope that helps, > al > > On 21 March 2011 09:14, Ahmed Shoeib wrote: > > > hi all, > > i tried to execute this code ( > > >http://code.google.com/webtoolkit/doc/latest/DevGuideUiCellTable.html... > > ) >

Sorting CellTable

2011-03-21 Thread Ahmed Shoeib
hi all, i tried to execute this code ( http://code.google.com/webtoolkit/doc/latest/DevGuideUiCellTable.html#columnSorting ) to enable sorting to cellTable but i face error in it. can any one help me with a simple example to show me how to sort cellTable ( may contain anchor ) ?? please help . -

FlexTable inquiry

2011-03-15 Thread Ahmed Shoeib
i want to sort FlexTable if the user click on any cell in the header note: the table may contain anchor. cause i found some class but not support anchor. and i failed to support it in this code . please help me -- You received this message because you are subscribed to the Google Groups

Error in MapWidget

2011-03-14 Thread Ahmed Shoeib
HybridMap()); //map.setSize("100%", "100%"); map.setWidth("500px"); map.setHeight("500px"); main.add(map); } how can i solve this issue . the map should fill the gray boundary ??? thanks for he

I have performance issue at the client side on IE Browser

2011-03-07 Thread Ahmed Kamel
Hi, After using my website for along time. IE Browser will get crash in memory as the grids and tables created didn't remove from memory. What I need to Know can I improve this by removefromparent, clear or set equal null the widgets that i didn't need them will improve the performance. What I was

Re: Error Using GeoCode with GW2.2

2011-02-16 Thread Ahmed Shoeib
ect maintainers. In the mean time, you > can either build compatible versions yourself or hold off on upgrading > to GWT 2.2. > > -Brian > > On Wed, Feb 16, 2011 at 6:11 AM, Ahmed Shoeib > > > > > > > > wrote: > > hi all, > > > when adding

Error Using GeoCode with GW2.2

2011-02-16 Thread Ahmed Shoeib
hi all, when adding GeoCode lib ( http://code.google.com/p/gwt-google-apis/wiki/Downloads?tm=2 ) To GWT Application ( using GWT2.2) i face this problem . and this lib work and the application compile with GWT2.1.1 how can i solve it ?? the error happen if i need to compile the application wit

htmlPanel

2011-01-05 Thread Ahmed Shoeib
hi all, now i made my code form using html and Added it to HtmlPanel() now i need to get this html response and handle it on my client. can i make this step or not ? and if not what is the best way to do this ?? thanks. -- You received this message because you are subscribed to the Google Grou

GWT TimeSpinner

2011-01-02 Thread Ahmed Shoeib
i tried to use incubator to use TimeSpinner: http://code.google.com/p/google-web-toolkit-incubator/wiki/Spinner but i found that TimePicker Deprecated How Can i solve this problem ?? -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To pos

Re: TimeSpinner in GWT.

2010-12-30 Thread Ahmed Shoeib
i tried to use it by i found that TimePicker deprecated how to solve this problem ? On Dec 30, 12:13 pm, Nirmal Patel wrote: > Check this one in the > incubator:http://code.google.com/p/google-web-toolkit-incubator/wiki/Spinner -- You received this message because you are subscribed to the Goo

TimeSpinner in GWT.

2010-12-30 Thread Ahmed Shoeib
hi all, i need an example to explain how to make TimeSpinner in GWT. 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-tool...@googlegroups.com. To unsubscribe from this group, send e

Re: Java Mail API Error

2010-12-27 Thread Ahmed Shoeib
, 2010, at 7:37 AM, Ahmed Shoeib > wrote: > > > Compiling module com.fuoeg.testMail.TestMailAPI > >   Validating newly compiled units > >      [ERROR] Errors in 'file:/home/sho3ebovich/workspace/testMailAPI/ > > src/com/fuoeg/testMail/client/RootScreen.java'

Java Mail API Error

2010-12-27 Thread Ahmed Shoeib
Compiling module com.fuoeg.testMail.TestMailAPI Validating newly compiled units [ERROR] Errors in 'file:/home/sho3ebovich/workspace/testMailAPI/ src/com/fuoeg/testMail/client/RootScreen.java' [ERROR] Line 53: No source code is available for type java.util.Properties; did you forge

Re: Serve image from blob store

2010-12-20 Thread Ahmed Shoeib
ok thanks On Dec 20, 4:25 pm, Matthew Hill wrote: > Try the Google App Engine group: > > https://groups.google.com/forum/#!forum/google-appengine > > or the GAE Java group. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this

Re: com.google.appengine can't be resolved

2010-12-20 Thread Ahmed Shoeib
le like Gileadhttp://sourceforge.net/projects/gilead/ > > On Mon, Dec 20, 2010 at 12:29 AM, Ahmed Shoeib < > > ahmedelsayed.sho...@gmail.com> wrote: > > now i want to use this bean class outside server package > > but i face problem during compilation with ( com.goo

Serve image from blob store

2010-12-20 Thread Ahmed Shoeib
hi all, i want to get image from blobstore using this code // Serve image from blob store BlobKey blobKey = new BlobKey(req.getParameter("apikey")); blobstoreService.serve(blobKey, resp); and facing this problem HTTP ERROR 500 Problem accessing /api/news/serve. Reason: WRITER Caused by:

com.google.appengine can't be resolved

2010-12-20 Thread Ahmed Shoeib
now i want to use this bean class outside server package but i face problem during compilation with ( com.google.appengine ) that can't be resolved. @PersistenceCapable(identityType = IdentityType.APPLICATION, detachable = "true") public class HTNews { @PrimaryKey @Persistent(valu

Re: How to keep row selected after pagination grid refresh?

2010-11-23 Thread Ahmed Shoeib
; Thanks, > John LaBanca > jlaba...@google.com > > On Sun, Nov 21, 2010 at 3:19 PM, Ahmed Shoeib > > wrote: > > i don't use gwt-ext > > i use gwt > > how can refresh selected Row ?? > > > On Nov 21, 1:35 am, Blagoja Chavkoski wrote: > > &g

Re: How to keep row selected after pagination grid refresh?

2010-11-21 Thread Ahmed Shoeib
u can notify here also... > > B > > On Sun, Nov 21, 2010 at 12:07 AM, John LaBanca wrote: > > It sounds like you are using gwt-ext.  Have you tried posting your question > > on their forum? > > > Thanks, > > John LaBanca > > jlaba...@google.com >

Re: How to keep row selected after pagination grid refresh?

2010-11-20 Thread Ahmed Shoeib
i also need to know how to refresh a row with specific Object On Nov 19, 10:35 am, Tomeo wrote: > Hi folks, > > I have a below a simple scenario: > > 1. I have a grid populated with data > 2. I select any 1 row from grid - data with a specific "Object > Id" [internal id] > 3. I press a refresh bu

Re: UTF-8 Encoding Problem

2010-08-03 Thread Ahmed Shoeib
will probably do the right thing once you've changed the project properties. i don't know if it work or not ? On Aug 3, 9:52 am, Kiarash wrote: > Hi Amed, > > I am facing the same problem with UTF-8. Did you find a solution? > > On Jul 20, 9:37 am, Ahmed Shoeib &g

SplitLayoutPanel.animate()

2010-08-03 Thread Ahmed Ashour
Hi all, I am trying to have an animated effect that simulates 'maximization' with SplitLayoutPanel, in which clicking on the 'north' widget will maximizes it at the expense of 'center' and 'south' .animate() works only for the first time of showing the widgets, but is ignored afterwords. Even ov

Re: support F5 to load current page

2010-07-23 Thread Ahmed Shoeib
so you mean that i can't validate that when the user refresh the current history token not return to the first page ? On Jul 22, 10:27 pm, Thomas Broyer wrote: > On 22 juil, 20:05, Ahmed Shoeib wrote: > > > what do you mean by showing another "page" than

Re: support F5 to load current page

2010-07-22 Thread Ahmed Shoeib
what do you mean by showing another "page" than the expected one how to know this this is the problem how to know that the user press refresh button or F5 ? On Jul 22, 1:49 am, Thomas Broyer wrote: > On Jul 21, 7:27 pm, Ahmed Shoeib > wrote: > > > i use Histor

Re: support F5 to load current page

2010-07-21 Thread Ahmed Shoeib
i use History.fireCurrentHistoryState() on the first page module load what can i do ??? On Jul 21, 4:08 pm, Thomas Broyer wrote: > On 20 juil, 11:30, Ahmed Shoeib wrote: > > > Welcome all , > > > i face a problem with pressing F5 button to load current page > > >

Re: need best GWT book for a begginner to start career

2010-07-20 Thread Ahmed Yehia
You can check the links at the GWT website, there you will find good startup tutorials and available books: http://code.google.com/webtoolkit/doc/latest/tutorial/index.html http://code.google.com/webtoolkit/books.html hth On Jul 19, 3:43 pm, Santosh kumar wrote: > hi, > > this is santosh, > i

Re: support F5 to load current page

2010-07-20 Thread Ahmed Shoeib
addWindowCloseHandler will be > shown and fix any class name if i mistook. > thanks > On Tue, Jul 20, 2010 at 6:30 PM, Ahmed Shoeib > > wrote: > > Welcome all , > > > i face a problem with pressing F5 button to load current page > > > i use history manager t

Re: UTF-8 Encoding Problem

2010-07-20 Thread Ahmed Shoeib
orts UTF8 encoding, then you need to make sure that > what ever value you are returning from the server/db is encoded properly. > > best regards, > Rudolf Michael > > On Tue, Jul 20, 2010 at 11:39 AM, Ahmed Shoeib < > > ahmedelsayed.sho...@gmail.com> wrote: >

support F5 to load current page

2010-07-20 Thread Ahmed Shoeib
Welcome all , i face a problem with pressing F5 button to load current page i use history manager to make next & back in my project now after pressing the f5 button it return to the first page in my projects how to fix this problem -- You received this message because you are subscribed

Re: UTF-8 Encoding Problem

2010-07-20 Thread Ahmed Shoeib
what do you mean can you explain it ?? On Jul 20, 11:09 am, olivier nouguier wrote: > AFAIK gwt expect UTF-8 encoding. > > On Tue, Jul 20, 2010 at 9:37 AM, Ahmed Shoeib > > > > wrote: > > Welcome all  , > > > now i face a problem with UTF-8 Encoding Pr

UTF-8 Encoding Problem

2010-07-20 Thread Ahmed Shoeib
Welcome all , now i face a problem with UTF-8 Encoding Problem how to support it in GWT project -- 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 unsubscrib

Re: GWT Navigation Problem

2010-07-18 Thread Ahmed Shoeib
Thanks On Jul 15, 8:06 pm, lineman78 wrote: > Look at the history api > > On Jul 14, 4:16 pm, Ahmed Shoeib > wrote: > > > Hi all , > > i face a problem With Navigation . > > > now i have multiple panel added to the RootPanel ( clear the panel and > >

GWT Navigation Problem

2010-07-14 Thread Ahmed Shoeib
Hi all , i face a problem With Navigation . now i have multiple panel added to the RootPanel ( clear the panel and add the next panel ) now i want to support next & back for these panels how i can do it ??? -- You received this message because you are subscribed to the Google Groups "Google W

Re: GWT overlay

2010-07-14 Thread Ahmed Shoeib
what you're showing there is a valid json array. It > > should be, you are also expecting it, but the array should have [ ] > > brackets surrounding it... > > > So, the jsonformat.html file in which you're showing the data, you > > should have [ { "type&q

GWT overlay

2010-07-11 Thread Ahmed Shoeib
e.html how To Solve This problem ??? Thanks, ahmed shoeib -- 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: gson module problem

2010-07-07 Thread Ahmed Shoeib
(SelectChannelEndPoint.java: 409) at org.mortbay.thread.QueuedThreadPool $PoolThread.run(QueuedThreadPool.java:582) On Jul 7, 8:29 pm, Marcus Vinícius Bastos de Andrade wrote: > Use JSON in GWT ? It looks like PHP programming! > > On Wed, Jul 7, 2010 at 1:41 PM, Ahmed Shoeib > wrote: > > >

Re: gson module problem

2010-07-07 Thread Ahmed Shoeib
ode.google.com/p/google-web-toolkit/wiki/OverlayTypes > > On Jul 7, 10:41 am, Ahmed Shoeib > wrote: > > > i need to convert JSON to/From Java Object > > > how to do it ? > > i don't know how to use this way > > > On Jul 6, 10:35 pm, eggsy84

Re: JSON Problem

2010-07-07 Thread Ahmed Shoeib
ost method On Jul 7, 11:08 pm, Thomas Broyer wrote: > On 7 juil, 20:47, Ahmed Shoeib wrote: > > > > > hi , > > converting the java object to JSON Done using > > > SONObject json_obj = new JSONObject(); > > json_obj.put("Member_Email",new JSONString(sym

  1   2   >