Search found 249 matches: noption

Return to advanced search

Re: xbrowse very slow vs Xbrowser

... I call it "Method NagesProcedure(aCell,aVals,nOption) CLASS TLotto" I use on procedure to show lotto.dbf and it make this error   Called from: Source\lotto\tlotto.prg => (b)TLOTTO_NAGESPROCEDURE( ...
by Silvio.Falconi
Thu Nov 07, 2024 12:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse very slow vs Xbrowser
Replies: 18
Views: 567

Re: how to ? TABS ON MDICHILD WINDOW. SOLVED

... the above line with: @ 20, 0 TABS oWndItems:oBottom PROMPTS "One", "Two", "Three" OF oWndItems ACTION MsgInfo( nOption )
by Antonio Linares
Mon Jul 29, 2024 7:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to ? TABS ON MDICHILD WINDOW. SOLVED
Replies: 5
Views: 510

Re: IP, Mac Address, Name desde mi modem

... HMG. Sin embargo hice prueba con WMI como lo he hecho anteriormente con otros comandos, y los resultados no son los que esperaba. elseif nOption == 7 oQry := oWMI:ExecQuery( "SELECT * FROM Win32_NetworkAdapterConfiguration" ) aTitCols:= {"Caption", "Description","MacAddress","IpAddress"} ...
by FranciscoA
Sat Jun 22, 2024 6:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: IP, Mac Address, Name desde mi modem
Replies: 49
Views: 4181

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: 914

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: 914

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: 914

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: 914

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: 292

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: 305

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: 305

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: 557

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: 557

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: 911

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: 427

Re: assign an action to normal folder class

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

   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: 342
Next

Return to advanced search

cron