How To create a DashBoard
How To create a DashBoard
Hello,
I need to create a Window with a DashBoard. Something like the image bellow:
What can i use to do this ?
I need to create a Window with a DashBoard. Something like the image bellow:
What can i use to do this ?
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: How To create a DashBoard
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
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
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: How To create a DashBoard
Please review samples\testpage.prg
Re: How To create a DashBoard
Thanks,
I will try this way
I will try this way
Re: How To create a DashBoard
Mr Antonio,
I haven´t sucess with this. Could you share a little sample of this?
I haven´t sucess with this. Could you share a little sample of this?
- Silvio.Falconi
- Posts: 4956
- Joined: Thu Oct 18, 2012 7:17 pm
Re: How To create a DashBoard
invoices.prg
I use : FiveWin for Harbour August 2020 (Revision) - Harbour 3.2.0dev (r1712141320) - Bcc7.30 - xMate ver. 1.15.3 - PellesC
Re: How To create a DashBoard
Thank you Silvio,
However, invoices.prg is not using TPages nor several dialogs.
However, invoices.prg is not using TPages nor several dialogs.
- Silvio.Falconi
- Posts: 4956
- Joined: Thu Oct 18, 2012 7:17 pm
Re: How To create a DashBoard
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
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 :
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
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 :
I use : FiveWin for Harbour August 2020 (Revision) - Harbour 3.2.0dev (r1712141320) - Bcc7.30 - xMate ver. 1.15.3 - PellesC
Re: How To create a DashBoard
Something like this?
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.
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.
Re: How To create a DashBoard
Yes, I want something like this
Re: How To create a DashBoard
Hellocnavarro wrote:Something like this?
What is the sample file?
- Silvio.Falconi
- Posts: 4956
- Joined: Thu Oct 18, 2012 7:17 pm
Re: How To create a DashBoard
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
Re: How To create a DashBoard
Thanks for the info SilvioSilvio.Falconi wrote:this is a docpanel class never published...
Re: How To create a DashBoard
I not finished yetvilian wrote:Why not ?
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.
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.