Search found 44 matches: uaction

Return to advanced search

FOLDEREX ON PAINT -> TFolderEx() how ?

... <nSep>, <nOption>, [{|Self,nOption| <upop>}],; <.lStretch.>, [ Upper(<(layout)>) ], [{|Self,nOption| <uAction>}], <nBright>,; <.lAnimate.>, [<nSpeed>], <oFont>, <.lTransparent.>, [\{<cDlgsName>\}], ; <.lBorder.>, ...
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: Una de clases - SOLUCIONADO

... Leandro, en la definicion del comando redefine get tenemos: #xcommand REDEFINE GET [ <oGet> VAR ] <uVar> ;...[ ACTION <uAction> ] ;=> ;[ <oGet> := ] TGet():ReDefine( <nId>, bSETGET(<uVar>), <oDlg>,;...<.spin.>, ...
by carlos vargas
Thu Aug 22, 2019 5:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Una de clases - SOLUCIONADO
Replies: 3
Views: 694

Re: Ribbonbar on w7 and 10

... <of:OF, WINDOW> <oWnd> ] ; [ <prm: PROMPT, PROMPTS, ITEMS> <cPrompt,...> ] ; [ <act: ACTION, EXECUTE, ON CHANGE> <uAction> ] ; [ OPTION <nOption> ] ; [ HEIGHT <nHeight> ] ; [ TOPMARGIN <nTopMargin> ]; [ COLOR <nClrPane> ] ; [ <ColorBox: ...
by Silvio.Falconi
Wed Apr 03, 2019 4:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbonbar on w7 and 10
Replies: 4
Views: 1000

Re: Folder tabs on the bottom

... ] ; [ <lAdjust: ADJUST> ] ; [ <lStretch: STRETCH> ] ; [ POPUP <upop>]; [ ALIGN <nAlign,...> ] ; [ ACTION <uAction> ]; [ BRIGHT <nBright> ] ; [ ON CHANGE <uChange> ] ; [ ON PAINT TAB <uPaint> ]; [ ON PAINT TEXT <uPaintxt> ]; [ HELPTOPICS ...
by cnavarro
Thu Jun 07, 2018 8:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Folder tabs on the bottom
Replies: 5
Views: 967

Re: TMenuItem():New changed

... ] ; [ <file: FILE, FILENAME, DISK> <cBmpFile> ] ; [ <resource: RESOURCE, RESNAME, NAME> <cResName> ] ; [ ACTION <uAction,...> ] ; [ BLOCK <bAction> ] ; [ <of: OF, MENU, SYSMENU> <oMenu> ] ; [ ACCELERATOR <nState>, <nVirtKey> ] ; ...
by cnavarro
Tue Feb 13, 2018 1:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TMenuItem():New changed
Replies: 5
Views: 946

New FTDN June/Junio 2017 (FWH 17.06)

... ] ; [ LIMIT <nLimit> ] ; [ <lExpand: EXPAND> ] ; [ <lForm: NOFORM> ] ; [ HEADERS <aHeads,...> ] ; [ ACTION <uAction,...> ] ; uData: nArea, Alias or Array ( And in the future object of connection ) aCols: number of columns selecteds for items of Menu ( COLUMNS ...
by Antonio Linares
Fri Jun 23, 2017 4:58 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Junio 2017 (FWH 17.06)
Replies: 10
Views: 3828

New FTDN June/Junio 2016 (FWH 16.06)

... <of:OF, WINDOW> <oWnd> ] ; [ <prm: PROMPT, PROMPTS, ITEMS> <cPrompt,...> ] ; [ <act: ACTION, EXECUTE, ON CHANGE> <uAction> ] ; [ OPTION <nOption> ] ; [ HEIGHT <nHeight> ] ; [ TOPMARGIN <nTopMargin> ]; [ COLOR <nClrPane> ] ; [ <ColorBox: ...
by Antonio Linares
Sun Aug 07, 2016 7:03 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Junio 2016 (FWH 16.06)
Replies: 2
Views: 2345

Re: Bold on Menuitem

... ] ; [ <file: FILE, FILENAME, DISK> <cBmpFile> ] ; [ <resource: RESOURCE, RESNAME, NAME> <cResName> ] ; [ ACTION <uAction,...> ] ; [ BLOCK <bAction> ] ; [ <of: OF, MENU, SYSMENU> <oMenu> ] ; [ ACCELERATOR <nState>, <nVirtKey> ] ; ...
by cnavarro
Tue Mar 29, 2016 5:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bold on Menuitem
Replies: 2
Views: 478

