Little wizard for create controls

Utilities like DBU, Make, IDE written in HMG/ used to create HMG based applications

Moderator: Rathinagiri

Post Reply
User avatar
dragancesu
Posts: 920
Joined: Mon Jun 24, 2013 11:53 am
DBs Used: DBF, MySQL, Oracle
Location: Subotica, Serbia

Little wizard for create controls

Post by dragancesu »

IDE is a useful program but I do not like the result (prg + FMG) it rarely use

I see that many people use when they need to create a control and then to infiltrate program

I did something similar to create several controls so look

Program create test.prg , then copy-paste code into your program
Attachments
wizard.zip
(36.73 KiB) Downloaded 356 times
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: Little wizard for create controls

Post by serge_girard »

Thx Dragan !

Serge
There's nothing you can do that can't be done...
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: Little wizard for create controls

Post by serge_girard »

Dragan,

In radio_wiz.prg LABEL lab_5 interferes with Radio_1. This makes it impossible to change from horizontal to vertical.
All labels are too long which makes mouse-pointing useless. Only TAB can change focus now.

Serge
There's nothing you can do that can't be done...
User avatar
dragancesu
Posts: 920
Joined: Mon Jun 24, 2013 11:53 am
DBs Used: DBF, MySQL, Oracle
Location: Subotica, Serbia

Re: Little wizard for create controls

Post by dragancesu »

Thank you, I see problem but don't see solution
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: Little wizard for create controls

Post by serge_girard »

This how I do it:

Make labels temporary:

Code: Select all

 @ 50,50 LABEL lab_1 VALUE "START AT                    , " BACKCOLOR GREEN
Then you will see where overlapses, then use correct WIDTH .. in order to avoid overlapse!

Serge
There's nothing you can do that can't be done...
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: Little wizard for create controls

Post by serge_girard »

When a label is too long (with same backcolor as form) it will overlapse edit/radio/etc. causing the above problems...

Serge
There's nothing you can do that can't be done...
User avatar
bpd2000
Posts: 1207
Joined: Sat Sep 10, 2011 4:07 am
Location: India

Re: Little wizard for create controls

Post by bpd2000 »

serge_girard wrote: Tue May 23, 2017 2:18 pm Thx Dragan !

Serge
+1
BPD
Convert Dream into Reality through HMG
User avatar
Steed
Posts: 427
Joined: Sat Dec 12, 2009 3:40 pm

Re: Little wizard for create controls

Post by Steed »

Thanks
User avatar
quartz565
Posts: 667
Joined: Mon Oct 01, 2012 12:37 pm
Location: Thessaloniki, Greece
Contact:

Re: Little wizard for create controls

Post by quartz565 »

Thank you Dragan
Best Regards,
Nikos.

os: Windows Server 2019 - 64
Post Reply