FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Fancy Dashboard
Posts: 1487
Joined: Tue Jun 14, 2016 07:51 AM
Fancy Dashboard
Posted: Tue Jul 04, 2023 09:00 AM
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



Marc Venken

Using: FWH 23.08 with Harbour
Posts: 1816
Joined: Wed Oct 26, 2005 02:49 PM
Re: Fancy Dashboard
Posted: Tue Jul 04, 2023 11:43 AM
Marc buenos días

Creo que esto es ahora totalmente posible con webview :D
Saludos
LEANDRO AREVALO
Bogotá (Colombia)
https://hymlyma.com
https://hymplus.com/
leandroalfonso111@gmail.com
leandroalfonso111@hotmail.com

[ Turbo Incremental Link64 6.98 Embarcadero 7.70 ] [ FiveWin 25.01 ] [ xHarbour 64 bits) ]
Posts: 1487
Joined: Tue Jun 14, 2016 07:51 AM
Re: Fancy Dashboard
Posted: Tue Jul 04, 2023 07:58 PM

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
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Fancy Dashboard
Posted: Tue Jul 04, 2023 10:10 PM
Dear Marc,

Class TWebView is inside FWH :-)

New examples coming...
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 1487
Joined: Tue Jun 14, 2016 07:51 AM
Re: Fancy Dashboard
Posted: Wed Jul 05, 2023 07:24 AM

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 ??

Marc Venken

Using: FWH 23.08 with Harbour
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Fancy Dashboard
Posted: Wed Jul 05, 2023 10:53 AM
Dear Marc,

Fixed, thanks. Simply add the folder path to the manifest files:

testdock01.rc
Code (fw): Select all Collapse
#include <windows.h>
#include <commctrl.h>

#ifndef __64__
  1 24 "winxp/WindowsXP.Manifest" 
#else
  1 24 "winxp/WindowsXP.Manifest64"
#endif
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 1487
Joined: Tue Jun 14, 2016 07:51 AM
Re: Fancy Dashboard
Posted: Wed Jul 05, 2023 11:24 AM

Thanks. Done and worked.

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
Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
Re: Fancy Dashboard
Posted: Wed Jul 05, 2023 11:41 AM
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

Posts: 866
Joined: Tue Oct 16, 2007 08:57 AM
Re: Fancy Dashboard
Posted: Wed Jul 05, 2023 01:03 PM
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

Dear Mr.Otto,

Look great.
Any samples?
Best Regards,



Richard



Harbour 3.2.0dev (r2503251254) => Borland C++ v7.7 32bit

MySQL v8.0

Harbour 3.2.0dev (r2503251254) => Borland C++ v7.7 64bit
Posts: 8515
Joined: Tue Dec 20, 2005 07:36 PM
Re: Fancy Dashboard
Posted: Wed Jul 05, 2023 02:36 PM

Master Otto, this model of yours looks professional. Congratulations! I liked very much.

Regards, saludos.

João Santos - São Paulo - Brasil - Phone: +55(11)95150-7341
Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
Re: Fancy Dashboard
Posted: Wed Jul 05, 2023 02:48 PM
Hello friends,

This is the link to the Hyper Responsive Admin Dashboard Template: https://themes.getbootstrap.com/product/hyper-responsive-admin-dashboard-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
Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
Re: Fancy Dashboard
Posted: Wed Jul 05, 2023 06:28 PM
I use a patcher written in FIVEWIN to patch the files before compiling.

Continue the discussion