General Help regarding HMG, Compilation, Linking, Samples
Moderator: Rathinagiri
-
esgici
- Posts: 4543
- Joined: Wed Jul 30, 2008 9:17 pm
- DBs Used: DBF
- Location: iskenderun / Turkiye
-
Contact:
Post
by esgici »
Hi all
Does would be possible such a thing ?
A dialog box with ability to define, activate before or without MAIN WINDOW
Such as system ( Win32 ) dialog boxes, Msgxxx functions etc.
TIA
Viva
INTERNATIONAL HMG

-
srvet_claudio
- Posts: 2220
- Joined: Thu Feb 25, 2010 8:43 pm
- Location: Uruguay
-
Contact:
Post
by srvet_claudio »
esgici wrote:Hi all
Does would be possible such a thing ?
A dialog box with ability to define, activate before or without MAIN WINDOW
Such as system ( Win32 ) dialog boxes, Msgxxx functions etc.
TIA
Yes, see the undocumented command:
SET WINDOW MAIN OFF/ON
in: C:\hmg.3.3.1\SAMPLES\Miscellaneous\ScreenSplash
PS: It's my fault, I made the command and not update the doc.
-
esgici
- Posts: 4543
- Joined: Wed Jul 30, 2008 9:17 pm
- DBs Used: DBF
- Location: iskenderun / Turkiye
-
Contact:
Post
by esgici »
srvet_claudio wrote:
...
Yes, see the undocumented command:
SET WINDOW MAIN OFF/ON
in: C:\hmg.3.3.1\SAMPLES\Miscellaneous\ScreenSplash
...
esgici wrote:SET WINDOW MAIN OFF/ON is what I'm looking for; separate thanks to this

A little sample for various SET WINDOW commands :

- SetWindow sample screen shoot
- SetWindow.PNG (62.21 KiB) Viewed 4991 times
- SetWindow.zip
- SetWindow sample source and image files
- (54.23 KiB) Downloaded 295 times
Thanks to Dr. Soto

Viva
INTERNATIONAL HMG

-
Javier Tovar
- Posts: 1275
- Joined: Tue Sep 03, 2013 4:22 am
- Location: Tecámac, México
Post
by Javier Tovar »
Thanks for sharing Mr. Esgici demo! very pretty.
greetings
-
esgici
- Posts: 4543
- Joined: Wed Jul 30, 2008 9:17 pm
- DBs Used: DBF
- Location: iskenderun / Turkiye
-
Contact:
Post
by esgici »
Hi all
SetWindow revisited !
Why ?
For two enhancements :
- Ability to move window anywhere on screen
- A bit different window animation

- SetWindow.PNG (82.32 KiB) Viewed 4778 times
Happy HMG'ing

Viva
INTERNATIONAL HMG

-
apais
- Posts: 440
- Joined: Fri Aug 01, 2008 6:03 pm
- DBs Used: DBF
- Location: uruguay
-
Contact:
Post
by apais »
Hi esgici
Fantastic look and feel but...
User Id field don't get focus when you click on it ...
Regards
Angel
Angel Pais
Web Apps consultant/architect/developer.
-
esgici
- Posts: 4543
- Joined: Wed Jul 30, 2008 9:17 pm
- DBs Used: DBF
- Location: iskenderun / Turkiye
-
Contact:
Post
by esgici »
apais wrote:Fantastic look and feel but...
User Id field don't get focus when you click on it ...
Many thanks Angel,
any advice ?
Happy HMG'ing

Viva
INTERNATIONAL HMG

-
esgici
- Posts: 4543
- Joined: Wed Jul 30, 2008 9:17 pm
- DBs Used: DBF
- Location: iskenderun / Turkiye
-
Contact:
Post
by esgici »
esgici wrote:
any advice ?
Found !
Please add AUTOSIZE to two labels
Happy HMG'ing

Viva
INTERNATIONAL HMG

-
serge_girard
- Posts: 3308
- Joined: Sun Nov 25, 2012 2:44 pm
- DBs Used: 1 MySQL - MariaDB
2 DBF
- Location: Belgium
-
Contact:
Post
by serge_girard »
Great !
Serge
There's nothing you can do that can't be done...
-
mol
- Posts: 3774
- Joined: Thu Sep 11, 2008 5:31 am
- Location: Myszków, Poland
-
Contact:
Post
by mol »
Very nice sample!
THX!