realbasic-nug
[Top] [All Lists]

Combobox question

To: "realbasic-nug at lists dot realsoftware dot com" <realbasic-nug at lists dot realsoftware dot com>
Subject: Combobox question
From: David-Artur Daix <daix at ens dot fr>
Date: Thu, 30 Jun 2005 22:22:16 +0200
Delivered-to: realbasic-nug at lists dot realsoftware dot com
Still trying to "port" my VBA application to REALbasic (it's available at
www.greektranscoder.org if anyone is interested). Since I'm learning the
language I would like to start by porting the application as it now stands,
even if later on I may decide to change many things once I'm more familiar
with RB's own features.

First get it working, then polish it.

I use comboboxes in my VBA program. Sometimes I allow the user to enter
custom values ("expert mode"). Most of the time I do not. In VB you can set
a property, "matchrequired", to true or false to toggle that behavior.

There does not seem to be anything close in RB.

I'm getting ready to implement a small function that will try to match the
current entry with one of the initial values and reject or accept it
depending on the circumstances.

Or to switch between popupmenus and comboboxes, again, depending on the
circumstances.

However, I do not want to reinvent the wheel, so if there is a property or
function I've missed that already does this please enlighten me.

In the same vein, in VB, one can have several columns in a combobox: it does
not seem possible in RB. Is that correct?

Thanks in advance,

-- 
David-Artur Daix
Centre d'Études Anciennes
Département des Sciences de l'Antiquité
École Normale Supérieure
45 rue d'Ulm, 75230 Paris Cedex 05
Tel. 01 44 32 31 67
<mailto:daix at ens dot fr>
<http://www.antiquite.ens.fr/index.html>


_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

<Prev in Thread] Current Thread [Next in Thread>
  • Combobox question, David-Artur Daix <=