Bennie Coetzer Posted April 23, 2013 Posted April 23, 2013 I am running Delphi XE3 and am busy playing with the demos. UniServerModule.AutoCoInitialize: Property does not exist UniMainModule.MonitoredKeys.Keys: Property does not exist in MemoEdit_2009_XE2,dproj Paint_XE2, etc. and some others FishFacts_XE2 this works but when I try to run it using the UniGUI webserver it stops at displaying 'Loading...' and won't continue Any suggestions or are there some installation files that I am missing. Regards Quote
Administrators Farshad Mohajeri Posted April 23, 2013 Administrators Posted April 23, 2013 You have not installed design time packages as instructed in installation guide. Quote
Bennie Coetzer Posted April 25, 2013 Author Posted April 25, 2013 Hi Farshad. I re-installed and everything (except FishFacts) seems OK. Maybe I missed a compilation. Thanks Quote
Bennie Coetzer Posted April 25, 2013 Author Posted April 25, 2013 Looks like it still is not easy. I am trying to create an environment where I can test on the desktop but for some reason fail to achieve this. It is clearly possible as your demos demonstrate this. I have created a new application with the app wizard but regardless of which project type I select it doesn't run on the desktop, only from the browser. Could this have something to do with the fact that I use a different project folder than the default? I see no difference in the basic code of my app and the dblookup_xe2 demo. Maybe there is a setting of a component that I am not aware of. Quote
Variscan Posted April 25, 2013 Posted April 25, 2013 Take a look at the Servermodule.dfm - perhaps you've chosen through the wizard or set the "Standalone" property manually to true, so only the integrated webserver reacts through the browser (a VCL GUI will then not be displayed, like properties name reveals :-) Quote
Bennie Coetzer Posted April 29, 2013 Author Posted April 29, 2013 Thanks - it was set to true - not sure why. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.