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 zun...@google.com 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 AM, Ahmed Shoeib

Re: Error in MapWidget

2011-03-22 Thread Ahmed Shoeib
and the ScrollPanel.  That doesn't seem right to me. On Tue, Mar 22, 2011 at 10:18 AM, Ahmed Shoeib ahmedelsayed.sho...@gmail.com wrote: i tried this but the problem not solved pleas help me to solve this issue ??? On Mar 15, 4:30 pm, Eric Ayers zun...@google.com wrote: Did you try

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 .

Re: Sorting CellTable

2011-03-21 Thread Ahmed Shoeib
Lacambra alacam...@gmail.com wrote: Hi, Try using this example. It works fine and you have the hole code. Hope that helps, al On 21 March 2011 09:14, Ahmed Shoeib ahmedelsayed.sho...@gmail.com wrote: hi all, i tried to execute this code ( http://code.google.com/webtoolkit/doc/latest

Re: Sorting CellTable

2011-03-21 Thread Ahmed Shoeib
:04 AM, Ahmed Shoeib ahmedelsayed.sho...@gmail.com wrote: i have a problem @this line Collections.sort(CONTACTS, new ComparatorTester.Contact() { the error The method sort(ListT, Comparator? super T) in the type Collections is not applicable for the arguments

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
%); map.setWidth(500px); map.setHeight(500px); main.add(map); } how can i solve this issue . the map should fill the gray boundary ??? thanks for help . regards, ahmed shoeib GWT developer -- You received this message because you are subscribed

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

Re: Error Using GeoCode with GW2.2

2011-02-16 Thread Ahmed Shoeib
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 ahmedelsayed.sho...@gmail.com wrote: hi all, when adding GeoCode lib (http://code.google.com/p/gwt-google-apis/wiki/Downloads?tm=2

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

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 post

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

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 nirmaljpa...@gmail.com 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

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

Re: Java Mail API Error

2010-12-27 Thread Ahmed Shoeib
. On Dec 27, 2010, at 7:37 AM, Ahmed Shoeib ahmedelsayed.sho...@gmail.com 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

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

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:

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

2010-12-20 Thread Ahmed Shoeib
/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.google.appengine ) that can't be resolved. @PersistenceCapable(identityType

Re: Serve image from blob store

2010-12-20 Thread Ahmed Shoeib
ok thanks On Dec 20, 4:25 pm, Matthew Hill matt2...@gmail.com 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

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

2010-11-23 Thread Ahmed Shoeib
LaBanca jlaba...@google.com On Sun, Nov 21, 2010 at 3:19 PM, Ahmed Shoeib ahmedelsayed.sho...@gmail.com wrote: i don't use gwt-ext i use gwt how can refresh selected Row ?? On Nov 21, 1:35 am, Blagoja Chavkoski baze...@gmail.com wrote: This question is for ext gwt forum, but i had

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

2010-11-21 Thread Ahmed Shoeib
, 2010 at 12:07 AM, John LaBanca jlaba...@google.com wrote: It sounds like you are using gwt-ext.  Have you tried posting your question on their forum? Thanks, John LaBanca jlaba...@google.com On Sat, Nov 20, 2010 at 11:48 AM, Ahmed Shoeib ahmedelsayed.sho...@gmail.com wrote: i

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 tke...@gmail.com 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

Re: UTF-8 Encoding Problem

2010-08-03 Thread Ahmed Shoeib
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 email@gmail.com 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 ahmedelsayed.sho...@gmail.com wrote

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 t.bro...@gmail.com wrote: On 22 juil, 20:05, Ahmed Shoeib ahmedelsayed.sho...@gmail.com wrote: what do you mean by showing

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 t.bro...@gmail.com wrote: On Jul 21, 7:27 pm, Ahmed Shoeib ahmedelsayed.sho...@gmail.com wrote

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 t.bro...@gmail.com wrote: On 20 juil, 11:30, Ahmed Shoeib ahmedelsayed.sho...@gmail.com wrote: Welcome all , i face a problem with pressing F5 button to load current

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 unsubscribe

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 olivier.nougu...@gmail.com wrote: AFAIK gwt expect UTF-8 encoding. On Tue, Jul 20, 2010 at 9:37 AM, Ahmed Shoeib ahmedelsayed.sho...@gmail.com wrote: Welcome all  , now i face a problem with UTF-8 Encoding

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
supports 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: what do you mean can you explain

Re: support F5 to load current page

2010-07-20 Thread Ahmed Shoeib
and fix any class name if i mistook. thanks On Tue, Jul 20, 2010 at 6:30 PM, Ahmed Shoeib ahmedelsayed.sho...@gmail.com wrote: 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

Re: GWT Navigation Problem

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

Re: GWT overlay

2010-07-14 Thread Ahmed Shoeib
:22 pm, Ahmed Shoeib ahmedelsayed.sho...@gmail.com wrote: hi all , after i get the json fomat from the server i tried to use GWT Overlay to get the values from The json but after eval that return an array of object each index hold the json format after trying to get the values

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

GWT overlay

2010-07-11 Thread Ahmed Shoeib
/Message.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 this group, send email

Re: gson module problem

2010-07-07 Thread Ahmed Shoeib
/). - Harald On 6 Jul., 12:30, Ahmed Shoeib ahmedelsayed.sho...@gmail.com wrote: Welcome , i add gson lib version 1.4 and i face a problem when trying to inherit it in the gwt.xml file how i can fix this problem ??? thanks , ahmed shoeib -- You received this message because you

