Gamestudio Links
Zorro Links
Newest Posts
AlpacaZorroPlugin v1.3.0 Released
by kzhao. 05/20/24 20:05
Free Live Data for Zorro with Paper Trading?
by AbrahamR. 05/18/24 13:28
Change chart colours
by 7th_zorro. 05/11/24 09:25
Data from CSV not parsed correctly
by dr_panther. 05/06/24 18:50
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
1 registered members (henrybane), 530 guests, and 4 spiders.
Key: Admin, Global Mod, Mod
Newest Members
Baklazhan, Hanky27, firatv, wandaluciaia, Mega_Rod
19052 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Not seeing text from digits() in a PANEL (1.04) #140832
07/13/07 00:16
07/13/07 00:16
Joined: Aug 2005
Posts: 10
bconyne Offline OP
Newbie
bconyne  Offline OP
Newbie

Joined: Aug 2005
Posts: 10
I just downloaded the latest Lite-C (1.04) and suddenly I can't get any of the early samples from the Lite-C workshop to work properly (script02.c, script03.c) - it compiles fine but I don't see any characters when the PANEL has embedded digits() functions. Just a nice all-blue screen.

Later examples (like script04.c), with PANELs that have BMAPs, seem to work fine.

I know this was working in the previous version, but since nobody else seems to be reporting this problem, I wonder if it isn't something I'm doing??

--BobC

Re: Not seeing text from digits() in a PANEL (1.04 [Re: bconyne] #140833
07/13/07 15:04
07/13/07 15:04
Joined: Feb 2007
Posts: 21
UK
Stubbsy Offline
Newbie
Stubbsy  Offline
Newbie

Joined: Feb 2007
Posts: 21
UK
I have the exact same problem :-(

Panels that worked fine previously simply dont show up in 1.04

Also tested script04.c from tutorials and that did work, but not script05.c

Any help appreciated!

P.S - I can't seem to get views to work either, but that may just be me ;-p

Re: Not seeing text from digits() in a PANEL (1.04 [Re: Stubbsy] #140834
07/13/07 16:41
07/13/07 16:41
Joined: Oct 2006
Posts: 873
S
Shadow969 Offline
User
Shadow969  Offline
User
S

Joined: Oct 2006
Posts: 873
I don't see any digits in panels unless i define a font, different from standart. Lite-C free v1.04

Re: Not seeing text from digits() in a PANEL (1.04 [Re: Shadow969] #140835
07/16/07 01:45
07/16/07 01:45
Joined: Mar 2007
Posts: 4
New York, NY
DGuy Offline
Guest
DGuy  Offline
Guest

Joined: Mar 2007
Posts: 4
New York, NY
Also, seems the console font ([TAB]) is not being displayed. Maybe the engines standard font is not being found ?

Re: Not seeing text from digits() in a PANEL (1.04 [Re: DGuy] #140836
07/17/07 09:09
07/17/07 09:09
Joined: Apr 2006
Posts: 1,551
Netherlands
D3D Offline
Serious User
D3D  Offline
Serious User

Joined: Apr 2006
Posts: 1,551
Netherlands
@ DGuy: Try to add #include <default.c> in your mainscript.

Re: Not seeing text from digits() in a PANEL (1.04 [Re: D3D] #140837
07/17/07 15:42
07/17/07 15:42
Joined: Jul 2000
Posts: 27,986
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 27,986
Frankfurt
I'll check the problem with the two lessons. Maybe it's a bug in version 1.04.

Re: Not seeing text from digits() in a PANEL (1.04 [Re: D3D] #140838
07/17/07 23:24
07/17/07 23:24
Joined: Mar 2007
Posts: 4
New York, NY
DGuy Offline
Guest
DGuy  Offline
Guest

Joined: Mar 2007
Posts: 4
New York, NY
Quote:

@ DGuy: Try to add #include <default.c> in your main script.



Did that, and while hot-keys related to non-text-display functions (i.e. alt-tab, esc, f5, etc) worked fine, any hot-keys that were to display something resulted in nothing displayed.

I finally just added:

Code:
FONT *def_font = "Consolas#14";


to the top of the "default.c" file, replaced all '*' with 'def_font' and everything was displayed fine.

Re: Not seeing text from digits() in a PANEL (1.04 [Re: DGuy] #140839
07/18/07 07:33
07/18/07 07:33
Joined: Jul 2000
Posts: 27,986
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 27,986
Frankfurt
The reason was a missing default font in the engine. A new version, 7.04.3, was uploaded where this is fixed.


Moderated by  HeelX, Lukas, rayp, Rei_Ayanami, Superku, Tobias, TWO, VeT 

Gamestudio download | chip programmers | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1