Search found 85 matches: otitle

Return to advanced search

Re: TITLETEXT Refresh() How To DO.....

oTitle:aText[1,3] := ''test"
oTitle:Refresh()
by MGA
Thu May 28, 2020 2:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How To Refresh() TITLETEXT With Arrays...???
Replies: 2
Views: 684

SQL BROWSER with FIVEWIN + xBrowser

:D Friends, I'm trying to create an internal SQL BROWSER with fivewin. The idea is that when you type QUERY and click RUN, the system loads the browse with the result. But I can't update the browser, could anyone help? this function does not work: static procedure PopulaBrowseQuery(cNotes, aResult) ...
by MGA
Fri Dec 20, 2019 1:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SQL BROWSER with FIVEWIN + xBrowser
Replies: 8
Views: 1716

Re: Problem TScrollPanel e TBitmap

Olá, Static Function Editar_Aluno( lAppend ) Local oDialog, aGet[46], aBtn[4], oTitle, oPanel Local cEscola, nIdade, cFotografia, aAlteracao cFotografia := oSistema():cLocal_Sistema + "temp\F" + cTempFile() + ".jpg" DEFINE DIALOG oDialog SIZE ...
by oliveiros junior
Fri Apr 05, 2019 9:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem TScrollPanel e TBitmap
Replies: 7
Views: 1112

Re: QRCODE

... FUNCTION DlgBarTitle( oWnd, cTitle, cBmp ,nHeight ) LOCAL oFont LOCAL oTitle LOCAL nColText := 180 LOCAL nRowImg := 0 DEFAULT cTitle := "" DEFAULT nHeight := 48 IF nHeight < 48 nColText := 60 nRowImg := 12 ...
by jnavas
Tue Dec 11, 2018 8:39 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: QRCODE
Replies: 12
Views: 3745

QRCODE

... FUNCTION DlgBarTitle( oWnd, cTitle, cBmp ,nHeight ) LOCAL oFont LOCAL oTitle LOCAL nColText := 180 LOCAL nRowImg := 0 DEFAULT cTitle := "" DEFAULT nHeight := 48 IF nHeight < 48 nColText := 60 nRowImg := 12 ...
by jnavas
Tue Dec 11, 2018 8:18 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: QRCODE
Replies: 12
Views: 3745

Como centralizar TITLE de uma TITLETEXT?

Como faço para centralizar o texto de um TITLETEXT ?

@ 0, 0 TITLE oTitle size 10, 10 of hLays["TITLE"] SHADOW NOSHADOW
@ 10, 10 TITLETEXT OF oTitle TEXT "" FONT oFont
by MGA
Wed Aug 09, 2017 4:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como centralizar TITLE de uma TITLETEXT?
Replies: 2
Views: 457

Re: Problem using images in TTitle from RESOURCE ? l

Antonio, the complete test ( works without problem from CODE ) FUNCTION RS3_PART4()LOCAL oBtn1, oTitle, oText1, oText2  // ------------------ TITLE --------------REDEFINE TITLE oTitle ID 110 OF oDlgMain BORDER SHADOW BOTTOMRIGHT oTitle:lRound := .T.    // RoundoTitle:aGrdBack ...
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: 1393

Problem using images in TTitle from RESOURCE ?

... 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 oText1 OF oTitle ...
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: 1393

Re: Richedit on a dialog

Silvio,

The error comes from here:

oTitle:aImgs[1][ 2 ] = oTitle:nWidth-120
by Antonio Linares
Wed Apr 20, 2016 11:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Richedit on a dialog
Replies: 17
Views: 8930

Re: Richedit on a dialog

... 0 ) then I resize all controls of the dialog into a function : oDlgModelli:bResized := {||Rinfresca_oDlgModelli(oTitle,oImagetitle,oDlgModelli,oLbx,oSay,aGet ,oBarMemo) } ACTIVATE DIALOG oDlgModelli centered ; ON INIT BuildRichEditBar( oDlgModelli, aGet[3],oBarMemo ...
by Silvio.Falconi
Wed Apr 20, 2016 8:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Richedit on a dialog
Replies: 17
Views: 8930

Re: Fivewin SlotMachine

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

Re: Nuevo FWH 15.08

... // oReport:oHeader:aFont[1] := {|| AZUL } // oReport:oFooter:aFont[1] := {|| AZUL } // Titulo, header y Footer de grupo en amarillo // oReport:oTitle:aFont[1] := {|| AMARILLO } // oReport:aGroups[1]:bHeadFont :={|| AMARILLO } // oReport:aGroups[1]:bFootFont :={|| AMARILLO } oReport:bInit:={|| ...
by cjcardoza
Fri Sep 25, 2015 8:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Nuevo FWH 15.08
Replies: 7
Views: 1369

Re: position of an Image

Antonio,
I found the solution !!!



oTitle:aImgs[1][ 2 ] = oTitle:nWidth-120
oTitle:Refresh()
by Silvio.Falconi
Thu May 28, 2015 10:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: position of an Image
Replies: 8
Views: 1118

Re: position of an Image

Silvio,

Try this:

oTitle:aImgs[ 1 ] = nRow
oTitle:aImgs[ 2 ] = nCol
oTitle:Refresh()
by Antonio Linares
Wed May 27, 2015 7:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: position of an Image
Replies: 8
Views: 1118

Re: position of an Image

not run

I need to move the image of the otitle
by Silvio.Falconi
Wed May 27, 2015 5:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: position of an Image
Replies: 8
Views: 1118
PreviousNext

Return to advanced search