TMultChoice

HMG Unicode versions 3.1.x related

Moderator: Rathinagiri

gisjr134
Posts: 45
Joined: Tue Dec 08, 2020 11:37 am
DBs Used: DBF,MySQL,PostgreSQL
Location: Brasil
Contact:

TMultChoice

Post by gisjr134 »

Hi EveryOne ,

A Class in wich you can Select One or more itens in a Graphical Window. Similar to ListBox . You can Easily modify to Behave lilke a ListBox.

Arquivo1.png
Arquivo1.png (42.14 KiB) Viewed 33381 times
[/centre]
Arquivo3.png
Arquivo3.png (47.07 KiB) Viewed 33381 times
Arquivo1.png
Arquivo1.png (42.14 KiB) Viewed 33381 times

In case You have Difficult to Compile , remove the NOBORDER Directive.Or See The Thread 'Window Without Border' Created by me
Attachments
tMultiChoice.rar
(188.46 KiB) Downloaded 294 times
PrtScr capture_95.png
PrtScr capture_95.png (41.85 KiB) Viewed 33381 times
edk
Posts: 916
Joined: Thu Oct 16, 2014 11:35 am
Location: Poland

Re: TMultChoice

Post by edk »

+1
User avatar
Steed
Posts: 427
Joined: Sat Dec 12, 2009 3:40 pm

Re: TMultChoice

Post by Steed »

+1
User avatar
Rathinagiri
Posts: 5471
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: TMultChoice

Post by Rathinagiri »

Super! Thank you for sharing.
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
serge_girard
Posts: 3172
Joined: Sun Nov 25, 2012 2:44 pm
DBs Used: 1 MySQL - MariaDB
2 DBF
Location: Belgium
Contact:

Re: TMultChoice

Post by serge_girard »

Thanks !
There's nothing you can do that can't be done...
gisjr134
Posts: 45
Joined: Tue Dec 08, 2020 11:37 am
DBs Used: DBF,MySQL,PostgreSQL
Location: Brasil
Contact:

Re: TMultChoice

Post by gisjr134 »

Thank´s all for The FeedBack. :) :)
User avatar
serge_girard
Posts: 3172
Joined: Sun Nov 25, 2012 2:44 pm
DBs Used: 1 MySQL - MariaDB
2 DBF
Location: Belgium
Contact:

Re: TMultChoice

Post by serge_girard »

Hi!

I miss dll.ch ....
There's nothing you can do that can't be done...
gisjr134
Posts: 45
Joined: Tue Dec 08, 2020 11:37 am
DBs Used: DBF,MySQL,PostgreSQL
Location: Brasil
Contact:

Re: TMultChoice

Post by gisjr134 »

You may Remove from the .prg , there won´t be any problem
User avatar
AUGE_OHR
Posts: 2065
Joined: Sun Aug 25, 2019 3:12 pm
DBs Used: DBF, PostgreSQL, MySQL, SQLite
Location: Hamburg, Germany

Re: TMultChoice

Post by AUGE_OHR »

hi,

i want to try it but not sure which MiniGUI Version are need :?:
i got these Error
AuxFunc1.Prg(57) Error E0030 Syntax error "syntax error at 'WINDOW'"
AuxFunc1.Prg(76) Error E0030 Syntax error "syntax error at 'WINDOW'"
AuxFunc1.Prg(92) Error E0030 Syntax error "syntax error at 'WINDOW'"
AuxFunc1.Prg(473) Error E0030 Syntax error "syntax error at 'WINDOW'"
AuxFunc1.Prg(512) Error E0030 Syntax error "syntax error at 'WINDOW'"
AuxFunc1.Prg(529) Error E0030 Syntax error "syntax error at 'WINDOW'"
6 errors
i saw some Macro ... and "all" Parameter even if NIL

i think i have a "old" Version of MiniGUI (how to find out which Version ? )
have fun
Jimmy
gisjr134
Posts: 45
Joined: Tue Dec 08, 2020 11:37 am
DBs Used: DBF,MySQL,PostgreSQL
Location: Brasil
Contact:

Re: TMultChoice

Post by gisjr134 »

I used HMG To Develop It , don´t know if works in Minigui.
-HMG 3.4.4 2017/03/29

Try remove NOBORDER directive.
Post Reply