Search found 28 matches: titleimg

Return to advanced search

Re: How to make TFolderEx excel-like?

Thanks Antonio. This works!
Anything similar for images created using TITLEIMG?

Antonio Linares wrote:Try this:

oTitle:aText[ 3 ] = "new text"
oTitle:Refresh()
by hua
Mon Nov 14, 2022 10:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to make TFolderEx excel-like?
Replies: 16
Views: 933

Re: QRCODE

... DEFINE FONT oFont NAME "Arial" size 12, 30 ENDIF @ -1, -1 TITLE oTitle size oWnd:nWidth+1, nHeight+1 of oWnd SHADOWSIZE 0 @ nRowImg, 10 TITLEIMG OF oTitle BITMAP cBmp SIZE 48, 48 REFLEX ; TRANSPARENT @ nRowImg-2 , nColText TITLETEXT OF oTitle TEXT cTitle COLOR CLR_BLACK FONT oFont oTitle:aGrdBack ...
by jnavas
Tue Dec 11, 2018 8:39 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: QRCODE
Replies: 12
Views: 3745

QRCODE

... DEFINE FONT oFont NAME "Arial" size 12, 30 ENDIF @ -1, -1 TITLE oTitle size oWnd:nWidth+1, nHeight+1 of oWnd SHADOWSIZE 0 @ nRowImg, 10 TITLEIMG OF oTitle BITMAP cBmp SIZE 48, 48 REFLEX ; TRANSPARENT @ nRowImg-2 , nColText TITLETEXT OF oTitle TEXT cTitle COLOR CLR_BLACK FONT oFont oTitle:aGrdBack ...
by jnavas
Tue Dec 11, 2018 8:18 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: QRCODE
Replies: 12
Views: 3745

Re: Problem using images in TTitle from RESOURCE ? l

... otherwise the ttitle-background will be black !!!// ------------------------------------------------------------------------------//@ 0, 0 TITLEIMG OF oTitle BITMAP c_path1 + "NIL.bmp" ; //SIZE  500, 180 ;//ACTION oDlgMain:End()// -- transparent image with action only on image-area// ...
by ukoenig
Mon May 29, 2017 11:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem using images in TTitle from RESOURCE ?
Replies: 5
Views: 1386

Problem using images in TTitle from RESOURCE ?

... [ 2] = U Stack Calls =========== Called from: .\source\classes\TTITLE.PRG => TTITLE:LOADBITMAPS( 651 ) Using the same like from CODE @ 20, 20 TITLEIMG OF oTitle BITMAP c_path1 + "info.bmp" ; SIZE 96, 96 ANIMA; ACTION oDlgMain:End() Works from CODE and RESOURCE @ 25, 150 TITLETEXT ...
by ukoenig
Mon May 29, 2017 11:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem using images in TTitle from RESOURCE ?
Replies: 5
Views: 1386

Re: Fivewin SlotMachine

... inside each section 4. random - function 5. changing images of the sections with button SPIN with a selected speed and turns ( I noticed < TITLEIMG OF oTitle > only accepts BMP ? ) Download http://www.pflegeplus.com/DOWNLOAD/Gditest_3.zip http://www.pflegeplus.com/IMAGES/TTitle3.jpg ...
by ukoenig
Tue Jan 26, 2016 10:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin SlotMachine
Replies: 58
Views: 15806

Re: Fivewin SlotMachine

Uwe, titleimg support png file reosurces ? http://www.eoeo.it/wp-content/uploads/2016/01/paytable.jpg @ nRowCard, 2 TITLEIMG OF oTitle3 RESNAME "hotdog" SIZE 100, 70 REFLEX TRANSPARENT ANIMA I not see ...
by Silvio.Falconi
Wed Jan 20, 2016 11:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin SlotMachine
Replies: 58
Views: 15806

Re: Can I use TITLEIMG and TITLETEXT with TTitle RC? *Done*

