PDA

View Full Version : Help, I need a scrollbar


Kenster18
08-22-2004, 08:19 AM
Hello,

I have a project that is "Full Screen". Yet, when I play the project on a computer with a smaller screen, parts of the project are outside of the viewing area. I believe the issue can be resolved with a verticle and horizontal scrollbar. Could someone supply me with the code to add these features to the project pages. Thanks for your help.

Kenster18

ianhull
08-22-2004, 09:08 AM
If your project is web based then you can use the dynamic sample from this forum which will auto size your project depending on the users screen resolution.

If it is not you may have to create the project twice for both screen resolutions 1024 + 600/800

In the help file it mentions how to do this by first creating a AMS Project which determines the screen res and then launches the appropriate app.

regards

Ian

Kenster18
08-22-2004, 05:36 PM
Ian,

Thanks for the info, I'll give it a try.

Kenster18