Search found 525 matches: frances

Return to advanced search

Re: Codejock Calendar Samples?

Frances Dutch and Norberto You can download it from http://www.cbati.com/tcodejock.zip if any one else wants to download he is welcome, of course you will need to have the license from codejock and insert your own license ...
by richard-service
Sat Jan 21, 2023 10:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Codejock Calendar Samples?
Replies: 116
Views: 46463

Re: Ribbon Theme

... classes (groups, etc.). Maybe Antonio can come up with another solution. Here is the source for the above image. It is a modification of Frances Padilla's code that was previously posted in this forum. /*Purpose  : Fivewin Ribbonbar - MS Office 2019 styleProgram  : Author   : Frances ...
by James Bott
Tue May 07, 2019 4:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon Theme
Replies: 163
Views: 28224

Re: Ribbon Theme

Thanks to Frances Padilla (FAP) here you have the source code for his example: #include "FiveWin.ch"#include "Ribbon.ch"#define _nClrPaneRB       RGB( 68, 68, 68 )#define _nClrBoxOutRB ...
by Antonio Linares
Mon May 06, 2019 4:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon Theme
Replies: 163
Views: 28224

Re: TFolderEx Tab width problem

Hi Frances,

Thanks, I tried it but still not working.

Best regards,
ryu
by ryugarai27
Thu Oct 25, 2018 10:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TFolderEx Tab width problem
Replies: 2
Views: 464

Re: Ribbon Theme

Frances, Thanks for the video. I looked back at your code on the previous page where you showed how to get that effect with the tabs. I see that you used aGradOver. I have never been able to see any affect by either passing ...
by James Bott
Mon Oct 22, 2018 2:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon Theme
Replies: 163
Views: 28224

Re: Ribbon Theme

Cristobal and Frances, OK guys, I apparently didn't make myself clear. You both seem to have given me code to set the tab text color of unselected tabs. What I really need is to change the color of unselected tabs only when the cursor ...
by James Bott
Sun Oct 21, 2018 9:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon Theme
Replies: 163
Views: 28224

Re: Ribbon Theme

Frances, Do you have any idea how to change the tab text color when hovering over it. The blue theme has white text on a dark blue background, then when you hover over it the tab background turns white and thus the text disappears. ...
by fraxzi
Sat Oct 20, 2018 7:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon Theme
Replies: 163
Views: 28224

Re: Ribbon Theme

Frances, Do you have any idea how to change the tab text color when hovering over it. The blue theme has white text on a dark blue background, then when you hover over it the tab background turns white and thus the text disappears. ...
by James Bott
Sat Oct 20, 2018 12:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon Theme
Replies: 163
Views: 28224

Re: Ribbon Theme

Frances, Still no class modification. There is still at least one thing you cannot do without class modification. You cannot draw group separator bars without also drawing outlines. This is a show-stopper if you want an exact ...
by Silvio.Falconi
Fri Oct 19, 2018 6:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon Theme
Replies: 163
Views: 28224

Re: Ribbon Theme

Frances, Still no class modification. There is still at least one thing you cannot do without class modification. You cannot draw group separator bars without also drawing outlines. This is a show-stopper if you want an exact ...
by James Bott
Tue Oct 16, 2018 3:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon Theme
Replies: 163
Views: 28224

Re: Ribbon Theme

Frances,

Glad to hear you got it working.

I now see that you were talking about the tab color and I was thinking the button hover color.
by James Bott
Tue Oct 16, 2018 6:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon Theme
Replies: 163
Views: 28224

Re: Ribbon Theme

Frances, Here is my exact code: @ 2,5 ADD BUTTON oBtn1 GROUP oGr1 PROMPT "New" BITMAP ".\bitmaps\document_color_blue.BMP" ; NORMAL ROUND SIZE 50,65 ACTION msgInfo("New Work Entry Here") tooltip ...
by fraxzi
Tue Oct 16, 2018 5:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon Theme
Replies: 163
Views: 28224

Re: Ribbon Theme

Frances, From my previous message: I am also wondering if you are passing the value in the wrong location when you are defining the button. Or, perhaps it is getting redefined in the New() method. The above method is defining ...
by fraxzi
Tue Oct 16, 2018 5:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon Theme
Replies: 163
Views: 28224

Re: Ribbon Theme

Frances, From my previous message: I am also wondering if you are passing the value in the wrong location when you are defining the button. Or, perhaps it is getting redefined in the New() method. The above method is defining ...
by James Bott
Tue Oct 16, 2018 4:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon Theme
Replies: 163
Views: 28224

Re: Ribbon Theme

Frances, Here is my exact code: @ 2,5 ADD BUTTON oBtn1 GROUP oGr1 PROMPT "New" BITMAP ".\bitmaps\document_color_blue.BMP" ; NORMAL ROUND SIZE 50,65 ACTION msgInfo("New Work Entry Here") tooltip ...
by James Bott
Tue Oct 16, 2018 3:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon Theme
Replies: 163
Views: 28224
Next

Return to advanced search