[Resolved] SetGadgetFont(#Gadget, FontID) and EditorGadget

Mac OSX specific forum
garretthylltun
Enthusiast
Enthusiast
Posts: 346
Joined: Wed Oct 26, 2005 2:46 am
Contact:

[Resolved] SetGadgetFont(#Gadget, FontID) and EditorGadget

Post by garretthylltun »

Is the SetGadgetFont(#Gadget, FontID) intended to work with the
EditorGadget?

My results of trying to use it with the EditorGadget have given me
nothing.

Thanks,
-Garrett
Last edited by garretthylltun on Wed Feb 01, 2006 5:04 am, edited 1 time in total.
'What you do not want done to yourself, do not do to others.' - Confucius (550 b.c. to 479 b.c.)
· Necroprogramming FTW! - "Wait.. Is necroprogramming legal?"
· http://www.freewarehome.com/ <-- Freeware listings since 1996
Straker
Enthusiast
Enthusiast
Posts: 701
Joined: Wed Apr 13, 2005 10:45 pm
Location: Idaho, USA

Post by Straker »

Really? Seems to work fine for me in Windows:

Code: Select all

Global FontID1
FontID1 = LoadFont(1, "Tahoma", 8)

EditorGadget(#Text_0, 10, 10, 551, 235)
SetGadgetFont(#Text_0, FontID1)
If for OSX, only Fred or another user can reply, but in Windows its working fine.
SEO
Enthusiast
Enthusiast
Posts: 178
Joined: Fri Dec 09, 2005 11:42 pm
Location: Sweden
Contact:

Post by SEO »

Bug or missing features Mac version 3.94

1 - Not possible to create an menu that also works on Windows (Example PB IDE is not working on Mac) (FIXED)
2 - Load Fonts not work...
3 - Not possible to set an 'Composite' flag to windows
4 - File handle, The app bundle not work in 3.94 (FIXED)
5 - File handle, Not possible to create Preference files to the users Preference folder (FIXED)
6 - The button flag #PB_Button_Default not working (FIXED)
7 - The Application icon is not showing in Message requester (FIXED)
8 - Missing Widow types: Floating Window, Drawer Window, Sheet Window ...
9 - Text Encoding, No Text Encoding handle at all
10 - ReadString() Not working with Mac Linebreaks
garretthylltun
Enthusiast
Enthusiast
Posts: 346
Joined: Wed Oct 26, 2005 2:46 am
Contact:

Post by garretthylltun »

Ahhh, thanks SEO :-)

-Garrett
'What you do not want done to yourself, do not do to others.' - Confucius (550 b.c. to 479 b.c.)
· Necroprogramming FTW! - "Wait.. Is necroprogramming legal?"
· http://www.freewarehome.com/ <-- Freeware listings since 1996
Post Reply