MMS

2010-09-28 Thread muhannad nasser
hi all; Does anyone know any opensource API to send SMS and MMS. i have a server to send them from my local provider i just need to connect and send the messages -- ~~~With Regards~~~ Muhannad Dar-Nasser ~~Computer Systems Engineering~~ -- You received this message because you are

a problem in rendering simplePanel

2010-05-04 Thread muhannad nasser
Dear all; i am trying to build a mask by adding a simplePanel with absolute position inside a another Div with a relative Position the mask takes 100% width and height to cover all the masked Div... in FireFox it works fine. but when i test it in IE... the mask will not appear.

Re: AsyncCalls

2010-04-17 Thread muhannad nasser
@Sripathi * * *i know about the suggestion box... but the problem in my case the popup in the search is* *a grid not only a one column of data. so i needed to build it manually...* * * *thanks all for your replies :D * On Fri, Apr 16, 2010 at 1:04 PM, Sripathi Krishnan

ValueChanged in TextBox

2010-04-17 Thread muhannad nasser
hi all; i am facing a problem with the text box i need to catch an event when the value of the text has changed... but if i use the ValueChangedHandler it will not fire until there is a lose focus on the text field and if i use the onKeyPress event... and i get the text from the textBox i

Re: ValueChanged in TextBox

2010-04-17 Thread muhannad nasser
thnks... it works fine.. i mean the KeyUp Event... :) On Sat, Apr 17, 2010 at 1:03 PM, Thomas Broyer t.bro...@gmail.com wrote: On Apr 17, 10:50 am, muhannad nasser muhannadna...@gmail.com wrote: hi all; i am facing a problem with the text box i need to catch an event when

AsyncCalls

2010-04-15 Thread muhannad nasser
hi i am building a search text Field and i do an AsyncCallBack on valueHasChanged event in the text field... so if i wrote 3 characters, i will send three calls to the server but the valid one is the last one so is there a way to cancel the first two calls and only get the last one.

Re: AsyncCalls

2010-04-15 Thread muhannad nasser
; interface MyServiceAsync { public Request myMethod(String s, AsyncCallbackString callback); } So, after you make your Async call, hold on to the Request object. When you wish to cancel the calls, invoke the request.cancel() method. --Sri On 15 April 2010 12:54, muhannad nasser muhannadna

Clone objects

2010-02-28 Thread muhannad nasser
Dear all; i have a case where i built a control i create an object from that control and assign to it data and events and in runTime i need to clone it with the same data and events to be used as another instance of that control.. is there a way... Please Help -- ~~~With

Re: Need help with Table!!!!

2010-02-12 Thread muhannad nasser
i have build what u r looking for... a grid with header, scrolling, grid Title and pagination use VerticalPanel, add inside it Horizontal Panel for the title and anything else u want. then add a scrollPanel which will contain the grid... for the grid. add a class and extend

Re: jQuery

2010-02-09 Thread muhannad nasser
have a look at the GQuery project; you'll have to get the source and rebuild it yourself, however, to use it with 2.0 ~ Doug. On Feb 9, 3:41 pm, muhannad nasser muhannadna...@gmail.com wrote: Dear all; can u please tell me how to use jQuery in GWT... do i need to add something to xml

jQuery

2010-02-08 Thread muhannad nasser
Dear all; can u please tell me how to use jQuery in GWT... do i need to add something to xml files. and how to call the jQuery functions thanks -- ~~~With Regards~~~ Muhannad Dar-Nasser ~~Computer Systems Engineering~~ -- You received this message because you are subscribed to the Google

getAbsoluteLeft and TOP has problems with tabs

2010-02-07 Thread muhannad nasser
Dear all; i am trying to build a loading mask for pure GWT controls. i add a simplePanel which is a pure DIV element, to the panel i want to mask. and after attaching that panel, i get its absolute left and top and add them to the panel with a position property set to absolute

IE7 issue in Vista

2010-01-31 Thread muhannad nasser
Dear All; i have updated my GWT 1.7 to GWT 2.0 it works fine in XP x86... IE7 and firefox. but the problem is when i try to run the development mode in Vista. i can not open it in IE7.. it gives me javascript error... or i think so it is a javascript error.. but the problem

Re: key events in firefox

2010-01-20 Thread muhannad nasser
()) handleOK(); else if(searchButton.isVisible()) handleSearch(); } } } On Wed, Jan 20, 2010 at 9:57 AM, Anoop John anoopjoh...@gmail.com wrote: can you please provide your code On Jan 20, 12:13 pm, muhannad nasser muhannadna...@gmail.com wrote: hi all; i am using keyPressed event to catch

