GIF animation demo

You can share your experience with HMG. Share with some screenshots/project details so that others will also be benefited.

Moderator: Rathinagiri

User avatar
mustafa
Posts: 1158
Joined: Fri Mar 20, 2009 11:38 am
DBs Used: DBF
Location: Alicante - Spain
Contact:

Re: GIF animation demo

Post by mustafa »

Screen
Attachments
Screen.jpg
Screen.jpg (22.72 KiB) Viewed 3698 times
User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

Re: GIF animation demo

Post by esgici »

mustafa wrote:Another trick for the ornaments
Hola Mustafa

Congrats, you ( or your friend Lucho Miranda ) had exposed two undocumented HMG features: BORDER and CLIENTEDGE properties of LABEL ;)

But I'm a little confused :?

First I added this lines to your x named window:

Code: Select all

@ 80, 80  LABEL lblOverlap VALUE "Overlapped" AUTOSIZE ACTION MsgBox( "Overlapped LABEL clicked" )
@ 120, 80 BUTTON btnOverlap CAPTION "Overlapped" ACTION MsgBox( "Overlapped BUTTON clicked" )    
@ 160, 40 TEXTBOX txbOverlap WIDTH 150 VALUE "Overlapped TEXTBOX" 
As names and literals implied, I'm waiting overlap problems, but everything run smoothly.

Second commented

Code: Select all

x.BOX_IN00.Enabled := .F.
and other Enabled := .F lines for understanding reason of enabling; but don't see any difference.

If possible, could you give a bit explication on your ornament trick please ?

Saludos, regards

--

Esgici
Viva INTERNATIONAL HMG :D
User avatar
mustafa
Posts: 1158
Joined: Fri Mar 20, 2009 11:38 am
DBs Used: DBF
Location: Alicante - Spain
Contact:

Re: GIF animation demo

Post by mustafa »

Hello Esgici
Just this routine gave me the friend Lucho Miranda
I'm only used to make ornaments, I can not explain much
composition because I restricted myself to using it.
To see more of the routine operation of the Post looks
http://hmgforum.com/viewtopic.php?f=9&t=1059 ---> Remember.exe
Put on x.BOX_IN02.Enabled: =. F. or x.BOX_IN02.Enabled: =. T.
Guess it's a Failure, but the end of the routine is to make
Decorative Programs.
Greetings
Mustafa
User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

Re: GIF animation demo

Post by esgici »

Hola Mustafa, my brother

Gracias for explanations :)

I have already run remember.exe, but haven't analyse it; so haven't seen and missed your ornament trick, sorry :(

By the way, where is your friend, why absent in our forum ?

Saludos cordiales

--

Esgici
Viva INTERNATIONAL HMG :D
User avatar
mustafa
Posts: 1158
Joined: Fri Mar 20, 2009 11:38 am
DBs Used: DBF
Location: Alicante - Spain
Contact:

Re: GIF animation demo

Post by mustafa »

Hello Esgici
I've discovered that you need
x.BOX_IN02.Enabled: =. F. or x.BOX_IN02.Enabled: =. T.
I've given two examples in one calendar and not let TexBox write
or turn the calendar and the other if it is on. F. if you can handle.

Regarding Lucho Miranda nick "ELSalmes" is often collaborate in Forums in
Http://es.groups.yahoo.com/group/harbourminigui_es/ and Spanish from
http://es.groups.yahoo.com/group/oohg/ forum, I know because
not participating in our forum HMG would be a great contribution.
Greetings

Mustafa
Attachments
Box.zip
(1.74 KiB) Downloaded 328 times
User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

Re: GIF animation demo

Post by esgici »

Thanks a lot Mustafa :)

Regards, saludos

--

Esgici
Viva INTERNATIONAL HMG :D
Post Reply