Search found 56 matches: vistamenu

Return to advanced search

Re: Como usar VistaMenu con MDI?

Gracias Ramón, funciona perfecto.

Saludos.
by karinha
Wed Jan 05, 2022 1:05 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como usar VistaMenu con MDI?
Replies: 2
Views: 327

Re: Como usar VistaMenu con MDI?

João, ¿es esto lo que quieres? Pruébalo. Las modificaciones están en la función VISTA_MDI_FWH( oWnd ) https://i.postimg.cc/FR3f1tB9/JOAO3.png FUNCTION VISTA_MDI_FWH( oWnd )   Local oBrw,oBar, oWndClients, oMsgBar   use customer new alias "Customer" //<--------ABR...
by Ramón J.
Tue Jan 04, 2022 9:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como usar VistaMenu con MDI?
Replies: 2
Views: 327

Como usar VistaMenu con MDI?

Como usar VistaMenu con MDI? // \samples\VISTAMN1.PRG#include "fivewin.ch"STATIC oWndFUNCTION Main()   // LOCAL oWnd   LOCAL oVmenu   LOCAL oItem   LOCAL oIcon   DEFINE ICON oIcon NAME "C5ICON"   DEFINE ...
by karinha
Tue Jan 04, 2022 6:10 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como usar VistaMenu con MDI?
Replies: 2
Views: 327

Re: Class TTITLE ( images ) possible without Freeimage.dll ?

... also I should finish the software in which I still have serious problems not solved: I had already answered you because I saw the change in the vistamenu class and in other classes, I am convinced that navarro antonio and nages will find the right modification to do, also I would be interested ...
by Silvio.Falconi
Wed Jun 05, 2019 9:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Class TTITLE ( images ) possible without Freeimage.dll ?
Replies: 5
Views: 1066

Re: How To create a DashBoard

I 'm modifying vistamenu Perhaps i can make a simulation That makes a lot of sense because, maybe, it's the closest thing Sure you can also include your custom control within a dockpnel I saw on vistamnu class it is not possible ...
by Silvio.Falconi
Sat May 11, 2019 7:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How To create a DashBoard
Replies: 41
Views: 6952

Re: How To create a DashBoard

Silvio.Falconi wrote:I 'm modifying vistamenu Perhaps i can make a simulation


That makes a lot of sense because, maybe, it's the closest thing
Sure you can also include your custom control within a dockpnel
by cnavarro
Fri May 10, 2019 2:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How To create a DashBoard
Replies: 41
Views: 6952

Re: How To create a DashBoard

I 'm modifying vistamenu Perhaps i can make a simulation
by Silvio.Falconi
Fri May 10, 2019 2:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How To create a DashBoard
Replies: 41
Views: 6952

Re: c5tooltip and btnbmp

... Antonio can insert an option when the user call the eval action then window not create internal tooltip I not understood why c5tooltip run ok On vistamenu class having the same window class
by Silvio.Falconi
Mon Jul 16, 2018 4:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: c5tooltip and btnbmp
Replies: 6
Views: 889

Re: html class

... each items must have an image at left a text on the right the text can be normal text or text with link it can be made with vistamenu changed ctext command or add html or richedit memo I not have problem to make the normal and link text I have a class to write a Html file ...
by Silvio.Falconi
Wed Jan 24, 2018 4:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: html class
Replies: 14
Views: 2398

Re: html class

I wish insert on vistamenu instead ctext and I have many items as I send you the message
I cannot use activex for each items
by Silvio.Falconi
Wed Jan 24, 2018 10:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: html class
Replies: 14
Views: 2398

Re: creating sections

No perhaps Vistamenu if I Know how Modify it the problem is insert the text normal or rtf and the button at right https://s13.postimg.org/f1vs96h9j/dash.jpg test.prg #include "fivewin.ch"function main()local ...
by Silvio.Falconi
Tue May 09, 2017 5:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: creating sections
Replies: 4
Views: 731

Re: Menues mas bonitos

Aqui tienes la librerías que Pacó nos regaló:

https://bitbucket.org/fivetech/c5controls/src

Revisa la librería VistaMenu
by Antonio Linares
Sat Jun 04, 2016 9:02 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Menues mas bonitos
Replies: 1
Views: 531

Re: Problems With vistamenu Items: RESOLVED!!!

Now I resolved !!!! http://s29.postimg.org/pc25gc47r/good.jpg On METHOD GetCoors() CLASS TVistaMenu I insert this lines on case ntype:=1 IF ::aItems[n]:aItems[n2]:lMove nBottom :=nBottom+2 ENDIF before of ::aItems[n]:aItems[n2]:rcItem := { nTop, nLeft, nBottom, nRight } THIS RUN ONLY...
by Silvio.Falconi
Thu Mar 06, 2014 7:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problems With vistamenu Items RESOLVED!!!
Replies: 7
Views: 1386

Re: Problems With vistamenu Items

if you add a new Data on CLASS TVistaMenuItem class Method Paint if ::hBmp != 0 if ::lHasAlpha ABPaint( hDC, nLeft-::oWnd:nWLeftImage+10, nTop, ::hBmp, ::nAlphaLevel ) else If ::lMove DrawMasked( hDC, ::hBmp, nTop, (nLeft+40)-::oWnd:nWLeftImage+10 ) ELSE DrawMasked( hDC, ::hBmp, nTop, nLeft-::oWnd:n...
by Silvio.Falconi
Thu Mar 06, 2014 6:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problems With vistamenu Items RESOLVED!!!
Replies: 7
Views: 1386

Re: Problems With vistamenu Items

:SetMarginH or :SetMarginT methods are for the Vistamenu object

the problem is on item and on TVistaMenuItem
by Silvio.Falconi
Thu Mar 06, 2014 5:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problems With vistamenu Items RESOLVED!!!
Replies: 7
Views: 1386
Next

Return to advanced search