TTitle():AddText(...)
TTitle():LoasBitmaps(...)
Thanks
by dutch
Sat Jun 29, 2013 4:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Can I use TITLEIMG and TITLETEXT with TTitle RC? *Done*
Replies: 1
Views: 457

Can I use TITLEIMG and TITLETEXT with TTitle RC? *Done*

Dear All,

I try TTITLE in resource and it works fine. But I cannot use TITLETEXT and TITLEIMG with TTITLE in RESOURCE.

How can I use it?

Thanks in advance for any idea.
by dutch
Fri Jun 28, 2013 11:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Can I use TITLEIMG and TITLETEXT with TTitle RC? *Done*
Replies: 1
Views: 457

Any sample using < ChangeImg > of class TTitle ?

... TTitle ? Tested, but returns a error I want to replace the first defined Image with the new Image < cFile[1] > The first Image : @ 10, 10 TITLEIMG oImg[1] OF oTitle BITMAP cFile[5] SIZE 80, 80 REFLEX TRANSPARENT ANIMA Changing cFile[5] to cFile[1] oTitle:ChangeImg( cFile[1], 1 ) Error ...
by ukoenig
Tue Nov 27, 2012 4:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Any sample using < ChangeImg > of class TTitle ?
Replies: 3
Views: 729

TTitle from RESOURCE a Image-problem ?

... 0 oMTitle1:lTransparent := .F. oMTitle1:lBorder := .F. oMTitle1:aGrdBack := { { 1, nDColorF, nDColorF }, ; { 1, nDColorF, nDColorF } } @ 10, 10 TITLEIMG OF oMTitle1 BITMAP c_path + "\Images\" + cDImage TRANSPARENT ; ACTION MsgAlert( "Button with Action","Attention" ...
by ukoenig
Fri Apr 27, 2012 6:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TTitle from RESOURCE a Image-problem ?
Replies: 5
Views: 1745

Re: TestTitl.prg Sample MDI

... oInfo SIZE 300, 105 OF oToolBar NOBORDER SHADOWSIZE 0 // oInfo:aGrdBack := { { 0.1, 16777215, 12171775 },{ 0.1, 12171775, 16777215 } } @ 10, 10 TITLEIMG OF oInfo BITMAP ".\bitmaps\preview.bmp" SIZE 50, 50 REFLEX TRANSPARENT ANIMA LEVEL 255 // Base @ 15, 100 TITLETEXT OF oInfo TEXT ...
by ukoenig
Wed Feb 29, 2012 2:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TestTitl.prg Sample MDI
Replies: 20
Views: 11745

Re: About box

... You don*t want a extra Button, You can use the ACTION of the Info.bmp : ( It would be great, Daniel could add TOOLTIPS to the Image ) @ 10, 20 TITLEIMG OF oBar1 BITMAP c_path + "\Bitmaps\Info.bmp" SIZE 45, 45 ANIMA LEVEL 255 ; ACTION oBar1:End() // can have a Action !!! Just give ...
by ukoenig
Tue Jul 05, 2011 10:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: About box
Replies: 13
Views: 2532

Re: About box

... added to TTITLE * New: Class TTitleImg to use in class TTITLE, create an object with properties of the image added to TTITLE modified xcommand, TITLEIMG and TITLETEXT to return the object created in each case All Styles are working : http://www.pflegeplus.com/pictures/about4.jpg ...
by ukoenig
Tue Jul 05, 2011 8:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: About box
Replies: 13
Views: 2532

Re: About box

Uwe:

Thank you for your answer. The compiler gives me an error with the @ nTop, nLeft TITLE, TITLEIMG, TITLETEXT commands. I'm using FWH 10.6. Can the TITLE control be centered no matter the screen resolution ? Thank you my friend.


Gustavo
by HunterEC
Mon Jul 04, 2011 4:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: About box
Replies: 13
Views: 2532
Next

Return to advanced search