Search found 50 matches: vtitles

Return to advanced search

Re: New Paint Title Class

... 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 :?:
by ukoenig
Fri Jan 13, 2012 7:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New Paint Title Class
Replies: 4
Views: 1104

Re: TestImg Example

... nRow, nCol, , , , , .T. )        nCol += nI_Height    ENDDO    nRow += nI_WidthENDDO  Just a Sample, how to use VTitles. Best Regards Uwe :lol:
by ukoenig
Thu Jan 12, 2012 2:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TestImg Example
Replies: 9
Views: 3646

Message-,xBrowse-,Fonts and Backgrds. ( Download )

... 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 ...
by ukoenig
Mon Aug 22, 2011 11:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Message-,xBrowse-,Fonts and Backgrds. ( Download )
Replies: 1
Views: 623

Re: ExplorerBar and Get

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 ...
by ukoenig
Wed Jul 20, 2011 4:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ExplorerBar and Get
Replies: 12
Views: 4981

Re: ExplorerBar and Get

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, ...
by Patrizio
Wed Jul 20, 2011 10:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ExplorerBar and Get
Replies: 12
Views: 4981

Re: ExplorerBar and Get

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 ...
by ukoenig
Tue Jul 19, 2011 12:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ExplorerBar and Get
Replies: 12
Views: 4981

Re: A Fileformat-problem with oBar:SaveToBmp(cFile)

... 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 ...
by ukoenig
Sat Jul 16, 2011 8:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A Fileformat-problem with oBar:SaveToBmp(cFile)
Replies: 3
Views: 965

Possible adding SHADOW to xBrowse ( like VTitles )?

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 ...
by ukoenig
Tue Jul 12, 2011 11:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Possible adding SHADOW to xBrowse ( like VTitles )?
Replies: 0
Views: 291

Re: A Problem using : VTitles, Gradient / Base and BtnBmp

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...
by ukoenig
Fri Jul 08, 2011 8:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A Problem using : VTitles, Gradient / Base and BtnBmp
Replies: 3
Views: 770

Re: A Problem using : VTitles, Gradient / Base and BtnBmp

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 ...
by ukoenig
Fri Jul 08, 2011 12:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A Problem using : VTitles, Gradient / Base and BtnBmp
Replies: 3
Views: 770

Re: A Problem using : VTitles, Gradient / Base and BtnBmp

Hello

Please send me a sample, but the ttitle class has not designed like a parent control...
by Daniel Garcia-Gil
Fri Jul 08, 2011 12:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A Problem using : VTitles, Gradient / Base and BtnBmp
Replies: 3
Views: 770

A Problem using : VTitles, Gradient / Base and BtnBmp

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 ...
by ukoenig
Thu Jul 07, 2011 7:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A Problem using : VTitles, Gradient / Base and BtnBmp
Replies: 3
Views: 770

Re: Project : Programming a Image-viewer with xBrowse

... 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:
by ukoenig
Mon Apr 11, 2011 9:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Project : Programming a Image-viewer with xBrowse
Replies: 34
Views: 7958

Re: round bitmap btn

... 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//---------------------------------------------------------------------@ ...
by ukoenig
Thu Nov 18, 2010 8:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: round bitmap btn
Replies: 11
Views: 2905

Re: Dialog Question

... 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 ...
by ukoenig
Tue Nov 09, 2010 5:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dialog Question
Replies: 13
Views: 2198
Next

Return to advanced search