How To create a DashBoard

User avatar
vilian
Posts: 795
Joined: Wed Nov 09, 2005 2:17 am
Location: Brazil
Contact:

Re: How To create a DashBoard

Post by vilian »

Cristóbal,

Will be possible to include scrollbars in the Tdockpanel?
Sds,
Vilian F. Arraes
vilian@vfatec.com.br
Belém-Pa-Brazil
User avatar
cnavarro
Posts: 5792
Joined: Wed Feb 15, 2012 8:25 pm
Location: España

Re: How To create a DashBoard

Post by cnavarro »

vilian wrote:Cristóbal,

Will be possible to include scrollbars in the Tdockpanel?
Dear Vilian
Sure,
1.- See the fifth image I've put on the wiki (dockpanels with title "More info"): DockPnels inside ScrollPnel
2.- See the first image I've put on the wiki ("Magenta" title): inside a dockpnel a TScrollPnel with a button ( look code in first sample and search "Magenta" )
C. Navarro
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
Si alguien te dice que algo no se puede hacer, recuerda que esta hablando de sus limitaciones, no de las tuyas.
User avatar
Silvio.Falconi
Posts: 4956
Joined: Thu Oct 18, 2012 7:17 pm

Re: How To create a DashBoard

Post by Silvio.Falconi »

I 'm modifying vistamenu Perhaps i can make a simulation
I use : FiveWin for Harbour August 2020 (Revision) - Harbour 3.2.0dev (r1712141320) - Bcc7.30 - xMate ver. 1.15.3 - PellesC
User avatar
cnavarro
Posts: 5792
Joined: Wed Feb 15, 2012 8:25 pm
Location: España

Re: How To create a DashBoard

Post by cnavarro »

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
C. Navarro
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
Si alguien te dice que algo no se puede hacer, recuerda que esta hablando de sus limitaciones, no de las tuyas.
User avatar
Silvio.Falconi
Posts: 4956
Joined: Thu Oct 18, 2012 7:17 pm

Re: How To create a DashBoard

Post by Silvio.Falconi »

cnavarro wrote:Very pretty
I think you can also do it (in future versions)
But, I understand DashBoard in another way. Please look for images of DashBoard with google, or the image that the companion Villian put in the first post of this thread.
yes, more than a dashboard I wanted to make a bulletin board where the user could write down the appointments he has to make or all the invoices that have to be paid and other news

I believe that it can solve by modifying the view only that I did not understand how to remove the underlined writings and insert at the second level a text like html, that is both with the normal text and with the text type urlink that pressing could open procedures inside application for example the reminder "you have to pay the invoice n.xxx" and pressing xxx the procedure goes to the invoice and displays it.
I use : FiveWin for Harbour August 2020 (Revision) - Harbour 3.2.0dev (r1712141320) - Bcc7.30 - xMate ver. 1.15.3 - PellesC
User avatar
Silvio.Falconi
Posts: 4956
Joined: Thu Oct 18, 2012 7:17 pm

Re: How To create a DashBoard

Post by Silvio.Falconi »

cnavarro wrote:
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

I saw on vistamnu class it is not possible because I cannot insert any control on each items
I tried with a easy say and it make error

Code: Select all

 Error description: Error BASE/1004  Message not found: TVISTAMENUITEM:NCLRTEXT
   Args:
     [   1] = O   TVISTAMENUITEM

Stack Calls
===========
   Called from:  => __ERRRT_SBASE( 0 )
   Called from: ../../../tobject.prg => TVISTAMENUITEM:ERROR( 0 )
   Called from: ../../../tobject.prg => (b)HBOBJECT( 0 )
   Called from: ../../../tobject.prg => TVISTAMENUITEM:MSGNOTFOUND( 0 )
   Called from: ../../../tobject.prg => TVISTAMENUITEM:NCLRTEXT( 0 )
   Called from: .\source\classes\SAY.PRG => TSAY:NEW( 81 )
   Called from: vistamn1.prg => MAIN( 30 )
 
It want only the addItem()
I use : FiveWin for Harbour August 2020 (Revision) - Harbour 3.2.0dev (r1712141320) - Bcc7.30 - xMate ver. 1.15.3 - PellesC
User avatar
vilian
Posts: 795
Joined: Wed Nov 09, 2005 2:17 am
Location: Brazil
Contact:

Re: How To create a DashBoard

Post by vilian »

When i try to compile testdock01.prg, there is happening the error bellow:

Code: Select all

Error prsht.h 917 1: '#endif' before '#if'
Do you know why ?
Sds,
Vilian F. Arraes
vilian@vfatec.com.br
Belém-Pa-Brazil
User avatar
cnavarro
Posts: 5792
Joined: Wed Feb 15, 2012 8:25 pm
Location: España

Re: How To create a DashBoard

Post by cnavarro »

vilian wrote:When i try to compile testdock01.prg, there is happening the error bellow:

Code: Select all

Error prsht.h 917 1: '#endif' before '#if'
Do you know why ?
It's a problem of version of Borland Compiler
What version of Borland do you use?

http://forums.fivetechsupport.com/viewt ... .h#p201802
C. Navarro
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
Si alguien te dice que algo no se puede hacer, recuerda que esta hablando de sus limitaciones, no de las tuyas.
User avatar
vilian
Posts: 795
Joined: Wed Nov 09, 2005 2:17 am
Location: Brazil
Contact:

Re: How To create a DashBoard

Post by vilian »

I'm using BCC73 + Harbour + Fwh1905
Sds,
Vilian F. Arraes
vilian@vfatec.com.br
Belém-Pa-Brazil
User avatar
cnavarro
Posts: 5792
Joined: Wed Feb 15, 2012 8:25 pm
Location: España

Re: How To create a DashBoard

Post by cnavarro »

Look your mail
C. Navarro
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
Si alguien te dice que algo no se puede hacer, recuerda que esta hablando de sus limitaciones, no de las tuyas.
User avatar
AngelSalom
Posts: 664
Joined: Fri Oct 07, 2005 7:38 am
Location: Vinaros (Castellón ) - España
Contact:

Re: How To create a DashBoard

Post by AngelSalom »

Very happy with the power of tDockPnel!!!!

Image
Angel Salom
http://www.visionwin.com
---------------------------------------------
fwh 19.05 - harbour 3.2 - bcc 7.0
User avatar
jnavas
Posts: 399
Joined: Wed Nov 16, 2005 12:03 pm
Location: Caracas - Venezuela
Contact:

Re: How To create a DashBoard

Post by jnavas »

Saludos
Es necesario incluir gráficas de Dispersión-
Post Reply