Re: Dock Panel

2009-12-31 Thread muhannad nasser
thanks again On Thu, Dec 31, 2009 at 10:20 AM, Abdullah Shaikh abdullah.shaik...@gmail.com wrote: I am not sure, but I guess you need to set the style on the Panel which you will be adding to the DockPanel. - Abdullah On Thu, Dec 31, 2009 at 12:49 PM, muhannad nasser muhannadna

GWT button

2009-12-30 Thread muhannad nasser
Dear all; Does anyone have a good CSS or style for GWT button because i hate the rectangular shape.. and i tried to do the sliding door effect, it worked fine but there was some problems in IE, and the hover effect did not work also in IE... thanks -- ~~~With Regards~~~ Muhannad

Dock Panel

2009-12-30 Thread muhannad nasser
Dear All; i want to add a style on a DockPanel cell, such ass the north area, or the west area only.. can anyone please help me -- ~~~With Regards~~~ Muhannad Dar-Nasser ~~Computer Systems Engineering~~ -- You received this message because you are subscribed to the Google Groups Google

NetBeans to eclipse

2009-12-20 Thread muhannad nasser
Dear All: i have created a GWT Project in NetBeans and now i need to move it to eclipse when i open it using eclipse it does not recognize it as a GWT project any help please ASAP -- ~~~With Regards~~~ Muhannad Dar-Nasser ~~Computer Systems Engineering~~ -- You received this message

FlexTable problem in IE

