Recent

Author Topic: [SOLVED] The „RUN‟ toolbar is missing from the IDE.  (Read 6137 times)

CM630

  • Hero Member
  • *****
  • Posts: 1091
  • Не съм сигурен, че те разбирам.
    • http://sourceforge.net/u/cm630/profile/
[SOLVED] The „RUN‟ toolbar is missing from the IDE.
« on: January 17, 2017, 10:08:27 am »
Recently I updated Lazarus to the latest version and the „RUN‟ toolbar disappeared again.
Untill now I have always succeded to google how to enable them, but last days Google just refusez to give me an answer.
Help?
« Last Edit: January 17, 2017, 12:04:32 pm by CM630 »
Лазар 3,2 32 bit (sometimes 64 bit); FPC3,2,2; rev: Lazarus_3_0 on Win10 64bit.

balazsszekely

  • Guest
Re: The „RUN‟ toolbar is missing from the IDE.
« Reply #1 on: January 17, 2017, 10:15:07 am »
What is "Run" toolbar? I suppose is the second band of the IDE Coolbar. If yes then Right Click the IDE Coolbar then open Options.
« Last Edit: January 17, 2017, 10:22:22 am by GetMem »

Thaddy

  • Hero Member
  • *****
  • Posts: 14373
  • Sensorship about opinions does not belong here.
Re: The „RUN‟ toolbar is missing from the IDE.
« Reply #2 on: January 17, 2017, 10:54:54 am »
No need...
Tools|Options|Editor Toolbar|Configure
or
Tools|Options|Ide Coolbar|Configure|Run Menu Commands
or both ;)

Note that you have to check the IsVisible property for Coolbars... It may be the case that it is just that.
« Last Edit: January 17, 2017, 11:00:43 am by Thaddy »
Object Pascal programmers should get rid of their "component fetish" especially with the non-visuals.

CM630

  • Hero Member
  • *****
  • Posts: 1091
  • Не съм сигурен, че те разбирам.
    • http://sourceforge.net/u/cm630/profile/
Re: The „RUN‟ toolbar is missing from the IDE.
« Reply #3 on: January 17, 2017, 12:04:19 pm »
Thanks, it works! I would never thought that this could be called CoolBar. 8-)
Лазар 3,2 32 bit (sometimes 64 bit); FPC3,2,2; rev: Lazarus_3_0 on Win10 64bit.

JuhaManninen

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 4467
  • I like bugs.
Re: The „RUN‟ toolbar is missing from the IDE.
« Reply #4 on: January 17, 2017, 01:21:01 pm »
Thanks, it works! I would never thought that this could be called CoolBar. 8-)
The name originates from a Windows COM control. VB and Delphi had a wrapper for it. In Delphi VCL the class name is TCoolBar.
LCL also has a TCoolBar but it is a cross-platform custom-drawn component, not a Win API wrapper.
It is used in the IDE, thus name "IDE CoolBar" is logical.
One CoolBar can have many ToolBars.
Mostly Lazarus trunk and FPC 3.2 on Manjaro Linux 64-bit.

Thaddy

  • Hero Member
  • *****
  • Posts: 14373
  • Sensorship about opinions does not belong here.
Re: [SOLVED] The „RUN‟ toolbar is missing from the IDE.
« Reply #5 on: January 17, 2017, 03:30:07 pm »
@JuhaManninen

Correction: The Windows CoolBar is a native wincontrol. I wrote a KOL wrapper for it some years ago, hence I know. The VB COM stuff is just a wrapper for the native control. The Delphi Coolbar is afaik also a native wincontrol.
Object Pascal programmers should get rid of their "component fetish" especially with the non-visuals.

JuhaManninen

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 4467
  • I like bugs.
Re: [SOLVED] The „RUN‟ toolbar is missing from the IDE.
« Reply #6 on: January 17, 2017, 04:39:43 pm »
Correction: The Windows CoolBar is a native wincontrol. I wrote a KOL wrapper for it some years ago, hence I know. The VB COM stuff is just a wrapper for the native control. The Delphi Coolbar is afaik also a native wincontrol.
Ok, thanks.
I only remember that the Delphi's Coolbar did not behave well at design time. A control (like Toolbar) was not locked to its band, it could be moved by mouse. At run time it was locked. There were also some other minor design problems.
Mostly Lazarus trunk and FPC 3.2 on Manjaro Linux 64-bit.

 

TinyPortal © 2005-2018