Attachments forums

List of attachments posted on this forum.


All files on forums: 135313

Re: Coding Help

thiru, Sun Jul 07, 2019 1:23 pm

Dear MrTools,

I'm trying to modify the mladen's classic symbol changer - limited to a configurable font. I made some changes but the font won't change, can you please check what's wrong;

original, line 126

Code: Select all

          ObjectSetText(name,caption,FSize,"Arial",Tncolor);
made changes like this

Code: Select all


extern string  FType         = "Helvatica";     // Font type

          ObjectSetText(name,caption,FSize,FType,Tncolor);

Can you please change it ?

Edit: Forgot, the transparent button option is also not working. Can you please check that too?
//
//
//
//
All files in topic