2009-12-14 Thread muhannad nasser
Dear All; i have extended the FlexTable and i want to make it works as a grid. so when i click on a row i want it to be selected take a look at the next good it works fine on FireFox... but it does not work on IE7 addClickHandler(new ClickHandler() { @Override public void

image Bundle

2009-12-01 Thread muhannad nasser
hi all; i have created myImageBundle that extends image bundle and i add the icons i want and everything went fine. but when i tried to modify the bundle and change the resources on each image and also i added a new image... it keeps building the old image with the old icons... i have

clear jetty cached data

2009-12-01 Thread muhannad nasser
hi can anybody please tell me how do i clear the jetty cached data in hosted mode.. -- ~~~With Regards~~~ Muhannad Dar-Nasser ~~Computer Systems Engineering~~ -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group,

Re: clear jetty cached data

2009-12-01 Thread muhannad nasser
and how to restart the server just restart eclipse or what thanks for ur answers On Tue, Dec 1, 2009 at 11:46 AM, Prashant antsh...@gmail.com wrote: I think restarting the server should work. -- You received this message because you are subscribed to the Google Groups Google Web

Menu Bar issue

2009-11-17 Thread muhannad nasser
Dear all; i am trying to modify the menu in GWT, i created a composite object that contains horizontal panel, which contains two menus... but the problem in the menu... when i select item and remove the mouse it stays selected.. if it is one menu i am ok with that... but because i have two

Re: Help - laying out contents on a page

2009-11-17 Thread muhannad nasser
hay noob you can use horizontal panel that contains three vertical panels. or u can use the flexTable On Wed, Nov 18, 2009 at 8:16 AM, nick_name acharya@gmail.com wrote: Hi, I am a noob and am trying to draw something like below on the screen. FIRST SECOND

Re: Help - laying out contents on a page

2009-11-17 Thread muhannad nasser
. The data to be displayed changes a lot. Is there anything lighter than a horizontan + 3 vertical? Trying to minimise the work for the browser. Or is it already light enough? On Nov 18, 11:37 am, muhannad nasser muhannadna...@gmail.com wrote: hay noob you can use horizontal panel that contains

collaped Panel

2009-11-09 Thread muhannad nasser
urgent help.. does anybody have build a collapsed panel in GWT pure GWT i need to build it as the Horizontal splitter, but i do not need it to be dragged, i need it only as a small button when click on it it will be opened and if click on it again it will be closed.. thanks --

String handling

2009-10-26 Thread muhannad nasser
what is the best way to handle strings in java we can use stringBuffer or StringBuilder. but they are converted to Javascript.. so is there any way to handle strings in gwt and keep the performance in javascript. thanks -- ~~~With Regards~~~ Muhannad Dar-Nasser ~~Computer

Editing Tree Panel

2009-10-12 Thread muhannad nasser
hi all; i am using the pure gwt 1.7.1 and i want to customize the tree i have created a composite object to contain an image, checkbox, and label.. then i created a new object that extends the TreeItem, in which i defined an object from my composite one, and added it to its widget the

lost Focus

2009-10-11 Thread muhannad nasser
i can find the onFocus event... but how i can handle the lost focus event thanks -- ~~~With Regards~~~ Muhannad Dar-Nasser ~~Computer Systems Engineering~~ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web

Re: GWT 1.7.1 with tomcat 5.5

2009-10-08 Thread muhannad nasser
i have solved it... u need to add a new html page in the WEB-init to redirect to the hosted page. or make your URL to b go to hosted mode directly see this url for a project called GWTExtUx http://localhost:9090/GwtExtUx/war/com.gwtextux.sample.showcase2.Showcase2/? On Thu, Oct 8, 2009 at 3:34

GWT 1.7.1 with tomcat 5.5

2009-09-30 Thread muhannad nasser
hi i am trying to run the sample GWT project in hosted mode using tomcat my workspace for eclipse 3.5 is the webapp for the tomcat and by default the WEB-INF is inside the war folder the tree webapp | projectName | src | war

migration

2009-09-28 Thread muhannad nasser
hi does anyone know a good websites or documents on how to migrate from gwt 1.5 to gwt 1.7 and what i need to change in the codes.. thanks ~~~With Regards~~~ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

Re: migration

2009-09-28 Thread muhannad nasser
thanks.. i am reading how to update from 1.5 to 1.6and because 1.7 is mostly a bug fixing version i think i won't find much deferences between 1.6 and 1.7 any better ideas... thanks On Mon, Sep 28, 2009 at 10:49 AM, Thomas Broyer t.bro...@gmail.com wrote: On 28 sep, 10:38, muhannad

Re: migration

2009-09-28 Thread muhannad nasser
lol i figured out to do the same as the documentation says :P On Mon, Sep 28, 2009 at 11:01 AM, muhannad nasser muhannadna...@gmail.comwrote: thanks.. i am reading how to update from 1.5 to 1.6and because 1.7 is mostly a bug fixing version i think i won't find much deferences

ext-GWT vs GWT-ext

2009-08-30 Thread muhannad nasser
i wanna choose one of these libraries to start my project... i am searching for a good comparison between those two or any other library that may do the job... thanks -- ~~~With Regards~~~ Muhannad Dar-Nasser ~~Computer Systems Engineering~~

clipboard

2009-08-30 Thread muhannad nasser
Dear, is there a way to simulate CTRL+C using code and copy some text to the clipboard thanks -- ~~~With Regards~~~ Muhannad Dar-Nasser ~~Computer Systems Engineering~~ ~~.NET Developer @ Iconnecths~~ ~~0598-534520~~ --~--~-~--~~~---~--~~ You received this

Re: ext-GWT vs GWT-ext

2009-08-30 Thread muhannad nasser
thanks Shawn.. :) On Sun, Aug 30, 2009 at 2:57 PM, Shawn Brown big.coffee.lo...@gmail.comwrote: i wanna choose one of these libraries to start my project... i am searching for a good comparison between those two or any other library that may do the job... I think gwt-ext is

DOM listener

2009-08-23 Thread muhannad nasser
this code adds listener to the page... i got it works fine on FF... but it does not work fine on IE the alert does not even show up. here is the code DOM.addEventPreview(new EventPreview(){ public boolean onEventPreview(Event event) { if(DOM.eventGetType(event) ==

Custom control

2009-08-01 Thread Muhannad Nasser
Does any body know where i can find a tutorial so that i can learn how to build a custom GWT user control such as extend the tree control and add my own fields to it and also add events too it.? thanks Muhannad --~--~-~--~~~---~--~~ You received this

Re: CSS-ToolBar

2009-07-30 Thread muhannad nasser
to model after). Look at the rules for the button-up-hover (or something similar to that). There you will find how the GWT team puts the borders on the buttons. Copy that to your button-up class and you should be all set. HTH, Chad On Jul 29, 3:47 am, Muhannad Nasser muhannadna...@gmail.com

CSS-ToolBar

2009-07-29 Thread Muhannad Nasser
hi all the buttons in the grid panel does not have frame when the mouse is not over them, but when we put the mouse over the button the frame appears. i need to make the frame visible all the time even if the mouse is not over the button like the regular button. does anybody have an

debugging inside eclipse and using tomcat ?????

2009-07-27 Thread Muhannad Nasser
hi... i am new in GWT and i need to know how i can debug a project on eclipse and using tomcat when i try to run the debugger from eclipse i get this error... and it asks me to to edit lookup path but when i opened the path... the jar files for GWT and the source files for my project