Skip to main content
Participant
April 28, 2009
Question

Widget creation in Captivate 4 (combobox)

  • April 28, 2009
  • 1 reply
  • 948 views

Just download the trial version in hope of augmenting our screen designs prior to build the application. Currently I am using the ComboBox widget to simulate dropdown menus, but for longer menus the widget gets distorted. My thought was to create a new widget in Flash by using using the ComboBox component in flash. I used the documentation and google searches online to create the widget to import, but I get a not a valid widget response. Any clear documentation to build a widget or point me to a combobox widget that does not distort will increasing the width would be appreciated.

This topic has been closed for replies.

1 reply

Participating Frequently
May 13, 2009

Hi,

I am not sure if you could increase the width of the combobox as such in AS 2.0 but if you want to increase the width of the dropdown width you could do so using this code:

CB.dropdownWidth= 150;

Thanks