Fancy Dashboard
- Marc Venken
- Posts: 1481
- Joined: Tue Jun 14, 2016 7:51 am
- Location: Belgium
Fancy Dashboard
Hello,
I would like to make a fancy dashboard. My problem is that I always need a working sample and based on that sample I mostly can make a nice project from it. There have been posts of some kind of dashboard, but I need
a working sample. Does anyone has some kind of sample working ?
This is a idee, but I'm happy with a sample that just looks more nice then the typical buttons and xbrowse. (I like the second more)
The kind of data that will be shown is accounting data and Todo data like incomming calls need to be handled
I would like to make a fancy dashboard. My problem is that I always need a working sample and based on that sample I mostly can make a nice project from it. There have been posts of some kind of dashboard, but I need
a working sample. Does anyone has some kind of sample working ?
This is a idee, but I'm happy with a sample that just looks more nice then the typical buttons and xbrowse. (I like the second more)
The kind of data that will be shown is accounting data and Todo data like incomming calls need to be handled
Marc Venken
Using: FWH 23.08 with Harbour
Using: FWH 23.08 with Harbour
Re: Fancy Dashboard
Marc buenos días
Creo que esto es ahora totalmente posible con webview
Creo que esto es ahora totalmente posible con webview
Saludos
LEANDRO AREVALO
Bogotá (Colombia)
https://hymlyma.com
https://hymplus.com/
leandroalfonso111@gmail.com
leandroalfonso111@hotmail.com
[ Embarcadero C++ 7.60 for Win32 ] [ FiveWin 23.07 ] [ xHarbour 1.3.0 Intl. (SimpLex) (Build 20230914) ]
LEANDRO AREVALO
Bogotá (Colombia)
https://hymlyma.com
https://hymplus.com/
leandroalfonso111@gmail.com
leandroalfonso111@hotmail.com
[ Embarcadero C++ 7.60 for Win32 ] [ FiveWin 23.07 ] [ xHarbour 1.3.0 Intl. (SimpLex) (Build 20230914) ]
- Marc Venken
- Posts: 1481
- Joined: Tue Jun 14, 2016 7:51 am
- Location: Belgium
Re: Fancy Dashboard
Thanks Leandro, but i'm not going for the Webview. Want to stay in FWH since it's not commercial and only for intern use.
Marc Venken
Using: FWH 23.08 with Harbour
Using: FWH 23.08 with Harbour
- Antonio Linares
- Site Admin
- Posts: 42268
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: Fancy Dashboard
Dear Marc,
Class TWebView is inside FWH
New examples coming...
Class TWebView is inside FWH
New examples coming...
- Marc Venken
- Posts: 1481
- Joined: Tue Jun 14, 2016 7:51 am
- Location: Belgium
Re: Fancy Dashboard
Is the TdocPanel class active and working? Trying to compile sample Testdock01 02 and 03
Error testdock02.RC 5 8: Cannot open file: WindowsXP.Manifest ??
Error testdock02.RC 5 8: Cannot open file: WindowsXP.Manifest ??
Marc Venken
Using: FWH 23.08 with Harbour
Using: FWH 23.08 with Harbour
- Antonio Linares
- Site Admin
- Posts: 42268
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: Fancy Dashboard
Dear Marc,
Fixed, thanks. Simply add the folder path to the manifest files:
testdock01.rc
Fixed, thanks. Simply add the folder path to the manifest files:
testdock01.rc
Code: Select all | Expand
#include <windows.h>
#include <commctrl.h>
#ifndef __64__
1 24 "winxp/WindowsXP.Manifest"
#else
1 24 "winxp/WindowsXP.Manifest64"
#endif
- Marc Venken
- Posts: 1481
- Joined: Tue Jun 14, 2016 7:51 am
- Location: Belgium
Re: Fancy Dashboard
Thanks. Done and worked.
Sample 02 is a good sample for what I have in mind. I will look into it.
Sample 02 is a good sample for what I have in mind. I will look into it.
Marc Venken
Using: FWH 23.08 with Harbour
Using: FWH 23.08 with Harbour
Re: Fancy Dashboard
Dear Antonio,
I tried running the Hyper template from Fivewin, and everything is working fine. I
wanted to express my gratitude for your support with the webview feature from Fivewin. It is incredibly helpful.
Best regards,
Otto
I tried running the Hyper template from Fivewin, and everything is working fine. I
wanted to express my gratitude for your support with the webview feature from Fivewin. It is incredibly helpful.
Best regards,
Otto
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
- richard-service
- Posts: 804
- Joined: Tue Oct 16, 2007 8:57 am
- Location: New Taipei City, Taiwan
- Contact:
Re: Fancy Dashboard
Dear Mr.Otto,Otto wrote:Dear Antonio,
I tried running the Hyper template from Fivewin, and everything is working fine. I
wanted to express my gratitude for your support with the webview feature from Fivewin. It is incredibly helpful.
Best regards,
Otto
Look great.
Any samples?
Best Regards,
Richard
Harbour 3.2.0dev (r2402101027) => Borland C++ v7.7 32bit
MySQL v8.0 /ADS v10
Harbour 3.2.0dev (r2011030937) => Borland C++ v7.4 64bit
Richard
Harbour 3.2.0dev (r2402101027) => Borland C++ v7.7 32bit
MySQL v8.0 /ADS v10
Harbour 3.2.0dev (r2011030937) => Borland C++ v7.4 64bit
Re: Fancy Dashboard
Master Otto, this model of yours looks professional. Congratulations! I liked very much.
Regards, saludos.
Regards, saludos.
João Santos - São Paulo - Brasil - Phone: +55(11)95150-7341
Re: Fancy Dashboard
Hello friends,
This is the link to the Hyper Responsive Admin Dashboard Template: https://themes.getbootstrap.com/product ... -template/
Now we need to populate it with live data. I have a lot of experience working with WINHOTEL using HYPER and Mod Harbour. However, with the introduction of webview, I will attempt to utilize the same code for the user interface in Mod Harbour as Fivewin.
Best regards,
Otto
This is the link to the Hyper Responsive Admin Dashboard Template: https://themes.getbootstrap.com/product ... -template/
Now we need to populate it with live data. I have a lot of experience working with WINHOTEL using HYPER and Mod Harbour. However, with the introduction of webview, I will attempt to utilize the same code for the user interface in Mod Harbour as Fivewin.
Best regards,
Otto
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
Re: Fancy Dashboard
I use a patcher written in FIVEWIN to patch the files before compiling.
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************