Acris working with GXT 3.1.1?

12 views
Skip to first unread message

bacz...@poczta.fm

unread,
Oct 28, 2014, 7:16:39 AM10/28/14
to ac...@googlegroups.com
Hello,

Is Acris working with GXT 3.1.1?

I have a class:

public class RuntimeForm extends Composite {
    interface DynamicallyFormUiBinder extends DynamicUiBinder<Widget, RuntimeForm> {}

    private static DynamicallyFormUiBinder uiBinder = GWT.create(DynamicallyFormUiBinder.class);
   
    interface RuntimeFormUiBinder extends UiBinder<Widget, RuntimeForm> {
    }
   
    public RuntimeForm() {
        uiBinder.setViewTemplate("<ui:UiBinder xmlns:ui=\"urn:ui:com.google.gwt.uibinder\" xmlns:gxt=\"urn:import:com.sencha.gxt.widget.core.client\" xmlns:button=\"urn:import:com.sencha.gxt.widget.core.client.button\"> <gxt:FramedPanel collapsible=\"true\" headingText=\"Example\" pixelSize=\"100, 80\"> <button:TextButton ui:field=\"exampleButton\" text=\"Click Me\" /> </gxt:FramedPanel> </ui:UiBinder>");
        initWidget(uiBinder.createAndBindUi(this));
    }




public class MainEntryPoint implements EntryPoint {

    /**
     * Creates a new instance of MainEntryPoint
     */
    public MainEntryPoint() {
    }

    /**
     * The entry point method, called automatically by loading a module that
     * declares an implementing class as an entry-point
     */
    public void onModuleLoad() {
     RootPanel.get().add(new RuntimeForm());
    }

When you start ... I have a blank page with no errors. Why?

Regards,
Łukasz Bączek

Ladislav Gazo

unread,
Oct 28, 2014, 4:15:40 PM10/28/14
to ac...@googlegroups.com
Hi Lukasz,

we have not tested GXT with DynamicUiBinder so far and to be honest we haven't used GXT for quite a while on our projects. Can you debug with downloaded source codes in case you don't have any errors?

BR,
Ladislav

Dňa utorok, 28. októbra 2014 12:16:39 UTC+1 bacz...@poczta.fm napísal(-a):

Łukasz Bączek

unread,
Oct 28, 2014, 8:04:46 PM10/28/14
to ac...@googlegroups.com
Hi,

Not that this is not good for you tested GXT :)

And if you would not be able to debug the code, which you sent in by mail. Point I would like you to do because you know the code Acris.

Please help

Regards,

Łukasz

W dniu 28.10.2014 o 21:15, Ladislav Gazo pisze:
--
You received this message because you are subscribed to a topic in the Google Groups "acris" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/acris/pYHZR3Ni3wI/unsubscribe.
To unsubscribe from this group and all its topics, send an email to acris+un...@googlegroups.com.
To post to this group, send email to ac...@googlegroups.com.
Visit this group at http://groups.google.com/group/acris.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages