Re: New to the list!

new topic     » goto parent     » topic index » view thread      » older message » newer message

Michael Thompson wrote:

> I can't get the drop-down list (on a second, modal window) populated

Actually, it *is* populated; press the down arrow and you can scroll though
the values.

This is a common problem with the combo -  you need to allocate the height
(cy) value large enough for the *list*, not just the text area. Something
like:

  constant DDL1 = create( DropDownList, "", Win2, 10, 80, 200, 25*8, 0 )


> How do I get the rich edit to resize when the window is resized?

You can trap the onResize event. Take a look at how the Generic demo does
it.

Hope this helps!

-- David Cuny

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu