Recent

Author Topic: Can I change layout of windows on run?  (Read 9051 times)

balazsszekely

  • Guest
Re: Can I change layout of windows on run?
« Reply #15 on: February 12, 2016, 01:40:07 pm »
Quote
@startel20
And you read ALL letters you receive o_O ?
Yes, I do! I have a separate folder in my inbox, dedicated just for the mailing list.  Unfortunately I cannot send mails, somehow my mails get filtered out in the list, but I do read them all.

staratel20

  • Full Member
  • ***
  • Posts: 206
Re: Can I change layout of windows on run?
« Reply #16 on: February 12, 2016, 04:56:41 pm »
I create separate folder in e-mail box for Lazarus too. But I'm not sure that my message also not filtered as yours. Did you see my message in box?

Theme of leter:
"Useful checkboxes"
Windows 7 SP1 x64, FPC 3.0.0, Lazarus from trunk: http://svn.freepascal.org/svn/lazarus/trunk

CountIdentity, ModeClassName - good property naming
IdentityCount,  ClassNameMode  - bad property naming

balazsszekely

  • Guest
Re: Can I change layout of windows on run?
« Reply #17 on: February 12, 2016, 05:08:39 pm »
Quote
@staratel20
Did you see my message in box?
No, I did not saw your mail. Did you send it to the following address: lazarus@lists.lazarus.freepascal.org ?
By the way, you can check the archive here: http://free-pascal-lazarus.989080.n3.nabble.com/ . @wp also wrote a cool desktop application, with similar purpose. You can download it here: http://forum.lazarus.freepascal.org/index.php/topic,30393.0.html.

staratel20

  • Full Member
  • ***
  • Posts: 206
Re: Can I change layout of windows on run?
« Reply #18 on: February 12, 2016, 06:22:36 pm »
Yes, I send it on address you type. Now try to change some of proxy setting and resend it... But despite that, my leter not appear at this link you drop:
http://free-pascal-lazarus.989080.n3.nabble.com/

(just get new leter from another user, and his/her leter appear at this link).

So by unknown reason I can't send leters too :(.

If I register by this link and create new topic is another user will saw it in mailbox?
Windows 7 SP1 x64, FPC 3.0.0, Lazarus from trunk: http://svn.freepascal.org/svn/lazarus/trunk

CountIdentity, ModeClassName - good property naming
IdentityCount,  ClassNameMode  - bad property naming

balazsszekely

  • Guest
Re: Can I change layout of windows on run?
« Reply #19 on: February 12, 2016, 06:32:59 pm »
I'm in the same situation...I even wrote to "mailman-owner@lists.lazarus.freepascal.org" where the bugs should be reported. I received a funny mail:
Quote
You are not allowed to post to this mailing list, and your message has
been automatically rejected.  If you think that your messages are
being rejected in error, contact the mailing list owner at mailman-owner@lists.lazarus.freepascal.org.
Which sound like this: Contact me if necessary, but you will be blocked automatically.  :D
I ask a few developers too, but they where unable to help, finally I gave up.

staratel20

  • Full Member
  • ***
  • Posts: 206
Re: Can I change layout of windows on run?
« Reply #20 on: February 12, 2016, 07:54:58 pm »
Thanks God it's not my fault)). I'm already thinking - "How damn so useful thing, which so many programmers using every day can be so complicated?". But it's not complicated, it's easy I'm blocked))).

Be honest, - don't understand why don't to create separate branch for developers in this forum. Site looks pretty good.
Windows 7 SP1 x64, FPC 3.0.0, Lazarus from trunk: http://svn.freepascal.org/svn/lazarus/trunk

CountIdentity, ModeClassName - good property naming
IdentityCount,  ClassNameMode  - bad property naming

staratel20

  • Full Member
  • ***
  • Posts: 206
Re: Can I change layout of windows on run?
« Reply #21 on: February 13, 2016, 06:18:10 pm »
After you suggest me to set checkbox "Hide IDE windows on run" I use it, until don't know issue about desktops and ability to auto toggle it on run.  And then - I clear this checkbox. But fom that time windows behaiviour very buggy - sometime it's all desappears on run(as if checkbox setted) , in run-time I go to the Options - and see - this unset. after some time of debugging I again go to the Options - and it set, I clear it - and sometime it's all happen again. Many times I correct windows position when my project running and re-save desktop(or Editor hided for some reason or Watches). Unfortunately I can't clean describe how I do it step by step because it's happen randomly.
Windows 7 SP1 x64, FPC 3.0.0, Lazarus from trunk: http://svn.freepascal.org/svn/lazarus/trunk

CountIdentity, ModeClassName - good property naming
IdentityCount,  ClassNameMode  - bad property naming

balazsszekely

  • Guest
Re: Can I change layout of windows on run?
« Reply #22 on: February 13, 2016, 06:30:21 pm »
If you set a debug desktop(Tools-->Desktops), then don't hide the IDE during run-time. Perhaps you should install anchordocking($(LazrusDir)\components\anchordocking\design\anchordockingdsgn.lpk) and sparta($(LazrusDir)\components\sparta\dockedformeditor\sparta_dockedformeditor.lpk) pacakges. This way you will get only one window, you don't have to worry about each window position. After you install those components go to: Tools-->Destkops and import the following layout(see attachment). If you don't like it, you can always return to undocked IDE.

staratel20

  • Full Member
  • ***
  • Posts: 206
Re: Can I change layout of windows on run?
« Reply #23 on: February 13, 2016, 08:25:26 pm »
Thank for your efforts to help me. But some bottle neck for my habits I illustrate on attached screen. Some of left tabs are not visible. Also space from right is with things I don't use often. Modules I like to get with Ctrl+F12. And the Components, I wrote before in another topic(and illustrate it in this screen) - be good to appear when press the little button on component palette(I show it schematic with big green arrow) and  - at once on 2nd tab - Palette.


Also attach the screen how I prefer to work. You see that the main difference - lager place for code. component pallete almost hided, because designing Form - it's in most of cases - separate process from debugging and writing code. In Debug layout almost the same, except from left - Object inspector and Message windows hided, and instead of it - Watch. Also i just think - be good to with anchordocking package to be installed some useful layouts(desktops) for user at once can begin to use(hope anchordocking developer soon will read this :)  )
Windows 7 SP1 x64, FPC 3.0.0, Lazarus from trunk: http://svn.freepascal.org/svn/lazarus/trunk

CountIdentity, ModeClassName - good property naming
IdentityCount,  ClassNameMode  - bad property naming

staratel20

  • Full Member
  • ***
  • Posts: 206
Re: Can I change layout of windows on run?
« Reply #24 on: February 13, 2016, 08:26:23 pm »
...and 2nd file
Windows 7 SP1 x64, FPC 3.0.0, Lazarus from trunk: http://svn.freepascal.org/svn/lazarus/trunk

CountIdentity, ModeClassName - good property naming
IdentityCount,  ClassNameMode  - bad property naming

 

TinyPortal © 2005-2018