Page 1 of 3

How To create a DashBoard

PostPosted: Tue Feb 02, 2016 9:12 pm
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 ?

Re: How To create a DashBoard

PostPosted: Tue Feb 02, 2016 9:21 pm
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

Re: How To create a DashBoard

PostPosted: Tue Feb 02, 2016 9:25 pm
by Antonio Linares
Please review samples\testpage.prg

Re: How To create a DashBoard

PostPosted: Tue Feb 02, 2016 11:26 pm
by vilian
Thanks,

I will try this way ;)

Re: How To create a DashBoard

PostPosted: Wed Apr 17, 2019 12:51 pm
by vilian
Mr Antonio,

I havenĀ“t sucess with this. Could you share a little sample of this?

Re: How To create a DashBoard

PostPosted: Wed Apr 17, 2019 1:31 pm
by Silvio.Falconi
invoices.prg

Re: How To create a DashBoard

PostPosted: Wed Apr 17, 2019 2:06 pm
by vilian
Thank you Silvio,

However, invoices.prg is not using TPages nor several dialogs.

Re: How To create a DashBoard

PostPosted: Wed Apr 17, 2019 2:28 pm
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

Re: How To create a DashBoard

PostPosted: Wed Apr 17, 2019 2:35 pm
by cnavarro
Something like this?
Image

Re: How To create a DashBoard

PostPosted: Wed Apr 17, 2019 2:38 pm
by vilian
Yes, I want something like this :)

Re: How To create a DashBoard

PostPosted: Wed Apr 17, 2019 3:28 pm
by Compuin
cnavarro wrote:Something like this?
Image


Hello

What is the sample file?

Re: How To create a DashBoard

PostPosted: Wed Apr 17, 2019 5:23 pm
by Silvio.Falconi
this is a docpanel class never published...

Re: How To create a DashBoard

PostPosted: Wed Apr 17, 2019 5:38 pm
by Compuin
Silvio.Falconi wrote:this is a docpanel class never published...


Thanks for the info Silvio

Re: How To create a DashBoard

PostPosted: Wed Apr 17, 2019 6:14 pm
by vilian
Why not ?

Re: How To create a DashBoard

PostPosted: Wed Apr 17, 2019 8:03 pm
by cnavarro
vilian wrote:Why not ?


I not finished yet