Jump to content

Simple Desktop


Recommended Posts

Nice to hear :)

I forgot in my code one thing. To prevent StartMenuForm resizing is necessary to add in frmStartMenu.ClientEvents.ExtEvents



function window.OnBeforerender(sender)
{
  sender.resizable=false;
}

 

 

Link to comment
Share on other sites

And I forgot one more thing.

To prevent movement of the form out of the browser window borders I add in all my forms this code:





function window.OnBeforerender(sender)
{
  sender.constrain=true;
}

 

In this case, I do not know whether to apply it here.

Link to comment
Share on other sites

  • 1 month later...

I cannot compile Semper's project, because acPNG.dcu is missing.

I am using extJS 4.1.1a, uniGUI 0.93.0.995, Delphi2012, RAD Studio XE2. Any help?

Hi

Simple delete acPNG from Uses

 

Link to comment
Share on other sites

  • 5 weeks later...

helo...

 

i'm trying to test the demo, but i get error on compilation File not found Vcl.Forms.dcu,Vcl.Imaging.jpeg.dcu, vcl.menu 

 

how to fix this ? where are those units..... ?

 

thanks in advance 

 

 

Link to comment
Share on other sites

helo...

 

i'm trying to test the demo, but i get error on compilation File not found Vcl.Forms.dcu,Vcl.Imaging.jpeg.dcu, vcl.menu 

 

how to fix this ? where are those units..... ?

 

thanks in advance 

Hi,

Your version of Delphi is older that one what was used for creating this demo. Simple delete this units from Uses and compile project again. 

Regards

Link to comment
Share on other sites

Hi all,

 

I tested your code, I only have to resolve TimePanel have to be in javascript, because they many are sending handleevents, we will improve the code.

 

 

thanks

 

 

And I forgot one more thing.

To prevent movement of the form out of the browser window borders I add in all my forms this code:





function window.OnBeforerender(sender)
{
  sender.constrain=true;
}

In this case, I do not know whether to apply it here.

Hi guys. Can you please share the updated project with all changes and improvements?

Link to comment
Share on other sites

i tried to make the simple dekstop demo as ISapi module by commenting out the {$define UNIGUI_VCL}

 

i tried to run it on chrome, but i only see this word Carregando...

what is wrong with me ? please someone guide me 

 

thanks 

Link to comment
Share on other sites

Hi,

i download desktop2 demo. and running successful.

i'am add new form after add grid on the form

 

 

When executing the application I get the error message

 

Regards,

Hi,

Try clearing your browser cache.

Link to comment
Share on other sites

  • 3 weeks later...

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...