How To create a DashBoard

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

How To create a DashBoard

Post by vilian »

Hello,

I need to create a Window with a DashBoard. Something like the image bellow:

Image

What can i use to do this ?
Sds,
Vilian F. Arraes
vilian@vfatec.com.br
Belém-Pa-Brazil
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: How To create a DashBoard

Post by Antonio Linares »

Vilian,

I would propose to use non modal dialogboxes for each one of the frames,
and place those non modal dialogs on top of the pages of a Control TPages.

For the left side menu you could use a listbox or a TXBrowse, and from its ON CHANGE
you will show the right page of the TPages
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: How To create a DashBoard

Post by Antonio Linares »

Please review samples\testpage.prg
regards, saludos

Antonio Linares
www.fivetechsoft.com
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 »

Thanks,

I will try this way ;)
Sds,
Vilian F. Arraes
vilian@vfatec.com.br
Belém-Pa-Brazil
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 »

Mr Antonio,

I haven´t sucess with this. Could you share a little sample of this?
Sds,
Vilian F. Arraes
vilian@vfatec.com.br
Belém-Pa-Brazil
User avatar
Silvio.Falconi
Posts: 4956
Joined: Thu Oct 18, 2012 7:17 pm

Re: How To create a DashBoard

Post by Silvio.Falconi »

invoices.prg
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 »

Thank you Silvio,

However, invoices.prg is not using TPages nor several dialogs.
Sds,
Vilian F. Arraes
vilian@vfatec.com.br
Belém-Pa-Brazil
User avatar
Silvio.Falconi
Posts: 4956
Joined: Thu Oct 18, 2012 7:17 pm

Re: How To create a DashBoard

Post by Silvio.Falconi »

two years ago I started a class to do a dashboard but then I stopped because I didn't find anyone who wanted to help me. My idea was to use the quality seen on it or to insert an html type text that translates to video with the possibility of creating buttons
I saw a nice dashboard on an Italian application maybe created in delphi and I wanted to recreate it but I didn't succeed because nobody helped me probably nobody was interested

Image

as you can see in this figure there are images and there are texts including some underlined words that are actually links that show a given function example:
"I am waiting to receive 42 payments" and the word "42 payments" has a link that opened the payment file.

then a day made this :

Image
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 »

Something like this?
Image
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 »

Yes, I want something like this :)
Sds,
Vilian F. Arraes
vilian@vfatec.com.br
Belém-Pa-Brazil
Compuin
Posts: 1017
Joined: Tue Dec 28, 2010 1:29 pm

Re: How To create a DashBoard

Post by Compuin »

cnavarro wrote:Something like this?
Image
Hello

What is the sample file?
User avatar
Silvio.Falconi
Posts: 4956
Joined: Thu Oct 18, 2012 7:17 pm

Re: How To create a DashBoard

Post by Silvio.Falconi »

this is a docpanel class never published...
I use : FiveWin for Harbour August 2020 (Revision) - Harbour 3.2.0dev (r1712141320) - Bcc7.30 - xMate ver. 1.15.3 - PellesC
Compuin
Posts: 1017
Joined: Tue Dec 28, 2010 1:29 pm

Re: How To create a DashBoard

Post by Compuin »

Silvio.Falconi wrote:this is a docpanel class never published...
Thanks for the info Silvio
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 »

Why not ?
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:Why not ?
I not finished yet
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.
Post Reply