Jump to content
Software FX Community

Add Custom to dropdown list


User (Legacy)

Recommended Posts

Hi,

On the Scale properties page there is a dropdown box for formats. I see

that there are additional identifiers such as IDS_FORMATCUSTOM in the

localization string table, but how can I get it do display this in the

dropdown box? Also, how can I tell within the code what setting is selected

in this box?

Thanks,

Abe Krebs

Link to comment
Share on other sites

I am using Visual Basic 6.

Thanks.

"Abe Krebs" <akrebs@gamry.com> wrote in message

news:9YDZ%23wrhEHA.3080@webserver3.softwarefx.com...

> Hi,

>

> On the Scale properties page there is a dropdown box for formats. I see

> that there are additional identifiers such as IDS_FORMATCUSTOM in the

> localization string table, but how can I get it do display this in the

> dropdown box? Also, how can I tell within the code what setting is

selected

> in this box?

>

> Thanks,

> Abe Krebs

>

>

Link to comment
Share on other sites

You can not customize at this level.

You can provide your own dialog or you can use the dialogs provided but you

can not customize the dialogs provided.

You will not get notified of every possible change that the dialog will make

to the chart, you can capture the Apply (or OK) from the dialog through the

InternalCommand event.

--

FP

Software FX

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...