Re: JSON Problem

2010-07-07 Thread Ahmed Shoeib
. Looks like it is for pure java development, not GWT development. Take a look at:http://code.google.com/p/piriti/ http://code.google.com/p/piriti/This project is a GWT library that provide JSON and XML facilities. On Tue, Jul 6, 2010 at 5:22 AM, Ahmed Shoeib ahmedelsayed.sho

Re: JSON Problem

2010-07-07 Thread Ahmed Shoeib
Broyer t.bro...@gmail.com wrote: On 7 juil, 20:47, Ahmed Shoeib ahmedelsayed.sho...@gmail.com wrote: hi , converting the java object to JSON Done using SONObject json_obj = new JSONObject(); json_obj.put(Member_Email,new JSONString(symbol)); json_obj.put(Member_type, new JSONString

Re: gson module problem

2010-07-07 Thread Ahmed Shoeib
On Jul 7, 10:41 am, Ahmed Shoeib ahmedelsayed.sho...@gmail.com 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 jimbob...@hotmail.com wrote: Hi all, With the latest versions of GWT you don't have to use any

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 mynameisf...@gmail.com wrote: Use JSON in GWT ? It looks like PHP programming! On Wed, Jul 7, 2010 at 1:41 PM, Ahmed Shoeib ahmedelsayed.sho

gson module problem

2010-07-06 Thread Ahmed Shoeib
Welcome , i add gson lib version 1.4 and i face a problem when trying to inherit it in the gwt.xml file how i can fix 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

JSON Problem

2010-07-05 Thread Ahmed Shoeib
Dear Friends , i face a problem when trying to send and receive json object between client and server in GWT application so i want a simple example that show me how to do this Thanks, ahmed shoeib -- You received this message because you are subscribed to the Google Groups Google Web Toolkit

Re: JSON Problem

2010-07-05 Thread Ahmed Shoeib
I am currently writing a project that encapsulates that library and make it more easier to use than this JsonHelper class. When i release it in google-code I let you know. Hope it helps. On 5 jul, 09:01, Ahmed Shoeib ahmedelsayed.sho...@gmail.com wrote: Dear Friends , i face

Re: JSON Problem

2010-07-05 Thread Ahmed Shoeib
://code.google.com/intl/webtoolkit/webtoolkit/articles/using_gwt_... On 5 jul, 12:50, Ahmed Shoeib ahmedelsayed.sho...@gmail.com wrote: i want a simple example to describe it cause i need it as soon as possible On Jul 5, 6:18 pm, André Moraes andr...@gmail.com wrote:                         re

Re: JSON Problem

2010-07-05 Thread Ahmed Shoeib
request, Throwable exception) {                                         // error on the resquest                                 }                         }); On 5 jul, 15:01, Ahmed Shoeib ahmedelsayed.sho...@gmail.com wrote: you told me how to send request from client to server now i

Drag and Drop Problem in GWT

2010-07-03 Thread Ahmed Shoeib
Welcome my Friends i face a problem with drag and drop in GWT i want a simple example to help me to make it 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

Re: Drag and Drop Problem in GWT

2010-07-03 Thread Ahmed Shoeib
can you tell me how i can do it using JQuery On Jul 3, 10:34 am, Prashant nextprash...@gmail.com wrote: i tried GWTDND and found it very hard to use. currently i am using jQuery drag-drop plugin with GWT . On 3 July 2010 12:54, Ahmed Shoeib ahmedelsayed.sho...@gmail.com wrote: Welcome my

Re: Drag and Drop Problem in GWT

2010-07-03 Thread Ahmed Shoeib
with FastTreem please help. Thanks, Subhro. On Sat, Jul 3, 2010 at 1:04 PM, Prashant nextprash...@gmail.com wrote: i tried GWTDND and found it very hard to use. currently i am using jQuery drag-drop plugin with GWT . On 3 July 2010 12:54, Ahmed Shoeib ahmedelsayed.sho...@gmail.com wrote

Re: Drag and Drop Problem in GWT

2010-07-03 Thread Ahmed Shoeib
how i can do it On Jul 3, 11:35 am, Prashant nextprash...@gmail.com wrote: http://claymus-demo.appspot.com/_ah/block On 3 July 2010 13:40, Ahmed Shoeib ahmedelsayed.sho...@gmail.com wrote: i don't need it for tree i want it for dragging panels how i can do it On Jul 3, 11:00 am

Re: Drag and Drop Problem in GWT

2010-07-03 Thread Ahmed Shoeib
/cms.block.manage.js in war dir and cms.module.block.gwt.ManageBlocks.java in src On 3 July 2010 14:13, Ahmed Shoeib ahmedelsayed.sho...@gmail.com wrote: how i can do it On Jul 3, 11:35 am, Prashant nextprash...@gmail.com wrote: http://claymus-demo.appspot.com/_ah/block On 3 July 2010 13

Re: Drag and Drop Problem in GWT

2010-07-03 Thread Ahmed Shoeib
would be to implement your very own drag-drop, using MouseDown, MOuseUp and MouseMove events. In the book GWT Solutions by David Gearyhttp://www.coolandusefulgwt.com/IN the Examples link, u can find the Drag-Drop support. HTH. Thanks, Subhro. On Sat, Jul 3, 2010 at 1:40 PM, Ahmed Shoeib

Re: Serialization Problem

2010-06-27 Thread Ahmed Shoeib
regards, ahmed shoeib On Jun 25, 8:15 pm, Sebastian Rothbucher sebastianrothbuc...@googlemail.com wrote: Hi Ahmed, does your Member class contain associations to other classes? If yes, I guess to have to repackage the lists as well... (i.e. create a new Hashtable and so on). Another question could

Re: multiple pages

2010-06-27 Thread Ahmed Shoeib
? Please explain what you are going to achieve Stefan Bacherthttp://gwtworld.de On Jun 20, 1:56 pm, Ahmed Shoeib ahmedelsayed.sho...@gmail.com wrote: can i make multiple pages in GWT it is one have its own onModuleLoad() can i do it ?? -- You received this message because you

multiple pages

2010-06-20 Thread Ahmed Shoeib
can i make multiple pages in GWT it is one have its own onModuleLoad() can i do it ?? -- 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

Serialization Problem

2010-06-15 Thread Ahmed Shoeib
Exception while dispatching incoming RPC call com.google.gwt.user.client.rpc.SerializationException: Type 'org.datanucleus.store.appengine.query.StreamingQueryResult' was not included in the set of types which can be serialized by this SerializationPolicy or its Class object could not be loaded.