How To create a DashBoard

Re: How To create a DashBoard

Postby vilian » Fri May 10, 2019 1:30 pm

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
vilian
 
Posts: 920
Joined: Wed Nov 09, 2005 2:17 am
Location: Brazil

Re: How To create a DashBoard

Postby cnavarro » Fri May 10, 2019 2:06 pm

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" )
Cristobal Navarro
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
El secreto de la felicidad no está en hacer lo que te gusta, sino en que te guste lo que haces
User avatar
cnavarro
 
Posts: 6500
Joined: Wed Feb 15, 2012 8:25 pm
Location: España

Re: How To create a DashBoard

Postby Silvio.Falconi » Fri May 10, 2019 2:18 pm

I 'm modifying vistamenu Perhaps i can make a simulation
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
User avatar
Silvio.Falconi
 
Posts: 6774
Joined: Thu Oct 18, 2012 7:17 pm

Re: How To create a DashBoard

Postby cnavarro » Fri May 10, 2019 2:27 pm

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
Cristobal Navarro
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
El secreto de la felicidad no está en hacer lo que te gusta, sino en que te guste lo que haces
User avatar
cnavarro
 
Posts: 6500
Joined: Wed Feb 15, 2012 8:25 pm
Location: España

Re: How To create a DashBoard

Postby Silvio.Falconi » Fri May 10, 2019 4:42 pm

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.
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
User avatar
Silvio.Falconi
 
Posts: 6774
Joined: Thu Oct 18, 2012 7:17 pm

Re: How To create a DashBoard

Postby Silvio.Falconi » Sat May 11, 2019 7:04 am

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  Expand view
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()
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
User avatar
Silvio.Falconi
 
Posts: 6774
Joined: Thu Oct 18, 2012 7:17 pm

Re: How To create a DashBoard

Postby vilian » Mon Jul 01, 2019 2:22 pm

When i try to compile testdock01.prg, there is happening the error bellow:
Code: Select all  Expand view
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
vilian
 
Posts: 920
Joined: Wed Nov 09, 2005 2:17 am
Location: Brazil

Re: How To create a DashBoard

Postby cnavarro » Mon Jul 01, 2019 3:15 pm

vilian wrote:When i try to compile testdock01.prg, there is happening the error bellow:
Code: Select all  Expand view
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?

viewtopic.php?f=3&t=34083&p=201802&hilit=prsht.h#p201802
Cristobal Navarro
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
El secreto de la felicidad no está en hacer lo que te gusta, sino en que te guste lo que haces
User avatar
cnavarro
 
Posts: 6500
Joined: Wed Feb 15, 2012 8:25 pm
Location: España

Re: How To create a DashBoard

Postby vilian » Mon Jul 01, 2019 5:08 pm

I'm using BCC73 + Harbour + Fwh1905
Sds,
Vilian F. Arraes
vilian@vfatec.com.br
Belém-Pa-Brazil
User avatar
vilian
 
Posts: 920
Joined: Wed Nov 09, 2005 2:17 am
Location: Brazil

Re: How To create a DashBoard

Postby cnavarro » Mon Jul 01, 2019 5:40 pm

Look your mail
Cristobal Navarro
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
El secreto de la felicidad no está en hacer lo que te gusta, sino en que te guste lo que haces
User avatar
cnavarro
 
Posts: 6500
Joined: Wed Feb 15, 2012 8:25 pm
Location: España

Re: How To create a DashBoard

Postby AngelSalom » Fri Jul 19, 2019 10:18 am

Very happy with the power of tDockPnel!!!!

Image
Angel Salom
Visionwin Software - https://www.visionwin.com
------------------------------------------------------------
fwh 19.05 - harbour 3.2 - bcc 7.4
User avatar
AngelSalom
 
Posts: 708
Joined: Fri Oct 07, 2005 7:38 am
Location: Benicarló (Castellón ) - España

Re: How To create a DashBoard

Postby jnavas » Sun May 10, 2020 12:17 pm

Saludos
Es necesario incluir gráficas de Dispersión-
User avatar
jnavas
 
Posts: 472
Joined: Wed Nov 16, 2005 12:03 pm
Location: Caracas - Venezuela

Previous

Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: Google [Bot] and 91 guests