Home
JAQForum Ver 20.06
Log In or Join  
Active Topics
Local Time 07:11 14 May 2024 Privacy Policy
Jump to

Notice. New forum software under development. It's going to miss a few functions and look a bit ugly for a while, but I'm working on it full time now as the old forum was too unstable. Couple days, all good. If you notice any issues, please contact me.

Forum Index : Microcontroller and PC projects : Font is to large... error

Author Message
Zonker

Guru

Joined: 18/08/2012
Location: United States
Posts: 761
Posted: 05:14pm 27 Aug 2015
Copy link to clipboard 
Print this post

Good evening Gents...

I came across this when playing around with the GUI Display box command.. I used font #6 on a 2.4" display to get a "big" number, with box size to hold it... It looked ok, but wanted to make small position changes, so I going back to the on board editor to do the fiddling, when this error came out...

>edit
"Font to Large"
>


Type in "edit" and it wont start... So, after rebooting, all OK and I removed the "font #6" part and no more error... The command to create the object and data passed to it seemed to work ok, but somehow causes this lockout...

BTW.. Running on the 470 GCmicroboard with b23 release

Code "snippet"

Const system_data_frame=42
Const bat_data_box=43
Const rpm_data_box=44

Font #5,1 ' mid sized bold

GUI frame system_data_frame,"SYSTEM",190,75,125,159,RGB(yellow)
Font #6
GUI displaybox bat_data_box,195,90,MM.FontWidth*4,MM.FontHeight*2,RGB(red),RGB(black)
CtrlVal(bat_data_box)="13"



Is it just me, or has anyone else had this pop up...?

Just wondering...
 
Grogster

Admin Group

Joined: 31/12/2012
Location: New Zealand
Posts: 9074
Posted: 05:18pm 27 Aug 2015
Copy link to clipboard 
Print this post

Yes, it is a known bug.

You have to issue FONT 1,1 and enter, THEN you can call the editor.
Geoff knows about this one, and is on his to-do pile for when he is back home.
Smoke makes things work. When the smoke gets out, it stops!
 
Print this page


To reply to this topic, you need to log in.

© JAQ Software 2024