Search found 80 matches: setmenu

Return to advanced search

Re: Menu en Mdi

... indicar MENUINFO 0) ? a-abro ventana MDI con el menú definido MenuMain( AMPAArra ) b-abro ventana MDICHID c-realizo un AMPAArra[1][1][2][1][1]:Setmenu( nuevomenu( AMPAARRA) ) Ahora el menú 'principal/horizontal' tiene 10 opciones; funciona correctamente, la opción 'Ayuda' es correcta. d-realizo ...
by FiveWiDi
Sun Sep 25, 2022 9:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Menu en Mdi
Replies: 16
Views: 1157

Re: Xbrowse : Setup configuration file

... nFlags ) endif // add the lines if nRow < ::HeaderHeight()-if(::lgetbar,::nrowheight*2,0) .and. nCol > 0 .and.ncol<RECORDSELECTOR_WIDTH ::setmenu() return end 5. METHOD helpmenu( nRow, nCol, nFlags ) CLASS TXBrowse local oMenu, oCol local cPrompt local nFor, nLen local omenu2 local color1,color2 ...
by ShumingWang
Sat Apr 17, 2021 12:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse : Setup configuration file
Replies: 5
Views: 1210

atualizar TOOLBAR

para atualizar o menu faço assim:
oWnd:setmenu( MenuPrincipal() )
oWnd:Refresh()

pergunta, como faço para atualizar TOOLBAR ?
ex: DEFINE TOOLBAR oToolBar OF oWnd SIZE 50, 58 IMAGELIST oImageList BALLOON
??
by Sistem
Wed Feb 13, 2019 6:22 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: atualizar TOOLBAR
Replies: 8
Views: 864

Re: Rehacer menu en tiempo de ejecucion

Quizás con SetMenu una vez que hayas modificado el menú oWnd : SetMenu( MiMenu() )  Saludos No funciona. Aca mi menu MENU01.PRG function BuildMenu()   local oMenu, oMain   MENU oMenu     MENUITEM oMain PROMPT ...
by Compuin
Sun Dec 23, 2018 10:08 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Rehacer menu en tiempo de ejecucion
Replies: 12
Views: 1641

Re: Rehacer menu en tiempo de ejecucion

Quizás con SetMenu una vez que hayas modificado el menú

Code: Select all  Expand view

oWnd : SetMenu( MiMenu() )
 


Saludos
by horacio
Sun Dec 23, 2018 9:19 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Rehacer menu en tiempo de ejecucion
Replies: 12
Views: 1641

Re: Favor Ayuda

Usa oWnd : SetMenu( MenuUsuario() ) de acuerdo a los permisos del usuario.

Saludos
by horacio
Fri Sep 14, 2018 9:32 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Favor Ayuda
Replies: 6
Views: 686

Re: Problem with setmenu

Thanks C. Navarro. Comments in lines 200 and 201 already! Solved!!! Thanks!
by shark
Wed Aug 01, 2018 1:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with setmenu
Replies: 4
Views: 977

Multithread issue

... \ repsale5.PRG \ colldata.PRG \ ORDPOST.PRG \ ordprn.PRG \ ORDSEL.PRG \ lkupsupp.PRG \ password.PRG \ ASSMAKE.PRG \ xStkRec.PRG \ xstktake.PRG \ setmenu.PRG \ stkvar.PRG \ RepSal1a.PRG \ ORDOPTS.PRG \ eftpos.PRG \ TABOnFly.PRG \ ChitDisp.PRG \ repsale6.PRG \ repsale7.PRG \ stockgrp.PRG \ archive.PRG ...
by patdriscoll
Tue Jul 17, 2018 3:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Multithread issue
Replies: 2
Views: 803

Re: Problem with setmenu

From version 17.07 to 17.11 there were many changes in the classes of construction of menus http://wiki.fivetechsoft.com/doku.php?id=fivewin_menu_descolgante#menus_features_fwh_17.09 Can you send me an example with the problem? I can not reproduce the effect that comments Also, you test this http://...
by cnavarro
Fri Jul 06, 2018 11:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with setmenu
Replies: 4
Views: 977

Re: Problem with setmenu

added sugest lines, but, problem continued.

could you describe what was changed in the tmenu class between versions 17.07 and 18.01 ?

Thanks.
by shark
Fri Jul 06, 2018 7:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with setmenu
Replies: 4
Views: 977

Re: Problem with setmenu

I have seen the images, thanks
Please explain better your implementation or send example for test it
Before calling SetMenu again, put this code, try, and tell me the results
Code: Select all  Expand view


oWnd:oMenu:End()
oWnd:oMenu := nil
oWnd:SetMenu( oMenu )

 
by cnavarro
Thu Jul 05, 2018 1:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with setmenu
Replies: 4
Views: 977

Problem with setmenu

I have a problem calling setmenu method in Fivewin 18.01. In Fivewin 17.07 it´s ok. When i call the setmenu method: oMain:SetMenu( oMenu ), the menu bar is dragged to the left, it sharpens and cuts the gradiente bar on the right. In first ...
by shark
Thu Jul 05, 2018 11:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with setmenu
Replies: 4
Views: 977

Re: Ayuda DLL

Antonio buenos dias, gracias por la ayuda Agrego la VM.LIB (xharbour), y me manda estos errorres :( :( Proyecto: Kept5, Entorno: BorlandDLL: [1]:Harbour.Exe Source\Tseguro.prg /m /n /es2 /ki /iP:\32bits\xharbour\include;P:\32bits\FWH\INCLUDE /i /oObj\Tseguro.c xHarbour Compiler build 1.2.1 (SimpLex)...
by ricardog
Thu Aug 31, 2017 2:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda DLL
Replies: 24
Views: 6328

Re: Una de menus ( Solucionado )

... Por eso en este caso, se asigna a nMenuInfo el valor 0, para eliminar la referencia a la ubicación en el que situar la lista de MDIs    SetMenu( oMenu, nMenuInfo )  No confundir con el Method SetMenu de TWindow que no lleva el segundo parámetro SetMenu( oMenu ) 
by cnavarro
Fri Jan 13, 2017 5:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Una de menus ( Solucionado )
Replies: 4
Views: 1812

Re: multiple defintions, forst defined here

I changed the folder I was using to start hbmk2 to where the source code sits, and now am getting undefined instead of duplicates This is due, I guess, to not pulling in the correct library(ies). I added trace to see what was going on (thanks for that tip). Does this and the console listing below he...
by lmheimendinger
Mon Dec 05, 2016 11:37 pm
 
Forum: FiveWin for CA-Clipper
Topic: multiple defintions, forst defined here
Replies: 15
Views: 20143
Next

Return to advanced search