Why do you copy almost the whole code in the previous post ?
We can't do anything with it, you should post the source file, so we can load it and test.
From what I saw you copied a part of the source code from the Rearrange example. But:
- did you add the door library to your projct
- did you declare the dobj object
- the controls in the Rearrange source code are not the same as in yours, so you must adapt them to yours.
- to be able to scroll up and down your controls you must move them from the form onto a Panel and play with the Panel.Top parameter.
Before beginning coding you should determine what you want and what you need:
- do you really need or want to have both screen orientations ?
- if yes:
-- you must determine the 2 layouts you want
-- set the positions of all your controls according to current layout.
-- to test the landscape layout change, in the IDE, the screen size from 320*240 to 240*320
What do you think about the added new version ?
looks Great.
you really have made alot of changes to the App., and again you have spent time to help me! Respect Sir!
but, now we have no Buttons? Ok.
Let me work with this Info you have given me, concerning the - do you really need or want to have both screen orientations? Maybe not, let me think about it.
yes, I added the door library to the project
yes, I also declared the dobj object
I will bust Nut on this a couple of weeks for right now. So, if I add a new frm to the App I will have the same Problem with using both screen orientations.
Maybe we do not need, like I wrote I will work on this for a couple of Weeks now.
Klaus, to be quite honest I sure am I guess not such a Bright Bulb...
Best regards.