Re: GWT meets Adobe Flex: gwt4air 2.1 is here !

2011-06-21 Thread Iqbal Yusuf
local settings. But i cant figure out what. Do you have access to another machine to test ? In the mean time i ll still investigate 2011/6/21 Iqbal Yusuf iyu...@dcl-online.com Yes I can run the explorer from here http://www.gwt4air.appspot.com/ On Mon, Jun 20, 2011 at 5:36 PM, Alain

Re: GWT meets Adobe Flex: gwt4air 2.1 is here !

2011-06-20 Thread Iqbal Yusuf
Here is in detail what I've done so far. Step 0: Created a GWT application using Eclipse IDE with default settings. Step 1: Followed your instruction as stated here == http://code.google.com/p/gwt4air/wiki/FlexStart Step 2: Here is my entry point class; *package com.bdeshtv.gwtairtest.client;*

Re: GWT meets Adobe Flex: gwt4air 2.1 is here !

2011-06-20 Thread Iqbal Yusuf
...@googlemail.com This is really wired. I ve never seen this error before Will have a look at it and get back to to you 2011/6/20 Iqbal Yusuf iyu...@dcl-online.com Here is in detail what I've done so far. Step 0: Created a GWT application using Eclipse IDE with default settings. Step 1

Re: GWT meets Adobe Flex: gwt4air 2.1 is here !

2011-06-20 Thread Iqbal Yusuf
figure out what. Do you have access to another machine to test ? In the mean time i ll still investigate 2011/6/21 Iqbal Yusuf iyu...@dcl-online.com Yes I can run the explorer from here http://www.gwt4air.appspot.com/ On Mon, Jun 20, 2011 at 5:36 PM, Alain Ekambi jazzmatad

Re: GWT meets Adobe Flex: gwt4air 2.1 is here !

2011-06-19 Thread Iqbal Yusuf
2011/6/19 IQBAL YUSUF iqbalyusufd...@gmail.com Hey Alain: Bugging you again. I was trying to run gwt4air on my local box but ran into some cross browser issue. I do have a crossdomain.xml under war folder but still getting it. Don't know what I'm doing wrong. ReferenceError: Error #1056

Re: GWT meets Adobe Flex: gwt4air 2.1 is here !

2011-06-18 Thread IQBAL YUSUF
Hey Alain: Bugging you again. I was trying to run gwt4air on my local box but ran into some cross browser issue. I do have a crossdomain.xml under war folder but still getting it. Don't know what I'm doing wrong. ReferenceError: Error #1056: Cannot create property allowCodeImport on

Re: GWT meets Adobe Flex: gwt4air 2.1 is here !

2011-06-18 Thread IQBAL YUSUF
Hey Alain: Bugging you again. I was trying to run gwt4air on my local box but ran into some cross browser issue. I do have a crossdomain.xml under war folder but still getting it. Don't know what I'm doing wrong. ReferenceError: Error #1056: Cannot create property allowCodeImport on

Re: Doubt on google analytics integration with gwt app

2011-06-07 Thread IQBAL YUSUF
Awesome work guys -- 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/-/V1pWblJlY0VIMkVK. To post to this group, send email to

Re: GWT meets Adobe Flex: gwt4air 2.1 is here !

2011-06-07 Thread IQBAL YUSUF
*** mx.controls.VideoDisplay *component and hope your library can play that. Thanks Again... Iqbal Yusuf -- 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

Re: GWT meets Adobe Flex: gwt4air 2.1 is here !

2011-06-07 Thread IQBAL YUSUF
Thanks. -- 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/-/VXlMQkR3cGEzWVlK. To post to this group, send email to

Re: GWT Flash Killer (beta)

2010-08-28 Thread Iqbal Yusuf Dipu
fantastic . -- 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

Re: GWT REST and XML

2010-02-17 Thread Iqbal Yusuf Dipu
release. Objectify now has @Embedded, it may be an excellent for json transport. This community is so dynamic and diverse. Duong BaTien DBGROUPS and BudhNet On Tue, 2010-02-16 at 05:43 -0800, Iqbal Yusuf Dipu wrote: Unfortunately RequestBuilder will not solve SOP issues. My example

Re: GWT REST and XML

2010-02-16 Thread Iqbal Yusuf Dipu
Unfortunately RequestBuilder will not solve SOP issues. My example solution is based on Google App Engine Java platform and for cross site request I use server side code (i.e. UrlFetch service) as proxy for my GWT Client side code (the blog post doesn't have that example). I also used script tag

Re: GWT REST and XML

2010-02-15 Thread Iqbal Yusuf Dipu
A) To communicate with RESTful resources you could use com.google.gwt.http.client.RequestBuilder i.e. String url = /rest/myresources; RequestBuilder builder = new RequestBuilder(RequestBuilder.GET, URL .encode(url));

Tutorial : GWT UiBinder with JAX-RS Jersey and Objectify @ http://wp.me/PnkVx-1S

2010-02-03 Thread Iqbal Yusuf Dipu
Tutorial : GWT UiBinder with JAX-RS Jersey and Objectify @ http://wp.me/PnkVx-1S _Iqbal -- 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

Re: How to use UIBinder

2010-01-22 Thread Iqbal Yusuf Dipu
GWT UiBinder “helloworld” with HTML http://wp.me/PnkVx-L -- 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

Mini Tutorial : GWT UiBinder “helloworld” with H TML

2010-01-22 Thread Iqbal Yusuf Dipu
Here's a very simple howto tutorial of a UiBinder template that contains no widgets, only HTML http://iqbalyusuf.wordpress.com/gwt-uibinder-helloworld-with-html/ Thanks. Iqbal Yusuf -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post

Hosted Mode Browser won't show controls in Windows Vista

2009-10-16 Thread Iqbal Yusuf Dipu
Hi, I'm using Windows VISTA at home and Windows XP at work. My GWT Hosted Mode Browser will not show any GWT controls in VISTA but they show up fine in XP. Has anyone run into this problem? Thanks. Iqbal Yusuf Dipu --~--~-~--~~~---~--~~ You received this message