| View previous topic :: View next topic |
| Author |
Message |
Ernesto Mora Guest
|
Posted: Wed Jan 18, 2006 1:14 pm Post subject: QDialogs in BDS 2006 |
|
|
Hi, I used the library QDialogs in Delphi 7 and, now in BDS 2006 I can't
find it. I need the function InputBox which came within that library because
it's more complete than the same function in Dialogs. Is there anything
equivalent?
Thanks
|
|
| Back to top |
|
 |
Thomas Pfister Guest
|
Posted: Wed Jan 18, 2006 8:03 pm Post subject: Re: QDialogs in BDS 2006 |
|
|
Ernesto,
CLX isn't included in D2005 and D2006
meaning: CLX is like Kylix "classical product"...
;-) thomas
"Ernesto Mora" <mora790 (AT) hotmail (DOT) com> schrieb im Newsbeitrag
news:dqlevh$pgn$1 (AT) mercurio (DOT) cica.es...
| Quote: | Hi, I used the library QDialogs in Delphi 7 and, now in BDS 2006 I can't
find it. I need the function InputBox which came within that library
because it's more complete than the same function in Dialogs. Is there
anything equivalent?
Thanks
|
|
|
| Back to top |
|
 |
Ernesto Mora Guest
|
Posted: Thu Jan 19, 2006 10:09 am Post subject: Re: QDialogs in BDS 2006 |
|
|
| Quote: | Ernesto,
CLX isn't included in D2005 and D2006
meaning: CLX is like Kylix "classical product"...
;-) thomas
|
I know, that's why I was finding an equivalent function. Any suggest?
|
|
| Back to top |
|
 |
Thomas Pfister Guest
|
Posted: Thu Jan 19, 2006 10:04 pm Post subject: Re: QDialogs in BDS 2006 |
|
|
| Quote: | it's more complete than the same function in Dialogs
|
what exactly do you mean ?
:-) thomas
"Ernesto Mora" <mora790 (AT) hotmail (DOT) com> schrieb im Newsbeitrag
news:dqnoik$sai$1 (AT) mercurio (DOT) cica.es...
| Quote: | Ernesto,
CLX isn't included in D2005 and D2006
meaning: CLX is like Kylix "classical product"...
;-) thomas
I know, that's why I was finding an equivalent function. Any suggest?
|
|
|
| Back to top |
|
 |
Ernesto Mora Guest
|
Posted: Fri Jan 20, 2006 10:27 am Post subject: Re: QDialogs in BDS 2006 |
|
|
"Thomas Pfister" <spamfolder (AT) t-online (DOT) de> escribió en el mensaje
news:dqp280$427$00$1 (AT) news (DOT) t-online.com...
| Quote: | it's more complete than the same function in Dialogs
what exactly do you mean ?
:-) thomas
|
The parameters of the function InputBox (QDialogs) can be the type of
value you want and the min and max value to enter. However, in the function
InputBox (Dialogs) I must to control the value entered by program.
|
|
| Back to top |
|
 |
|