On 12-06-20 02:50 PM, Mattias Gaertner wrote:
Maybe you accidentally set the form's borderstyle to bsDialog. Set it
to bsSizeable.
That was it, thanks. I wanted a non-resizeable border, but bsSingle
will work just as well.
--
___
Lazarus mailing
Timothy Groves hat am 20. Juni 2012 um 18:50
geschrieben:
> I am working on a project, and decided for the first time ever to use a
> main menu. I set it up, it worked, and then it vanished. It is still
> present in the IDE and source code, but it no longer appears when the
> app is run.
>
> T
On 12-06-20 01:56 PM, Howard Page-Clark wrote:
On 20/6/12 5:50, Timothy Groves wrote:
I am working on a project, and decided for the first time ever to use a
main menu. I set it up, it worked, and then it vanished. It is still
present in the IDE and source code, but it no longer appears when the
On 20/6/12 5:50, Timothy Groves wrote:
I am working on a project, and decided for the first time ever to use a
main menu. I set it up, it worked, and then it vanished. It is still
present in the IDE and source code, but it no longer appears when the
app is run.
You could check that the menuItem
I am working on a project, and decided for the first time ever to use a
main menu. I set it up, it worked, and then it vanished. It is still
present in the IDE and source code, but it no longer appears when the
app is run.
This happened after I added a ButtonPanel (which I then removed) and