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 ...
... 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 ...
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 ...
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 ...
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 ...
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. ...
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. ...
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 ...
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 ...
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 ...
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 ...
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 ...
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 ...