08-24-2016, 08:43 AM
I wonder whether it is possible to increase the font in QM Editor "Find" window (id 3006). I am aware of post :
Font Settings in ShowNote
Font Settings in ShowNote
QM Editor Fonts
|
08-24-2016, 08:43 AM
I wonder whether it is possible to increase the font in QM Editor "Find" window (id 3006). I am aware of post :
Font Settings in ShowNote
08-26-2016, 08:36 PM
I was able to do it using the following macro. However, it runs only once, the first time. Then, I have to reload QM to restore it to the original font size. Any advice is mostly welcome.
Function tempf11
08-26-2016, 08:50 PM
08-27-2016, 08:29 AM
This is working perfectly and it is stable. I do not know why. It is very likely that it is due to the declaration of the font as global variable. Any explanation will be appreciated.
Function tempf12
08-30-2016, 07:13 PM
Windows don't make their copies of fonts. The macro or function exits, and the font is destroyed if the variable is local. Global variables are destroyed when closing QM file.
|
« Next Oldest | Next Newest »
|