Independent dialog box

General Help regarding HMG, Compilation, Linking, Samples

Moderator: Rathinagiri

User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

Independent dialog box

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 :D
User avatar
srvet_claudio
Posts: 2193
Joined: Thu Feb 25, 2010 8:43 pm
Location: Uruguay
Contact:

Re: Independent dialog box

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.
Best regards.
Dr. Claudio Soto
(from Uruguay)
http://srvet.blogspot.com
User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

Re: Independent dialog box

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 :D
A little sample for various SET WINDOW commands :
SetWindow sample screen shoot
SetWindow sample screen shoot
SetWindow.PNG (62.21 KiB) Viewed 4681 times
SetWindow.zip
SetWindow sample source and image files
(54.23 KiB) Downloaded 272 times
Thanks to Dr. Soto :)
Viva INTERNATIONAL HMG :D
Javier Tovar
Posts: 1275
Joined: Tue Sep 03, 2013 4:22 am
Location: Tecámac, México

Re: Independent dialog box

Post by Javier Tovar »

Thanks for sharing Mr. Esgici demo! very pretty.

greetings
User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

Re: Independent dialog box

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
SetWindow.PNG (82.32 KiB) Viewed 4468 times
SetWindowSrc.zip
Set Window source files
(55.73 KiB) Downloaded 285 times
SetWindowExe.zip
Set Windows executable
(1.44 MiB) Downloaded 281 times
Happy HMG'ing :D
Viva INTERNATIONAL HMG :D
User avatar
apais
Posts: 440
Joined: Fri Aug 01, 2008 6:03 pm
DBs Used: DBF
Location: uruguay
Contact:

Re: Independent dialog box

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.
HW_apache (webserver modules) co-developer.
HbTron (Html GUI for harbour desktop hybrid apps) co-developer.
https://www.hbtron.com
User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

Re: Independent dialog box

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 :D
Viva INTERNATIONAL HMG :D
User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

Re: Independent dialog box

Post by esgici »

esgici wrote: any advice ?
Found !

Please add AUTOSIZE to two labels :arrow:

Happy HMG'ing :D
Viva INTERNATIONAL HMG :D
User avatar
serge_girard
Posts: 3161
Joined: Sun Nov 25, 2012 2:44 pm
DBs Used: 1 MySQL - MariaDB
2 DBF
Location: Belgium
Contact:

Re: Independent dialog box

Post by serge_girard »

Great !

Serge
There's nothing you can do that can't be done...
Post Reply