Notifications
Clear all

[Closed] create menu on-the-fly

HI,

Just looking for a bit of advice with a project im working on.

I’ve got a load of data (names and numbers) from a file which i want to display in a pop-up window and allow easy access to change values. I’ve tried creating a rollout window but I cant loop through the file while creating the buttons.
Currently Im looking at an activex window, but can you actually use that to write out data?
for instance: open the activex window which loads all the data into columns, click on a value, change it and press save. Can i get the data back that is displayed?
Also, can you add buttons to activex windows?

Thanks for any advice.

2 Replies

one way to do it is with RolloutCreator. Do a search in the help.

Had a go with it but seems a bit akward to use and I’ve got no control over how many entries I can display.
I’ve decided to use the ListView controller anyway and initialize it on load.

Thanks for your help though.