Hello people,
I m glad to announce the release of gwt4air 2.1 today. (http://code.google.com/p/gwt4air/)
This one has been a really hard piece of work because it adds some brand new features and possibilities for GWT developers.
The release is compatible with GWT 2.3 , Adobe AIR 2.6, EXT GWT 2.2.3, Appcelerator Titanium Desktop and Adobe Flex 4.1
Below are some of the new features included in this release.
I m looking forward for your feedbacks.
Regards,
Alain
P.S Again i can not thank Thomas Broyer enough for his work on gwt-in-the-air from which this project is a fork.
Panel panel = Panel.newInstance("Panel Container Example");![]()
DateChooser dateChooser = DateChooser.newInstance();
dateChooser.setVerticalCenter(0);
dateChooser.setHorizontalCenter(0);
panel.addElement(dateChooser);
Button button = Button.newInstance("Click me");
button.setHeight(40);
ControlBar controlBar = ControlBar.newInstance();
controlBar.addElement(button);
panel.addElement(controlBar);
Application.get().addElement(panel);

Panel panel = Panel.newInstance("FileSystemTree Example");
panel.setHorizontalCenter(0);
panel.setVerticalCenter(0);
panel.setPercentHeight(60);
panel.setPercentWidth(60);
panel.setLayout(ContainerLayout.ABSOLUTE);
FileSystemTree tree = FileSystemTree.newInstance();
tree.setPercentHeight(100);
tree.setPercentWidth(100);
tree.setDirectory(File.getApplicationDirectory());
panel.addElement(tree);
WindowedApplication.get().addElement(panel);

PDF pdf = PDF.newInstance();
pdf.addPage();
pdf.writeText(“Hello, World”);
ByteArray data = pdf.save();
Application.get().saveFile(data, "Generated.pdf");
Sheet excelSheet = Sheet.newInstance();
excelSheet.resize(10, 10);
excelSheet.setCell(0, 0, "Hello, World");
ExcelFile file = ExcelFile.newInstance();
file.addSheet(excelSheet);
ByteArray data = file.saveToByteArray();
Application.get().saveFile(data, "Generated.xls");

--
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-we...@googlegroups.com.
To unsubscribe from this group, send email to google-web-tool...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
Hey man,
I came accross your project and i have to say this is just amazing !!
How do you compile GWT code to ActionScript ?
Really unbelievible !!
There are some good GWT UI libraries in the market like smart gwt or
ext-gwt but i think yours is definitly going to be on top.
Is the explorer located at http://www.gwt4air.appspot.com/ also
written in Java? is the source available ? I really like the UI.
Keep up the good work !
Denis
ArrayCollection dataProvider = ArrayCollection.newInstance();
dataProvider.addItem("/demo/g.png");
dataProvider.addItem("/demo/w.png");
dataProvider.addItem("/demo/t.png");
dataProvider.addItem("/demo/4.png");
dataProvider.addItem("/demo/a.png");
dataProvider.addItem("/demo/i.png");
dataProvider.addItem("/demo/r.png");
final Fisheye fishEye = Fisheye.newInstance();
fishEye.setDataProvider(dataProvider);
fishEye.setItemRenderer(Image.newInstance());
fishEye.setPercentHeight(100);
fishEye.setPercentWidth(100);
fishEye.setStyle("verticalAlign", "bottom");
Application.get().addElement(fishEye);
You can also refer to
http://code.google.com/p/gwt4air/wiki/Fisheye
Best
Alain
How did you implement the animation right on the startpage of the explorether ?I mean the bouncing letters.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-we...@googlegroups.com.
To unsubscribe from this group, send email to google-web-tool...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
--
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-we...@googlegroups.com.
To unsubscribe from this group, send email to google-web-tool...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
--
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-we...@googlegroups.com.
To unsubscribe from this group, send email to google-web-tool...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
--
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-we...@googlegroups.com.
To unsubscribe from this group, send email to google-web-tool...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
How do i use RPC with the gwt4air Flex API ?Cant get it to work.Thx
--
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-we...@googlegroups.com.
To unsubscribe from this group, send email to google-web-tool...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
--
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/-/WVZuOXlEdC1SNzRK.
To post to this group, send email to google-we...@googlegroups.com.
To unsubscribe from this group, send email to google-web-tool...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
--
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/-/QTE0WG5VSzdpM0FK.
To post to this group, send email to google-we...@googlegroups.com.
To unsubscribe from this group, send email to google-web-tool...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
You rock Alain... awesome project.. I'm glad that you thought --> "I wanted a more simpler solution where one will only programm in Java like any GWT project." ... Great thinking.... Now I'm going to play with Flex component since I can do it from Java GWT. I'm specially interested to use "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/-/bG9kWWxhemhSSllK.
To post to this group, send email to google-we...@googlegroups.com.
To unsubscribe from this group, send email to google-web-tool...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
--
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/-/u9PvlfXw5dEJ.
To post to this group, send email to google-we...@googlegroups.com.
To unsubscribe from this group, send email to google-web-tool...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
package com.bdeshtv.gwtairtest.client;import com.ekambi.gwt.web.flex.client.core.framework.FLEX;import com.ekambi.gwt.web.flex.client.core.framework.FlexInitializationHandler;import com.google.gwt.core.client.EntryPoint;import com.google.gwt.core.client.GWT;
public class Gwt4AirTest implements EntryPoint {
private static final String SERVER_ERROR = "An error occurred while "+ "attempting to contact the server. Please check your network "+ "connection and try again.";private final GreetingServiceAsync greetingService = GWT.create(GreetingService.class);public void onModuleLoad() {
FLEX.init(new FlexInitializationHandler() {@Overridepublic void onInitialization() {// your code here}});}}
--
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-we...@googlegroups.com.
To unsubscribe from this group, send email to google-web-tool...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
Yes I can run the explorer from here
On Mon, Jun 20, 2011 at 5:36 PM, Alain Ekambi <jazzma...@googlemail.com> wrote:
Can you also please tell if you are able to run the explorer on your machine ?
--
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/-/2hdIoZIyuMMJ.
To post to this group, send email to google-we...@googlegroups.com.
To unsubscribe from this group, send email to google-web-tool...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.