Re: Is it possible to create screens at runtime?

2013-03-06 Thread Thiago borges martins
Ok thanks for the help 2013/3/5 Sanjiv Jivan > There are samples of using XML screen definitions in the SmartGWT EE > Showcase under the folder "Component XML", but you have to download a 4.0 > build to get them: > > http://smartclient.com/builds > > The Component XML overview explains how t

Re: Is it possible to create screens at runtime?

2013-03-05 Thread Sanjiv Jivan
There are samples of using XML screen definitions in the SmartGWT EE Showcase under the folder "Component XML", but you have to download a 4.0 build to get them: http://smartclient.com/builds The Component XML overview explains how to provide dynamic Component XML that's stored in a DB - see

Re: Is it possible to create screens at runtime?

2013-03-05 Thread Thiago borges martins
Hum understand, I had thought of something like that, but I was in doubt because GWT (smartgwt) and compiled to javascript and have part of the RF (RequestFactory), but I've thought a one implementation. Without wanting to abuse his good vontante you have an example of a loading screen. 2013/3/5 S

Re: Is it possible to create screens at runtime?

2013-03-05 Thread Sanjiv Jivan
Hi Thiago, With SmartGWT (Pro and above), you can save screen definitions in XML and load them at runtime: http://www.smartclient.com/smartgwtee/javadoc/com/smartgwt/client/rpc/RPCManager.html#loadScreen(java.lang.String , com.smartgwt.client.rpc.LoadScreenCallback, java.lang.String[]) So you co

Re: Is it possible to create screens at runtime?

2013-03-05 Thread Thiago borges martins
I will explain better. My application will have a screen that has the functionality to create a new screen with fields, business rules (insert, update and delete) and searches in the database. It's as if I've been developing the screen with fields, combobox, checkbox and grid's that will integrate

Re: Is it possible to create screens at runtime?

2013-03-05 Thread yves
Unless I don't understand your question, this is THE main GWT feature, thus smart-gwt too ! Yves -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-we

Is it possible to create screens at runtime?

2013-03-05 Thread thiago borges martins
Good afternoon, colleagues, I'm on a project where I need to create screens using smart-gwt, but the creation of the screens will be in runtime system. This is possible using Smart-gwt? I thank everyone's attention. -- You received this message because you are subscribed to the Google Groups