Author Topic: Moving a field with a scrollbar  (Read 8232 times)

AnonymousPostings

  • Newbie
  • *
  • Posts: 49
Moving a field with a scrollbar
« on: July 01, 2010, 11:21:51 AM »
How can I make multiple Fields move with a scroll bar, also is there a way to be able to rotate a form so that the text is shown vertically?
« Last Edit: January 01, 1970, 01:00:00 AM by Guest »

Malkom

  • Administrator
  • Newbie
  • *****
  • Posts: 464
  • Here to help you
Re: Moving a field with a scrollbar
« Reply #1 on: July 01, 2010, 11:23:56 AM »
Use the Field movement commands, such as

Code: [Select]
@ move field 1 so its left side is at 150 pixels
FieldSetLeft 1,150

In the project called Features, there is a section showing how to change a field's properties and to move it around.

I'm not sure I understand you about forms.
Its not possible to rotate the form so the text is upside down.
If you need to rotate text then a Canvas is the best option but its not straighforward
You would need to write your text to a hidden canvas or canvas 0, then copy it to an image bank, rotate it there, then copy it to your visible canvas.
Note, canvases are quite flexible and you could make a form with one.
« Last Edit: January 01, 1970, 01:00:00 AM by Guest »
I am sorry but I do not have time to answer questions by PM or email.
If you post your questions in this forum then it might help others.