Posted: Tue Jan 31, 2006 12:25 pm
I guess that answers the question!What 3 ?
I only see one wingding.ttf [WinNT4 / Win98SE]

I get wingding.ttf, wingdng2.ttf and wingdng3.ttf on WinXP SP2
-Anthony
http://www.purebasic.com
https://www.purebasic.fr/english/
I guess that answers the question!What 3 ?
I only see one wingding.ttf [WinNT4 / Win98SE]
I guess the only 'special' fonts present in all windows versions are wingding.ttf and symbol.ttfDoubleDutch wrote:I get wingding.ttf, wingdng2.ttf and wingdng3.ttf on WinXP SP2
Code: Select all
For i=0 To #gMax-1
If IsGadget(i)
Select GadgetType(i)
Case #PB_GadgetType_Button:
Case #PB_GadgetType_Calendar:
Case #PB_GadgetType_CheckBox:
Case #PB_GadgetType_ComboBox:
Case #PB_GadgetType_Container :
Case #PB_GadgetType_Date:
Case #PB_GadgetType_Editor:
Case #PB_GadgetType_ExplorerList:
Case #PB_GadgetType_ExplorerTree:
Case #PB_GadgetType_ExplorerCombo:
Case #PB_GadgetType_Frame3D:
Case #PB_GadgetType_HyperLink:
Case #PB_GadgetType_Image:
Case #PB_GadgetType_IPAddress:
Case #PB_GadgetType_ListIcon:
Case #PB_GadgetType_ListView:
Case #PB_GadgetType_MDI:
Case #PB_GadgetType_Option:
Case #PB_GadgetType_Panel:
Case #PB_GadgetType_ProgressBar:
Case #PB_GadgetType_ScrollArea:
Case #PB_GadgetType_ScrollBar:
Case #PB_GadgetType_Spin:
Case #PB_GadgetType_Splitter:
Case #PB_GadgetType_String:
Case #PB_GadgetType_Text:
Case #PB_GadgetType_TrackBar:
Case #PB_GadgetType_Tree:
Case #PB_GadgetType_Web:
Default
EndSelect
EndIf
Next
I was already using the window class, I am not sure I will change this. But yes, it would have been much easier !Flype wrote:The GadgetType function will make your life easier, no ?
PureCOLOR will rise againFlype wrote:PureCOLOR should be still alive for gadgets that are not currently supporting colors in PB4.
I am waiting for PB4 final and Tailbite 4 final to update all my libs for PB4 (only broken links for the moment).Shannara wrote:Im glad PureColor supports Checkbox! The problem is the PureColor library for PB4 takes me to a german page but no download?
http://people.freenet.de/gnozal/PureCOLOR%21.zip <- I found this url on your page under the Purebasic 4.00 Libraries section
I grabbed the above url from your website. However, the url in your first post found @ http://people.freenet.de/gnozal/PureCOLOR.zip works perfectly
However, when trying to use that library in that link in PB4, I get a library missing error: Menu Extension.
Hmm, I don't know if this is possible without doing owner draw ?!Pantcho!! wrote:Hi,
Any chance on changing the ListIconGadget Grid Color?, it is always grey.
thanks.
I mean drawing all the stuff by yourself ... instead of only telling windows what color it should use.Pantcho!! wrote:what is an owner draw?