If I have a button, or label, etc. and I do a copy
and a paste,paste,paste I get 3 buttons in the same frame.

If I have a frame with a label, button, etc. in it and I
do a copy, paste, paste, paste,  I do not get this:

frame
  frame
    but
    but
    lab
  frame
    but
    but
    lab
  frame
    but
    but
    lab

But rather I get:

frame
  frame
    but
    but
    lab
    frame
      but
      but
      lab
      frame
        but
        but
        lab

in other words, after each paste, the next one goes into the
last frame pasted, not the parent frame.

Is there a way around this? 

If not, is there a way to select the frame I want all the pastes
to go into, and do a paste,paste,paste?

It seems as though a paste looks to see if the selected item is
not a frame, and if it is not, it goes up 1 level. Is that correct?

Is there a way to do a paste and then after the paste some keystroke
that would reselect the last frame selected, so I could maybe do
paste,reselect,paste,reselect....

thanks
eric




_______________________________________________
vtcl-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/vtcl-user

Reply via email to