... your applications. Please review samples\TestTitl.prg As well Shadows, Borders and animated Images with Action, 3D Text are supported. I'm using VTitles very often as a Frame, to show something special. Maybe I*m incorrect ? Best Regards Uwe :?:
... Please check the MAKEFILE for FWH-path and Compiler !!! Includes : 1. any Background-combinations of Window and Dialog 2. Message-Painter ( VTitles ) 3. xBrowse-Painter 4. Font-editor 5. converts BMP-screenshots to JPG 6. Creates PRG and EXE-files 7. Save and load a Project from a DBF and ...
Patrizio, still using Version 10.9 . No changes of Class VTitles since this Version. ( the sample is nearly finished ) Another Test : added TBtnBmp and TSelex ( some more Control-tests will follow ) http://www.pflegeplus.com/pictures/expbar3.jpg ...
Uwe, thank's for the reply. I've tried with VTitles. With SAY and GET the controls are not correctly designed: #include "FiveWin.ch"#include "TTitle.ch"PROC Main() LOCAL cText := Space(30) LOCAL oWnd, oExpBar, ...
Patrizio, My Solution looks a little bit different and complicated. to make it possible, to add any Control to a explorerbar : 1. I embedded VTitles to the panels ( adjusted ). 2. The needed Controls are defined inside the VTitles That works for me without any Problems. The Screenshot shows ...
... same with Background. Download ( 4.1 MB ) : http://www.pflegeplus.com/fw_downloads/message1.zip Is is a all in one- solution : Windows, Dialog, VTitles( Messages ), Fonteditor ( 2 for Head and Text ) and xBrowse. I think, I found the Reason for the missing Display. Xbrowse cannot display this ...
Hello, there was a Question about Borders and xBrowse. Maybe it is possible to add a Shadow like used in VTitles ( makes it equal looking ) ? I added a xBrowse-preview to Messages, using the same Backgrounds, Fonts and Textcolors from the Message. http://www.pflegeplus.com/pictures/shadow3.jpg ...
Found a working Solution ! http://www.pflegeplus.com/pictures/about20.jpg IF nStyle <> 8 // Button for all Styles NO Base @ nHeight - 55, nWidth - 50 BTNBMP oBtn OF oBar2 ; SIZE 40, 40 PIXEL; NOBORDER ; PROMPT "&OK" ; FILENAME c_path + "\Bitmap...
Daniel, Thank You for the Response, maybe to much work to find and change something inside classes. the ttitle class has not designed like a parent control I don't know why, but all the things I want to do, somehow I got working. I found a Solution to change Buttons at Runtime. Using Base, a normal ...
To Daniel, I changed a normal Button to BtnBmp inside VTitles, because it looks much better. All Background-styles are working fine, but not using Gradient and Base. Is it possible, to fix the Problem ? ( I would like, to keep the round Button ). Otherwise ...
... nScrwidth, nScrheight - 50, .T. ) ) oDlg1:Setbrush( oBrush1 ) oTmp:End() Another Template with a second Dialog ( NOWAIT ), scrolling different VTitles-styles : http://www.pflegeplus.com/pictures/templ23.jpg Best Regards Uwe :lol:
... BMP with NIL.bmp and reverse, or use instead of < NIL.bmp > another Color. Using a Button-switch for the Test : ( BtnBmp can be used inside VTitles as well !!! ) Also You can change the Buttontext. // 3 means the Button-number from the list, You want to hide//---------------------------------------------------------------------@ ...
... to make it complete. It will be finished in a short Time and I will send You a message. You can test every Style, it is possible to create with VTitles. Very easy to change the Style with many Infos, what to do. Maybe these Screenshots gives You some Design-Ideas : http://www.pflegeplus.com/pictures/VTText2.jpg ...