Board index » kylix » ComboBox
|
Mario
kylix Developer |
|
Mario
kylix Developer |
ComboBox2004-10-17 06:34:01 AM kylix0 Hi all, I'm having problem to wok with the ComboBoxes And RadioGroups, when I run the application e try to select data from the combo with mouse doesnt work like the Items are empty and radiogroup when i try to move the position doesnt work to. Anyone could help me please. Thanx Mario |
| theo
kylix Developer |
2004-10-17 07:26:55 PM
Re:ComboBox
Mario schrieb:
QuoteHi all, doing. |
| Mario
kylix Developer |
2004-10-18 06:19:14 AM
Re:ComboBox
Its look like the components is disable, but i check all the properties and
its doesnt work. thanx "theo" < XXXX@XXXXX.COM >escreveu na mensagem Mario schrieb: QuoteHi all, doing. {smallsort} |
| George
kylix Developer |
2005-12-21 05:57:36 AM
Re:ComboBox
I have just started using BCB 6 and have the following difference
/problem: When I type "17" (for example) into the text box the system automatically skips to entries starting with "17" e.g. "171". With BCB 4 I could do my own numeric edit and get "017" instead of "171". Is there any way to revert to the BCB4 behaviour? George |
| Remy Lebeau (TeamB)
kylix Developer |
2005-12-21 08:17:30 AM
Re:ComboBox
"George" < XXXX@XXXXX.COM >wrote in message
QuoteWhen I type "17" (for example) into the text box the system QuoteWith BCB 4 I could do my own numeric edit and get "017" QuoteIs there any way to revert to the BCB4 behaviour? |
| MarvinAvery
kylix Developer |
2006-12-08 05:12:56 AM
Re:ComboBox
Hi:
I am using BC5.02 and OWLNext. How do I capture mouse clicks in the *dropdown portion* of a CBS_DROPDOWNLIST combo-box? I capture the WM_LBUTTONDOWN and WM_LBUTTONUP messages but I only get them when the mouse is over the selection part of the combo-box. Any idea how I would get them when the mouse is over the drop-down portion? TIA Marvin Avery |
| Jogy
kylix Developer |
2006-12-08 04:16:16 PM
Re:ComboBox
MarvinAvery wrote:
QuoteHi: You can try to handle the notifications: CBN_SELCHANGE, CBN_SELENDOK, CBN_SELENDCANCEL. Jogy |
| Marvin
kylix Developer |
2006-12-09 10:10:13 PM
Re:ComboBox
On Dec 8, 3:16 am, Jogy < XXXX@XXXXX.COM >wrote:
QuoteMarvinAvery wrote: button. |
| Jogy
kylix Developer |
2006-12-11 08:09:52 PM
Re:ComboBox
Marvin wrote:
Quote
intercept it's messages. Catch CBN_DROPDOWN, it's sent when the list box is about to be displayed, then use CB_GETCOMBOBOXINFO (WinXP and latest only) to get the handle of the drop-down list Jogy |
| MarvinAvery
kylix Developer |
2006-12-11 11:28:48 PM
Re:ComboBox
"Jogy" < XXXX@XXXXX.COM >wrote in message
QuoteHello, Quote
|
| Jogy
kylix Developer |
2006-12-12 12:58:13 AM
Re:ComboBox
MarvinAvery wrote:
Quote"Jogy" < XXXX@XXXXX.COM >wrote in message response to CBN_DROPDOWN notification. Quote>Catch CBN_DROPDOWN, it's sent when the list box is about to be |
| MarvinAvery
kylix Developer |
2006-12-12 11:47:24 PM
Re:ComboBox
"Jogy" < XXXX@XXXXX.COM >wrote in message
Quote>>Catch CBN_DROPDOWN, it's sent when the list box is about to be Marvin |
| Ed Mulroy
kylix Developer |
2006-12-13 03:05:32 AM
Re:ComboBox
#define CB_GETCOMBOBOXINFO 0x0164
This is supported by Windows XP and above. BC++ 5.02 is from 1996 so cannot be expected to have that macro. . Ed QuoteMarvinAvery wrote in message |
| Marvin
kylix Developer |
2006-12-17 10:00:29 PM
Re:ComboBox
Ed Mulroy wrote:
Quote#define CB_GETCOMBOBOXINFO 0x0164 WM_CTLCOLORLISTBOX message, one can get the handle of the listbox when it appears. I tried it and it works (under all versions of Windows). Marvin |
| LMario
kylix Developer |
2008-01-30 05:31:47 AM
Re:ComboBox
On a WEB Page, how can I detect with JSP when I select one item on a ComboBox?
|
