bitmap filename problem

txt +="bitmap yunuss \"yunuss\" pos:[100,80] width:124 height:124 fileName:((getDir #scripts) + \"\\FastMorph\\normal.JPG\")"

how isnt my image normal.JPG showing up in bitmap yunus frame

Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
Ofer Zelichover's picture

Hi, Are you using execute

Hi,

Are you using execute to execue the txt string?

If so, you're missing a couple of \ in you string. It should be:

txt +="bitmap yunuss \"yunuss\" pos:[100,80] width:124 height:124 fileName:((getDir #scripts) + \"\\\\FastMorph\\\\normal.JPG\")"

I don't know what you're trying to do with this, but as a general rule, using execute is not recommended, and should be avoided if possible.

hOpe this helps,

o

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.