... in?
What if I want to have the text in tabs constantly colored?
Maybe first tab red, second blue and third green?
It should be when the PanelGadget with its tabs is created.
Is this possible?
Thanks in advance.
Something ... Microsoft Sans Serif",10,#PB_Font_Bold)
LoadFont(1,"Microsoft Sans Serif ...
Search found 13 matches: panelgadget tab text bold
Searched query: +panelgadget +text +bold
ignored: tab
- Sun Nov 16, 2025 11:36 am
- Forum: Windows
- Topic: Make selected PanelGadget tab bold?
- Replies: 9
- Views: 142
- Sun Nov 16, 2025 11:15 am
- Forum: Windows
- Topic: Make selected PanelGadget tab bold?
- Replies: 9
- Views: 142
Re: Make selected PanelGadget tab bold?
May I just jump in?
What if I want to have the text in tabs constantly colored?
Maybe first tab red, second blue and third green?
It should be when the PanelGadget with its tabs is created.
Is this possible?
Thanks in advance.
What if I want to have the text in tabs constantly colored?
Maybe first tab red, second blue and third green?
It should be when the PanelGadget with its tabs is created.
Is this possible?
Thanks in advance.
- Sun Nov 16, 2025 1:11 am
- Forum: Windows
- Topic: Make selected PanelGadget tab bold?
- Replies: 9
- Views: 142
Make selected PanelGadget tab bold?
One of my users has bad vision and would like the selected PanelGadget tab to be in bold text, instead of default.
I tried this search but no matches -> search.php?keywords=panelgadget+tab+text+bold
Any ideas? Thanks.
I tried this search but no matches -> search.php?keywords=panelgadget+tab+text+bold
Any ideas? Thanks.
- Fri Dec 22, 2023 6:14 pm
- Forum: Announcement
- Topic: PureBasic 6.10 LTS is out !
- Replies: 344
- Views: 123308
PureBasic 6.10 LTS is out !
... be used to have a bit smaller executables.
Bugfixes for this version ... position reset
Windows: [Done] Text not longer readable in form PB6.10 ... on Image / Canvasgadget too bold
Windows: [Done] 6.10 Beta ... GadgetItemID() support for PanelGadget() (Windows only)
Added ...
Bugfixes for this version ... position reset
Windows: [Done] Text not longer readable in form PB6.10 ... on Image / Canvasgadget too bold
Windows: [Done] 6.10 Beta ... GadgetItemID() support for PanelGadget() (Windows only)
Added ...
- Wed Dec 19, 2018 4:56 pm
- Forum: General Discussion
- Topic: ListIconGadget With some Callback code(Window) problem
- Replies: 5
- Views: 2083
ListIconGadget With some Callback code(Window) problem
... idea whats going on?
Lines with the text "A Bold Statement" should be bold, the others not
EnableExplicit
#PD_GROUP_LENGTH = 6
#TOTALSIZE = 60
Global ... Global.i Event, x, Chapter, Tab_Container
Global.i Pnl1, panelgadget, WdwID, IconLvwAttr
ViewSkillIndexValue(0) = 0
ViewSkillIndexValue(1 ...
Lines with the text "A Bold Statement" should be bold, the others not
EnableExplicit
#PD_GROUP_LENGTH = 6
#TOTALSIZE = 60
Global ... Global.i Event, x, Chapter, Tab_Container
Global.i Pnl1, panelgadget, WdwID, IconLvwAttr
ViewSkillIndexValue(0) = 0
ViewSkillIndexValue(1 ...
- Thu Jul 03, 2014 12:26 pm
- Forum: Tricks 'n' Tips
- Topic: CvField - text and image fields to canvas gadget
- Replies: 8
- Views: 5012
CvField - text and image fields to canvas gadget
... is a code I need for my project. It displays text and image fields which you can move, resize ... i = -1)
; set or return the font style (bold, italic etc.) of the current text field ... 10, 10, 760, 600, #PB_Canvas_ClipMouse)
PanelGadget(#PAN_SET, 780, 10, 400, 600)
AddGadgetItem ...
; set or return the font style (bold, italic etc.) of the current text field ... 10, 10, 760, 600, #PB_Canvas_ClipMouse)
PanelGadget(#PAN_SET, 780, 10, 400, 600)
AddGadgetItem ...
- Tue Jan 29, 2013 9:08 pm
- Forum: Tricks 'n' Tips
- Topic: Htm source editor with preview
- Replies: 42
- Views: 14851
Re: Htm source editor with preview
... ANY, 10, 15, 0, 0, imageId(img1))
textGadget(#PB_ANY, 40, 20, 75, 22 ... text field1
txt.s = "About" + #TAB$
;text field2
txt + "Html Editor ... CR$
s + " font-weight: bold;" + #CR$
s + " z-index: 0;" + #CR ... wdt, hgt)
;sets active panelgadget attached edit/webgadget or ...
textGadget(#PB_ANY, 40, 20, 75, 22 ... text field1
txt.s = "About" + #TAB$
;text field2
txt + "Html Editor ... CR$
s + " font-weight: bold;" + #CR$
s + " z-index: 0;" + #CR ... wdt, hgt)
;sets active panelgadget attached edit/webgadget or ...
- Mon Jan 28, 2013 6:35 pm
- Forum: Mac OSX
- Topic: Carbon API list for Mac
- Replies: 18
- Views: 98234
Cross-platform examples with API functions extending PureBasic
... OpenGL Demo
ButtonGadget:
- Toggle text justification between center and left
Custom ... Convert text containing tags to RTF (supporting bold, italic and underlined characters)
- Detect ... over all rows
- Get row at top of list
PanelGadget:
- Get absolute position of gadget on panel ...
ButtonGadget:
- Toggle text justification between center and left
Custom ... Convert text containing tags to RTF (supporting bold, italic and underlined characters)
- Detect ... over all rows
- Get row at top of list
PanelGadget:
- Get absolute position of gadget on panel ...
- Sat Sep 11, 2010 6:20 pm
- Forum: Mac OSX
- Topic: Carbon API list for Mac
- Replies: 18
- Views: 98234
Carbon API list for Mac
... automatically be copied to new executable [jamirokwai]
PB preferences ... Theme colors - background and text [Shardik]
Toolbar - get and set ... scrollbar selection [Shardik]
PanelGadget - make tab size normal/small ... change font style of text (Bold/Italic/Underline) and type (Normal ...
PB preferences ... Theme colors - background and text [Shardik]
Toolbar - get and set ... scrollbar selection [Shardik]
PanelGadget - make tab size normal/small ... change font style of text (Bold/Italic/Underline) and type (Normal ...
- Sun Feb 07, 2010 11:34 pm
- Forum: Tricks 'n' Tips
- Topic: font bitmap generator prototype v2
- Replies: 16
- Views: 5922
font bitmap generator prototype v2
... option: Create Unicode Executable")
CompilerEndIf
Declare ... ImgGrid
#ImgTest
#PnlFont
#ComboTextureSize
#ComboFont
#BtnFont ... StrMinW
#StrMinH
#CheckBold
#CheckItalic
#SpinSize ... Procedure CreateFontPanel()
PanelGadget(#PnlFont, WindowWidth(0)-290, 2 ...
CompilerEndIf
Declare ... ImgGrid
#ImgTest
#PnlFont
#ComboTextureSize
#ComboFont
#BtnFont ... StrMinW
#StrMinH
#CheckBold
#CheckItalic
#SpinSize ... Procedure CreateFontPanel()
PanelGadget(#PnlFont, WindowWidth(0)-290, 2 ...
- Tue Mar 10, 2009 11:06 pm
- Forum: Announcement
- Topic: ProGUI V1.38 UI Library (Small Bug Fix)
- Replies: 1064
- Views: 360772
ProGUI V1.38 UI Library (Small Bug Fix)
... to none ProGUI GadgetList with TextControlEx and other skinned controls ... on start-up and exit, extremely stable now.
- Fixed bug with ... Changed ButtonEx, can now have bold / italic / underline etc.. in font ... 1.25
- Fixed PureBasic PanelGadget rendering bug inside SplitterEx ...
- Fixed bug with ... Changed ButtonEx, can now have bold / italic / underline etc.. in font ... 1.25
- Fixed PureBasic PanelGadget rendering bug inside SplitterEx ...
- Sat Aug 16, 2008 2:37 pm
- Forum: Coding Questions
- Topic: Using delay so app doesn't freeze
- Replies: 9
- Views: 1676
- Wed Dec 29, 2004 7:08 am
- Forum: Coding Questions
- Topic: Problems adding Panel Gadget Item
- Replies: 16
- Views: 3738