Re: PROBLEM ON BTNBMP

... <cBmpFile1> ; [,<cBmpFile2>[,<cBmpFile3>[,<cBmpFile4>] ] ] ] ; [ SIZE <nWidth>, <nHeight> ] ; [ ACTION <uAction,...> ] ; [ <of:OF, WINDOW, DIALOG> <oWnd> ] ; [ MESSAGE <cMsg> ] ; [ WHEN <uWhen> ] ; [ <adjust: ADJUST> ] ...
by ukoenig
Mon Feb 08, 2016 7:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PROBLEM ON BTNBMP
Replies: 3
Views: 788

Re: RIBBONBAR GROUP Resize ?

... TO OPTION, TO> <nOption> ]; [ PROMPT <cCaption> ]; [ WIDTH <nWidth> ]; [ ONFOCUSWIDTH <nWidthF> ]; // ???? [ ACTION <uAction> ] ; [ BITMAP <cBitmap> ] ; [ GRADIANT <aGradSel> ]; =>; [ <oGr> := ] <oRBar>:AddGroup( <nWidth>, <nWidthF>, ...
by avista
Fri Mar 06, 2015 9:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: RIBBONBAR GROUP Resize ?
Replies: 18
Views: 5455

Re: Minimizar ventana

... ]  ;             [ OF <oMetro> ]  [ <large: LARGE> ]  [ <lminimiza: MINIMIZA> ]  [ ACTION <uAction,...> ]  ;          =>  [ <oBtn> := ] <oMetro>:AddButton( <cPrompt>, <nClrText>, <nClrPane>, ...
by Daniel Garcia-Gil
Thu Oct 16, 2014 1:58 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Minimizar ventana
Replies: 5
Views: 1132

Re: Migrate to Harbour

Antonio, Enrico, If I properly understand you, what you want should get solved this way: [\{| [ <oMenuItem> ] | <uAction>\}],; If with this change is working right, then we modify FiveWin.ch and problem solved :-) Please note that this is only one of many warnings we can ...
by Enrico Maria Giordano
Sat Jul 05, 2014 2:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Migrate to Harbour
Replies: 85
Views: 11911

Re: Migrate to Harbour

Enrico,

If I properly understand you, what you want should get solved this way:

[\{| [<oMenuItem>] | <uAction>\}],;

If with this change is working right, then we modify FiveWin.ch and problem solved :-)
by Antonio Linares
Sat Jul 05, 2014 2:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Migrate to Harbour
Replies: 85
Views: 11911

Re: Migrate to Harbour

... ] ; [ <file: FILE, FILENAME, DISK> <cBmpFile> ] ; [ <resource: RESOURCE, RESNAME, NAME> <cResName> ] ; [ ACTION <uAction,...> ] ; [ BLOCK <bAction> ] ; [ <of: OF, MENU, SYSMENU> <oMenu> ] ; [ ACCELERATOR <nState>, <nVirtKey> ] ; ...
by Enrico Maria Giordano
Sat Jul 05, 2014 10:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Migrate to Harbour
Replies: 85
Views: 11911

Re: Migrate to Harbour

... ] ; [ <file: FILE, FILENAME, DISK> <cBmpFile> ] ; [ <resource: RESOURCE, RESNAME, NAME> <cResName> ] ; [ ACTION <uAction,...> ] ; [ BLOCK <bAction> ] ; [ <of: OF, MENU, SYSMENU> <oMenu> ] ; [ ACCELERATOR <nState>, <nVirtKey> ] ; ...
by cnavarro
Sat Jul 05, 2014 10:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Migrate to Harbour
Replies: 85
Views: 11911
Next

Return to advanced search