Search found 32 matches: titlebar

Return to advanced search

Re: how get Event from TExplorerBar() when "collaps" a Panel ?

... which will "react" when click on "Collaps" :( i do not understand "when" to call LButtonUp() Question : where are Titlebar Resource of TTaskPanel() come from :?:
by Jimmy
Sat Feb 24, 2024 2:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how get Event from TExplorerBar() when "collaps" a Panel ?
Replies: 11
Views: 476

Re: how to get no Titlebar

hi Antonio,
Antonio Linares wrote:Use a dialog instead of a window

have try it
after disable 2unknown" Parameter it run ... and hang ... :(

but i found Solution
Code: Select all  Expand view
NOSYSMENU NOCAPTION NOMINIMIZE NOMAXIMIZE BORDER NONE

the Border Option did the Trick :D
by Jimmy
Tue Oct 25, 2022 12:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to get no Titlebar
Replies: 2
Views: 290

Re: how to get no Titlebar

Dear Jimmy,

Use a dialog instead of a window
by Antonio Linares
Tue Oct 25, 2022 12:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to get no Titlebar
Replies: 2
Views: 290

how to get no Titlebar

hi,

for Splash Screen i like to remove Titlebar
Code: Select all  Expand view
DEFINE WINDOW oDlg FROM y1, x1 TO y2, x2 PIXEL NOSYSMENU NOCAPTION NOMINIMIZE NOMAXIMIZE

but i still get a Titlebar :(

how to remove it :?:
by Jimmy
Tue Oct 25, 2022 11:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to get no Titlebar
Replies: 2
Views: 290

Re: Dark mode

you also need to enable Color for "Titlebar & Frame"

how can we do this?

For Windows 10 we need to know how to set these colors
COLOR_ACTIVECAPTION, COLOR_INACTIVECAPTION, COLOR_CAPTIONTEXT, COLOR_INACTIVECAPTIONTEXT, COLOR_SCROLLBAR
by nageswaragunupudi
Wed Nov 17, 2021 11:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dark mode
Replies: 20
Views: 2925

Re: Dark mode

hi, Color for Titlebar under Windows 10 /11 now called "Accent-Color" you reach it under "personize" -> "Color" you also need to enable Color for "Titlebar & Frame" in Registry you will ...
by Jimmy
Wed Nov 17, 2021 10:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dark mode
Replies: 20
Views: 2925

Re: more Newbie Question

... it my *.BAT does not make a *.RES so how to modify it :?: but my BIG Problem still is that when switch to other App all "Output" stop an Titlebar of FiveWin App say "no response" :shock: i have try to include hb_IdleSleep( 0.01 ) but it does not help.
by Jimmy
Mon Dec 23, 2019 5:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: more Newbie Question
Replies: 1
Views: 414

Re: MaskRegion()

... \SAMPLES\TESTMSGL.* i have look at those Sample but they don't use SetRegion to "Mask" my Output i want to use SetRegion to get ride of Titlebar, Frame and all what does not belong to Image http://www.hmgforum.com/download/file.php?id=9223 --- /*   BitmapToRegion: Create ...
by Jimmy
Thu Dec 19, 2019 8:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MaskRegion()
Replies: 11
Views: 1428

Re: 8 x DIALOG

...  oForm:SetPos( nTop, nLeft )  now i got my 8 x Dialog :) but i have more Question : how to disable Titlebar with min/max/close button :?:
by Jimmy
Tue Dec 17, 2019 10:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 8 x DIALOG
Replies: 12
Views: 1153

HMG Form to FiveWin

hi, i have a working harbour App using HMG Syntax for "WINDOW" it create 8 x WINDOW in a loop using Macro which have no Titlebar or Frame. i use some HB_FUNC to "paint" Part of Bitmap into Window and cover it with "Region" it need a Timer to call Function every ...
by Jimmy
Sat Dec 07, 2019 6:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HMG Form to FiveWin
Replies: 1
Views: 464

Re: Ribbon Theme

Enrico, I agree. I did a cursory search for "windows 10 titlebar color" on the Internet but only found how to change all the Windows apps titlebar's color but not a single app. Do you know how?


Please review FWH\samples\skin1.prg and skin2.prg
by Antonio Linares
Thu Oct 04, 2018 4:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon Theme
Replies: 163
Views: 28250

Re: Ribbon Theme

James Bott wrote:
Enrico Maria Giordano wrote:What about the title bar? It should be dark as well.

Enrico, I agree. I did a cursory search for "windows 10 titlebar color" on the Internet but only found how to change all the Windows apps titlebar's color but not a single app. Do you know how?


No, sorry.

EMG
by Enrico Maria Giordano
Thu Oct 04, 2018 4:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon Theme
Replies: 163
Views: 28250

Re: Ribbon Theme

... to selected (on/off) buttons? What about the title bar? It should be dark as well. Enrico, I agree. I did a cursory search for "windows 10 titlebar color" on the Internet but only found how to change all the Windows apps titlebar's color but not a single app. Do you know how?
by James Bott
Thu Oct 04, 2018 3:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon Theme
Replies: 163
Views: 28250

Re: Pritpal, HBIDE developer, assists us to use it with FWH

... right now: * Click on "Output Console" top-toolbar icon. * Detatch the winow via its "detatch" button on the right of its titlebar. * Resize and position the window according to you taste. * Close the window with X button. * Compile any of your project. * The window will ...
by Pritpal Bedi
Fri Sep 03, 2010 6:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pritpal, HBIDE developer, assists us to use it with FWH
Replies: 293
Views: 99079

Re: Fullscreen with CE 5.0

Hello Antonio,
thank you very much. The program program is working now without a titlebar.
BEst regards,
Otto
by Otto
Wed Aug 25, 2010 4:08 pm
 
Forum: FiveWin for Pocket PC
Topic: Fullscreen with CE 5.0
Replies: 8
Views: 1742
Next

Return to advanced search