Creating a BottomPattern from an image
Posted: Sat Jul 12, 2014 7:24 am
I want to see what Livecode is capable of doing when it comes to modifying text in a field. I hope to be able to place a graphic or an image of a graphic behind a word in a text field.
So far i have found setting:
And I can adjust the 3D box using this line
in the Library Runrev says the syntax is this
This error appears:
So far i have found setting:
Code: Select all
set the textstyle of word x of field "Post Text Field" of me to "threeDBox"
Code: Select all
set the bottompattern of field "Post Text Field" of me to 100
So far I have tried thisset the bottomPattern of object to {empty | patternID | imageID}
Code: Select all
set the bottompattern of field "Post Text Field" of me to img "add.png" of card "icons" of stack "resources"
Any suggestions on how to use this feature properly?Script compile error:
Error description: seek: expected 'file'