Welcome, Guest
Username: Password: Remember me
General discussions, feature requests for CodeTyphon Project and discussions that don't fit in any of the other specific CodeTyphon forum categories.
  • Page:
  • 1

TOPIC:

Remove virtual desctop in designer. 8 years 11 months ago #7428

  • Alexandr
  • Alexandr's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 62
  • Thank you received: 2
Greetings!

How to hide/remove that?

Please Log in or Create an account to join the conversation.

Remove virtual desctop in designer. 8 years 11 months ago #7430

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4515
  • Thank you received: 1102
Is not possible yet..., Sir
we will add this to our To-Do List
PilotLogic Architect and Core Programmer

Please Log in or Create an account to join the conversation.

Remove virtual desctop in designer. 8 years 11 months ago #7431

  • Alexandr
  • Alexandr's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 62
  • Thank you received: 2
What package create it? Mb I can remve it :)

Please Log in or Create an account to join the conversation.

Remove virtual desctop in designer. 8 years 11 months ago #7435

  • Tony_O_Gallos
  • Tony_O_Gallos's Avatar
  • Offline
  • Junior Member
  • Junior Member
  • Ελεύθερο λογισμικό ή θάνατος
  • Posts: 84
  • Thank you received: 23
Hi,

a bit more tricky than just a package to remove

I did a patch :P
Version used : 5311 (last experimental)
Be careful, keep a copy of you current c:\codetyphon\typhon\bin32\typhon.exe just in case !

Start an empty project and edit the following files:

C:\codetyphon\typhon\components\baseideintf\idewindowintf.pas
Warning: Spoiler!


c:\codetyphon\typhon\ide\environmentopts.pp
Warning: Spoiler!


c:\codetyphon\typhon\ide\main.pp
Warning: Spoiler!


For the next steps, we will have to do some modification directly in the IDE in the Form Designer

Load c:\codetyphon\typhon\ide\frames\desktop_options.pas
Go to the Form Designer
Copy the checkbox "Use Embedded Form Designer (need restart IDE)" and paste it (duplicate)
Rename it as "UseVirtualDesktopCheckBox"
Change its text to "Use Virtual Desktop in Embedded Form Designer (need restart IDE)"
Move the CheckBox to place it under "Use Embedded Form Designer..." (for consistency)
Now we can go to the Source Editor
Warning: Spoiler!


c:\codetyphon\typhon\ide\ct_emb_formeditor.pas
Warning: Spoiler!


Ok, now that all the modifications have been done.
In Typhon, go in Tools/Build Typhon with profile: Optimized IDE
It will take a few minutes

After this, you will find the option in Tools/Options/Environment/Desktop/Use Virtual Desktop in Embedded Form Designer (need restart IDE) :)

It is working fine for me.
To-Do Done ;)
The following user(s) said Thank You: Alexandr

Please Log in or Create an account to join the conversation.

Last edit: by Tony_O_Gallos.

Remove virtual desctop in designer. 8 years 11 months ago #7442

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4515
  • Thank you received: 1102
We fixed this Guys
@Tony_O_Gallos thanks for your help
PilotLogic Architect and Core Programmer
The following user(s) said Thank You: Alexandr

Please Log in or Create an account to join the conversation.

Last edit: by Sternas Stefanos.

Remove virtual desctop in designer. 8 years 11 months ago #7451

  • Alexandr
  • Alexandr's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 62
  • Thank you received: 2
Oh, THANKS! A very helpful!

Please Log in or Create an account to join the conversation.

  • Page:
  • 1