/14/2014 19:55 (GMT-05:00)
To: use-livecode@lists.runrev.com Subject: PDF Results
Not As Expected
When creating a pdf of a card, I am getting results that don't match the
screen. See if for yourself... make a new stack, and put this in a button:
on mouseUp
--remove old buttons
repeat
When creating a pdf of a card, I am getting results that don't match the
screen. See if for yourself... make a new stack, and put this in a button:
on mouseUp
--remove old buttons
repeat with i = 1 to 4
if there is a btn ("button" & i) then
delete btn ("button" & i)
end if
en