Search found 246 matches: noption

Return to advanced search

Re: change size dialog selecting noption folder

Dear Silvio,

I have not tested it yet

I just gave you a hint that maybe it is related :-)
by Antonio Linares
Fri Mar 15, 2024 9:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: change size dialog selecting noption folder
Replies: 3
Views: 619

Re: change size dialog selecting noption folder

Dear Silvio, In FWH 24.02 we removed a call to ::Resize() from Class TWindow Method Activate() We have restored it providing it the right parameters: ::Resize( 0, ::nWidth, ::nHeight ) If you are using FWH 24.02 please restore that line fixed as above, thanks Surely we will publish a revised FWH 24...
by Silvio.Falconi
Fri Mar 15, 2024 9:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: change size dialog selecting noption folder
Replies: 3
Views: 619

Re: change size dialog selecting noption folder

Dear Silvio, In FWH 24.02 we removed a call to ::Resize() from Class TWindow Method Activate() We have restored it providing it the right parameters: ::Resize( 0, ::nWidth, ::nHeight ) If you are using FWH 24.02 please restore that line fixed as above, thanks Surely we will publish a revised FWH 24....
by Antonio Linares
Fri Mar 15, 2024 9:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: change size dialog selecting noption folder
Replies: 3
Views: 619

change size dialog selecting noption folder

...  PIXEL   ;   FONT oFont  ;   COLOR nRgb( 245,244,234) ROUND 0       oFld:bAction:= { || change_size(oFld:nOption,aCooDlg,oDlg,oFld,oBar)   }                    oDlg:bResized  := <||                    local oRect         := oDlg:GetCliRect()  ...
by Silvio.Falconi
Thu Mar 14, 2024 11:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: change size dialog selecting noption folder
Replies: 3
Views: 619

FWH2307: List View Unicode compatible

https://imagizer.imageshack.com/v2/xq70/922/Uw5Nfd.png [code]#include "FiveWin.ch" function Main() local oWnd, oLvw, nOption := 1, oImageList DEFINE WINDOW oWnd TITLE "ListView Test" DEFINE IMAGELIST oImageList SIZE 32, 32 oImageList:AddIcon( "console" ...
by nageswaragunupudi
Sun Aug 27, 2023 9:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH2307: List View Unicode compatible
Replies: 1
Views: 231

Re: FOLDEREX ON PAINT -> TFolderEx() how ?

... "&Movies", "&Email", "Mo&nths", "Se&tting", "E&xit"},,;         ,, {|nOption, nOldOption, Self | ( If( nOption == 8, If( MsgYesNo( "Do you want exit??" ),  oWnd:End(), ( ::SetOption( nOldOption ), ::Refresh() ...
by Jimmy
Fri May 19, 2023 9:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FOLDEREX ON PAINT -> TFolderEx() how ?
Replies: 2
Views: 203

FOLDEREX ON PAINT -> TFolderEx() how ?

... [\{<cbmps>\}], <.lPixel.>, <.lDesign.>, [\{<cPrompt>\}], ; <ntabheight>, [\{<cnHelpids>\}], <nRound>, [{|nOption, nOldOption, Self | <uChange>}],; [{|Self,nOption| <uPaint>}], [{|Self,nOption| <uPaintxt>}], ; [\{<nAlign>\}], <.lAdjust.>, ...
by Jimmy
Fri May 19, 2023 5:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FOLDEREX ON PAINT -> TFolderEx() how ?
Replies: 2
Views: 203

Re: Changing the bitmap in the bookmark

Natter wrote:If I run the method: SetBitmap ("modif", oFld:nOption), then the bookmark simply becomes empty

Resource "modif" exist in your file .RC or .RES ?
by cnavarro
Mon Jan 30, 2023 1:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Changing the bitmap in the bookmark
Replies: 7
Views: 376

Re: Changing the bitmap in the bookmark

If I run the method: SetBitmap ("modif", oFld:nOption), then the bookmark simply becomes empty
by Natter
Mon Jan 30, 2023 1:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Changing the bitmap in the bookmark
Replies: 7
Views: 376

Re: Search for a number on xbrowse and highlight it

... CLASS TLotto where I put your source and now seems run ok and call this method every time I go to change the structure of the array :: aArray on noption Horizontal https://i.postimg.cc/WzD5FD6d/hhh.png Annual Extractions In this mode, the draws of the reference year are displayed. ...
by Silvio.Falconi
Thu Oct 13, 2022 7:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Search for a number on xbrowse and highlight it
Replies: 9
Views: 620

Re: Consulta FOLDEREX

Saludos, intenta con

WHEN oFldx:nOption <> 4

saludos, gracias... :shock:
by joseluisysturiz
Tue Sep 06, 2022 5:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consulta FOLDEREX
Replies: 3
Views: 281

Re: assign an action to normal folder class

Try with bChange DATA ( parameters: nOption, nOldOption )
Code: Select all  Expand view

   oFld:bChange := { | nOpt, nOldOpt | ..... }
 
by cnavarro
Thu Jan 13, 2022 12:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: assign an action to normal folder class
Replies: 3
Views: 301

To Nages : combobox not refresh xbrowse

... )      ::oWin:oClient := ::oLbx      ::oWin:oControl := ::oLbx *  ::oWin:oClient := ::oLbx *  ::oWin:SetControl( ::oLbx )   ::oTabs:nOption :=1   ::oWin:oBottom := ::oTabsRETURN Self// ------------------------------------------------------------------------- //METHOD Activar() ...
by Silvio.Falconi
Mon Jan 03, 2022 11:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages : combobox not refresh xbrowse
Replies: 1
Views: 257

Re: strange move Folder - Dialog

... curiosity only. Regards, saludos. local aPt := { 111,200 } aPt := ClientToScreen( oWndMain:hWnd, aPt ) oFolder:bAction := { || IF(oFolder:nOption=3 .or. oFolder:nOption=6 ,; (oDlg:nHeight:=400,oDlg:Move( aPt[ 1 ] , aPt[ 2 ] )),; (oDlg:nHeight:=680,oDlg:Move( aPt[ 1 ] , aPt[ 2 ] )) ) } ...
by Silvio.Falconi
Tue Nov 23, 2021 1:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: strange move Folder - Dialog
Replies: 5
Views: 515

Re: strange move Folder - Dialog

...                               ;      COLOR nRgb( 245, 244, 234 ) ROUND 5   oFld:SetOption( 1 )   // CREAR_DIALOGO_FLD( oFld, oFld:nOption )   oFld:bAction := { || CREAR_DIALOGO_FLD( oFld, oFld:nOption ) }   ACTIVATE DIALOG oDlg CENTERED   oFontDialog:End()  ...
by Silvio.Falconi
Tue Nov 23, 2021 8:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: strange move Folder - Dialog
Replies: 5
Views: 515
Next

Return to advanced search

cron