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...
  • 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 

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

  • 3 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...