Dear Sir/Madam,
I am planning to build a new app on smartgwt framework, but it has been 2-3 days struggling with setting up a working environment and running a "hello world" project.
Everything is running fine, but the output is a blank page on both explorer and chrome.
I am using GWT 2.7.0, SmartGwt 6, jre 1.8 and working on Eclipse Neon 4.6.1
On the xml file, I tried to inherit "com.smartgwt.SmartGwt" as well as SmartGwtNoScrip and SmartGwtNoScriptNoTheme. all resulting in an empty page.
Also, please note that I have the same issue in super dev mode as welll.
I have tried the option to have html with container that is loaded in my entry point java class, and the option of having an emtpy html body that only gets filled with canvas.draw.
Note that I am getting no error at all.
What am I missing in all the setup?
Appreciate your kind and prompt support.
Regards,
Shady
I am planning to build a new app on smartgwt framework, but it has been 2-3 days struggling with setting up a working environment and running a "hello world" project.
Everything is running fine, but the output is a blank page on both explorer and chrome.
I am using GWT 2.7.0, SmartGwt 6, jre 1.8 and working on Eclipse Neon 4.6.1
On the xml file, I tried to inherit "com.smartgwt.SmartGwt" as well as SmartGwtNoScrip and SmartGwtNoScriptNoTheme. all resulting in an empty page.
Also, please note that I have the same issue in super dev mode as welll.
I have tried the option to have html with container that is loaded in my entry point java class, and the option of having an emtpy html body that only gets filled with canvas.draw.
Note that I am getting no error at all.
What am I missing in all the setup?
Appreciate your kind and prompt support.
Regards,
Shady
Comment