FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour How To create a DashBoard
Posts: 1067
Joined: Wed Nov 09, 2005 02:17 AM
Re: How To create a DashBoard
Posted: Fri May 10, 2019 01: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
Posts: 6755
Joined: Wed Feb 15, 2012 08:25 PM
Re: How To create a DashBoard
Posted: Fri May 10, 2019 02: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
Posts: 7317
Joined: Thu Oct 18, 2012 07:17 PM
Re: How To create a DashBoard
Posted: Fri May 10, 2019 02: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 March-April 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
Posts: 6755
Joined: Wed Feb 15, 2012 08:25 PM
Re: How To create a DashBoard
Posted: Fri May 10, 2019 02: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
Posts: 7317
Joined: Thu Oct 18, 2012 07:17 PM
Re: How To create a DashBoard
Posted: Fri May 10, 2019 04: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 March-April 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
Posts: 7317
Joined: Thu Oct 18, 2012 07:17 PM
Re: How To create a DashBoard
Posted: Sat May 11, 2019 07: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 (fw): Select all Collapse
 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 March-April 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
Posts: 1067
Joined: Wed Nov 09, 2005 02:17 AM
Re: How To create a DashBoard
Posted: Mon Jul 01, 2019 02:22 PM
When i try to compile testdock01.prg, there is happening the error bellow:
Code (fw): Select all Collapse
Error prsht.h 917 1: '#endif' before '#if'

Do you know why ?
Sds,
Vilian F. Arraes
vilian@vfatec.com.br
Bel茅m-Pa-Brazil
Posts: 6755
Joined: Wed Feb 15, 2012 08:25 PM
Re: How To create a DashBoard
Posted: Mon Jul 01, 2019 03:15 PM
vilian wrote:When i try to compile testdock01.prg, there is happening the error bellow:
Code (fw): Select all Collapse
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
Posts: 1067
Joined: Wed Nov 09, 2005 02:17 AM
Re: How To create a DashBoard
Posted: Mon Jul 01, 2019 05:08 PM

I'm using BCC73 + Harbour + Fwh1905

Sds,
Vilian F. Arraes
vilian@vfatec.com.br
Bel茅m-Pa-Brazil
Posts: 6755
Joined: Wed Feb 15, 2012 08:25 PM
Re: How To create a DashBoard
Posted: Mon Jul 01, 2019 05: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
Posts: 728
Joined: Fri Oct 07, 2005 07:38 AM
Re: How To create a DashBoard
Posted: Fri Jul 19, 2019 10:18 AM
Very happy with the power of tDockPnel!!!!

Angel Salom
Visionwin Software - https://www.visionwin.com
------------------------------------------------------------
fwh 19.05 - harbour 3.2 - bcc 7.4
Posts: 492
Joined: Wed Nov 16, 2005 12:03 PM
Re: How To create a DashBoard
Posted: Sun May 10, 2020 12:17 PM

Saludos
Es necesario incluir gr谩ficas de Dispersi贸n-

Continue the discussion