Events of Main Form

Moderator: Rathinagiri

Post Reply
User avatar
Czarny_Pijar
Posts: 172
Joined: Thu Mar 18, 2010 11:31 pm
Location: 19.2341 E 50.2267 N

Events of Main Form

Post 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:.
User avatar
Roberto Lopez
HMG Founder
Posts: 4004
Joined: Wed Jul 30, 2008 6:43 pm

Re: Events of Main Form

Post 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..
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
User avatar
Czarny_Pijar
Posts: 172
Joined: Thu Mar 18, 2010 11:31 pm
Location: 19.2341 E 50.2267 N

Re: Events of Main Form

Post 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 ?
User avatar
Roberto Lopez
HMG Founder
Posts: 4004
Joined: Wed Jul 30, 2008 6:43 pm

Re: Events of Main Form

Post 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'.
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
User avatar
Czarny_Pijar
Posts: 172
Joined: Thu Mar 18, 2010 11:31 pm
Location: 19.2341 E 50.2267 N

Re: Events of Main Form

Post by Czarny_Pijar »

OnScrollRight is enabled even while all others OnScroll* are disabled.
User avatar
Roberto Lopez
HMG Founder
Posts: 4004
Joined: Wed Jul 30, 2008 6:43 pm

Re: Events of Main Form

Post 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.
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
User avatar
Roberto Lopez
HMG Founder
Posts: 4004
Joined: Wed Jul 30, 2008 6:43 pm

Re: Events of Main Form

Post by Roberto Lopez »

Offtopically:

What software had you used to process the logo?

It appearance is very cool!
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
Post Reply