Search found 85 matches: otitle

Return to advanced search

Re: Any sample using < ChangeImg > of class TTitle ?

Gale, Enrico,
Thank You, it works fine now

oTitle has been defined STATIC, but was NIL inside the Function.

because of needed resizing, I cannot use ChangeImg ( shows full size ), I had to use :

oTitle:LoadBitmaps( cFile[1], , ,80,80, , , , , , 1 )

Best Regards
Uwe :lol:
by ukoenig
Tue Nov 27, 2012 7:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Any sample using < ChangeImg > of class TTitle ?
Replies: 3
Views: 729

Re: Any sample using < ChangeImg > of class TTitle ?

oTitle is NIL at the moment you try to call its ChangeImg() method.

EMG
by Enrico Maria Giordano
Tue Nov 27, 2012 5:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Any sample using < ChangeImg > of class TTitle ?
Replies: 3
Views: 729

Re: Any sample using < ChangeImg > of class TTitle ?

It looks like the method ChangeImg is there. You could also call oTitle:LoadBitmaps() directly, see below. //----------------------------------------------------------------------------//METHOD ChangeImg( cBitmap, nImg ) CLASS TTitle    DEFAULT ...
by Gale FORd
Tue Nov 27, 2012 5:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Any sample using < ChangeImg > of class TTitle ?
Replies: 3
Views: 729

Any sample using < ChangeImg > of class TTitle ?

... 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 description: Error BASE/1004 ...
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

Re: Reports

oReport:oTitle:aFont[ n1 ] := { || n2 } where n1 is the line number of your title and n2 the order your font was created. DEFINE FONT oFont1 NAME "ARIAL" SIZE 0,-10DEFINE FONT oFont2 NAME "CALIBRI" SIZE 0,-10 ...
by ADutheil
Sat Oct 13, 2012 2:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reports
Replies: 2
Views: 703

Re: TestTitl.prg Sample MDI

... 0 I got it working, using different Gradients to define Groups : I had to do some more Tests, because it is not possible to use the build in : oTitle:aGrdBack := { { 0.1, 16777215, 12171775 },{ 0.1, 12171775, 16777215 } } http://www.pflegeplus.com/pictures/toolbar7.jpg Best ...
by ukoenig
Wed Feb 29, 2012 2:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TestTitl.prg Sample MDI
Replies: 20
Views: 11768

Treport bug ?

... ::oReport:SetShdColor(CLR_GRAY) ENDIF ::oReport:nTitleUpLine := RPT_SINGLELINE ::oReport:nTitleDnLine := RPT_SINGLELINE ::oReport:oTitle:aFont[2] := {|| 3 } ::oReport:oTitle:aFont[3] := {|| 2 } ::oReport:SetTxtColor(::nColoreFont1,1) ------------> not run !!!! ::oReport:SetTxtColor(::nColoreFont2,2) ...
by MdaSolution
Thu Aug 18, 2011 3:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Treport bug ?
Replies: 0
Views: 407

Re: REDEFINE TITLE

bless,
acabo de hacer una prueba y si me funciona perfecto desde recurso.. hice esto:

REDEFINE TITLE oTitle ID 4001 OF oDls SHADOW NOSHADOW

@ 0,0 TITLETEXT OF oTitle TEXT "PACO"

salu2
pac o
by Francisco Horta
Wed Aug 03, 2011 9:47 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: REDEFINE TITLE
Replies: 7
Views: 868

How to replace VTITLE => Images and Text ? SOLVED

Hello, I want to change the Images and Text without destroying the VTitle . I tested ( only one Image ) on Button-click with : Button 1 oTitle:ChangeImg( c_Path + "\Bitmaps\Mouse1.bmp", 1 ) Button 2 oTitle:ChangeImg( c_Path + "\Bitmaps\Mouse2.bmp", 1 ) Button 3 oTitle:ChangeImg( ...
by ukoenig
Fri Jul 22, 2011 10:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to replace VTITLE => Images and Text ? SOLVED
Replies: 0
Views: 252

Re: Changing the tTitle text at runtime

Hi Marco,

Can you try it oTitle:aText[3] := "New Text"
by Horizon
Sat May 07, 2011 1:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Changing the tTitle text at runtime
Replies: 7
Views: 1129

Changing the tTitle text at runtime

Any ideas ?
I tried with oTitle:SetText("New text") without success.

Thanks in advance.
by Marco Turco
Sat May 07, 2011 12:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Changing the tTitle text at runtime
Replies: 7
Views: 1129

Re: xBrowse with round corners ??

... a embedded xbrowse inside a VTitle can be a good looking Solution : http://www.pflegeplus.com/pictures/embedded.jpg @ 50, 30 TITLE oTitle size 313, 211 of oWnd SHADOW topleft SHADOWSIZE 5 ROUND @ 10,10 XBROWSE oBrw ARRAY aData SIZE 300,200 PIXEL OF oTitle NOBORDER Best Regards Uwe ...
by ukoenig
Tue Feb 01, 2011 8:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse with round corners ??
Replies: 8
Views: 1249

HELP TO COMPLETE A NEW CLASS : FWCALENDAROFFICE

... the graphics all parts are as a panel control but only on the area center i can move and click the mouse and draw the graphics we called them : oTitle,oDays,oHours,oGraph the oHours can be ltime1, ltime15, ltime30, ltime45 - sample 00:00 , 00:15, 00:30, 00:45 - the oHours is static ( I used ...
by MdaSolution
Fri Jan 21, 2011 11:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HELP TO COMPLETE A NEW CLASS : FWCALENDAROFFICE
Replies: 1
Views: 962

Re: Possible to define a Area for Func. < SaveToBmp > ?

... ), but returns only a black BMP. Probably I could not exactly understand your problem. I am able to save full title's image with oTitle:SaveToBmp( <filename> ). For example I could save oTitle5 in \fwh\samples\testtitl.prg as: http://img9.imageshack.us/img9/5504/vtitled.jpg ...
by nageswaragunupudi
Thu Mar 04, 2010 1:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Possible to define a Area for Func. < SaveToBmp > ?
Replies: 10
Views: 2019

Ayuda con TReport

... FIRMA AYUDANTE" ; DATA repli("_",26) ; CENTERED; SIZE 23 END REPORT IF oReport:lCreated //Bold para lineas 1,2 del titulo oReport:oTitle:aFont[1] := {|| 2 } oReport:oTitle:aFont[2] := {|| 2 } ENDIF ACTIVATE REPORT oReport ; ON STARTGROUP ( oReport:NewLine() ); ON ENDGROUP ( oReport:nPage:=0, ...
by FranciscoA
Thu Feb 18, 2010 10:21 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con TReport
Replies: 2
Views: 914
PreviousNext

Return to advanced search