Search found 1233 matches: child

Return to advanced search

Re: MDI child window appearance

Hey Vilian, I have not tried that, you can try it by yourself if you are using ribbonbar. the skin code is one single line: oDlg:bStart := {|| oSkin := Skin( oDlg, "Blue_skin" ) } where the odlg can be dialog or window and the blue_skin is the folder that contains the skin. try and let us...
by vilian
Wed Jan 04, 2023 6:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MDI child window appearance
Replies: 50
Views: 4195

Re: MDI child window appearance

... can also use in the dialogs even if in the dialogs I have no theme problems, i.e. the dialogs respect the theme of the main Mdi , the sub windows child do not respect it, I will continue not to understand but I adapt
by Silvio.Falconi
Sun Jan 01, 2023 10:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MDI child window appearance
Replies: 50
Views: 4195

Re: MDI child window appearance

Hey Vilian, I have not tried that, you can try it by yourself if you are using ribbonbar. the skin code is one single line: oDlg:bStart := {|| oSkin := Skin( oDlg, "Blue_skin" ) } where the odlg can be dialog or window and the blue_skin is the folder that contains the skin. try and let us ...
by Lailton
Fri Dec 30, 2022 11:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MDI child window appearance
Replies: 50
Views: 4195

Re: MDI child window appearance

Hi Lailton,

Is the RibbonBar also affected for this new class ? Could you show us an example with a RibbonBar?
by vilian
Fri Dec 30, 2022 5:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MDI child window appearance
Replies: 50
Views: 4195

Re: MDI child window appearance

About codejock again, It is the MDI example Silvio, You will like it :) https://drive.google.com/file/d/1yVxDfcwI4EdB8Sh0JqGPmOkakiyCl_rT/view?usp=share_link An example how to use it: https://fivetechsupport.com/forums/viewtopic.php?f=3&t=15706&p=81371&hilit=CodeJock.SkinFrameWork&si...
by Lailton
Fri Dec 30, 2022 4:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MDI child window appearance
Replies: 50
Views: 4195

Re: MDI child window appearance

Hi Silvio, I got it, then I dont think that TSKIN is what you want. the main idea about TSKIN is to make the dialog different. I remember that window API too provide something like "UxTheme" https://learn.microsoft.com/en-us/windows/win32/api/uxtheme/nf-uxtheme-getwindowtheme where is poss...
by Lailton
Fri Dec 30, 2022 4:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MDI child window appearance
Replies: 50
Views: 4195

Re: MDI child window appearance

Dear Sylvio,

We can't use those .NET DLLs from Harbour

IMO Class TSkin is a very good solution
by Antonio Linares
Fri Dec 30, 2022 9:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MDI child window appearance
Replies: 50
Views: 4195

Re: MDI child window appearance

... dialog . I still don't understand if using Tskin is the best solution, I really don't understand how other languages ( Delphi. Vb, C++ ) have Mdi Child windows in order to take the OS theme, and in fwh the windows have the style of win8/xp i.e. they do not have the same style of win10. I am firmly ...
by Silvio.Falconi
Fri Dec 30, 2022 8:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MDI child window appearance
Replies: 50
Views: 4195

Re: MDI child window appearance

Hi Silvio, If you resize it to much the "bitmap" can't be paited, then it is reason for why the skin disapear. then you need adjust the oDlg:aMinMaxInfo to avoid that :D in case you want some different style you can make your own by editing the BMPs, please check the folder black_skin, blu...
by Lailton
Thu Dec 29, 2022 11:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MDI child window appearance
Replies: 50
Views: 4195

Re: MDI child window appearance

Anyhow such flickering it is not happening on the new example skin3.prg

IMO it works really well :-)
by Antonio Linares
Thu Dec 29, 2022 8:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MDI child window appearance
Replies: 50
Views: 4195

Re: MDI child window appearance

Dear Silvio,

Your example is working fine here. I don't get any flickering when changing from one tab to another.

Only flickering when maximizing or restoring it

Maybe it is the display driver (?). Could you test it on another pc ?
by Antonio Linares
Thu Dec 29, 2022 8:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MDI child window appearance
Replies: 50
Views: 4195

Re: MDI child window appearance

now i fixed the dialog it might work but there is still a slight flash when i change between tabs of the folder in the video it is not visible well https://i.postimg.cc/FRjyhjfx/v.gif #include "fivewin.ch"#include "constant.ch"Function Configurazione()&nbs...
by Silvio.Falconi
Wed Dec 28, 2022 9:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MDI child window appearance
Replies: 50
Views: 4195

Re: MDI child window appearance

Dear Silvio, Look at this! Thanks to Master Lailton! :-) EXE and new theme: https://github.com/FiveTechSoft/FWH_tools/blob/master/mdi_skin_w11.zip playing with the window I got this error https://i.postimg.cc/PxWy3bKD/dfdf.png so i did a test on all three window types an...
by Silvio.Falconi
Wed Dec 28, 2022 9:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MDI child window appearance
Replies: 50
Views: 4195

Re: MDI child window appearance

Antonio Linares wrote:Dear Silvio,

Do you want it as the first screenshot that you posted or as this previous one ?



I'd like what I posted azure, I don't have win 11 yet but I would see it fine in win 10,the header more small
by Silvio.Falconi
Wed Dec 28, 2022 8:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MDI child window appearance
Replies: 50
Views: 4195

Re: MDI child window appearance

Dear Silvio,

Look at this! Thanks to Master Lailton! :-)

EXE and new theme:
https://github.com/FiveTechSoft/FWH_tools/blob/master/mdi_skin_w11.zip

Image
by Antonio Linares
Wed Dec 28, 2022 7:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MDI child window appearance
Replies: 50
Views: 4195
PreviousNext

Return to advanced search