Page 1 of 1

Events of Main Form

Posted: Sun Mar 28, 2010 2:17 pm
by Czarny_Pijar
Dont know it's a bug, or only the partial preparation for the further development...
Anyway, in the Object inspector window I can't change such Events of the MainForm :

OnHScrollBox,
OnScrollDown,
OnScrollLeft,
OnScrollUp,
OnVScrollBox.

I think it's rather the curious detail ;) than the serious drawback :shock: , so for me this can be delayed for the next decade :ugeek:.

Re: Events of Main Form

Posted: Sun Mar 28, 2010 7:08 pm
by Roberto Lopez
Czarny_Pijar wrote:Dont know it's a bug, or only the partial preparation for the further development...
Anyway, in the Object inspector window I can't change such Events of the MainForm :

OnHScrollBox,
OnScrollDown,
OnScrollLeft,
OnScrollUp,
OnVScrollBox.

I think it's rather the curious detail ;) than the serious drawback :shock: , so for me this can be delayed for the next decade :ugeek:.
Such events are available ONLY when a window has scrollbars. That occurs only when the window is 'virtual sized'. To do that you must change 'VirtualSized' property to .T..

Re: Events of Main Form

Posted: Sun Mar 28, 2010 9:22 pm
by Czarny_Pijar
Roberto Lopez wrote:Such events are available ONLY when a window has scrollbars. That occurs only when the window is 'virtual sized'.
In this case also the event OnScrollRight should be disabled, isn't ?

Re: Events of Main Form

Posted: Sun Mar 28, 2010 9:31 pm
by Roberto Lopez
Czarny_Pijar wrote:
Roberto Lopez wrote:Such events are available ONLY when a window has scrollbars. That occurs only when the window is 'virtual sized'.
In this case also the event OnScrollRight should be disabled, isn't ?
All OnScroll* are active when the windows is 'VirtialSized'.

Re: Events of Main Form

Posted: Sun Mar 28, 2010 9:40 pm
by Czarny_Pijar
OnScrollRight is enabled even while all others OnScroll* are disabled.

Re: Events of Main Form

Posted: Sun Mar 28, 2010 9:45 pm
by Roberto Lopez
Czarny_Pijar wrote:OnScrollRight is enabled even while all others OnScroll* are disabled.
If so, it's a bug :)

Thanks for reporting.

Re: Events of Main Form

Posted: Sun Mar 28, 2010 9:47 pm
by Roberto Lopez
Offtopically:

What software had you used to process the logo?

It appearance is very cool!