Recent

Author Topic: Visual Planit from Delphi to Lazarus.. HELP  (Read 18342 times)

freddynerk

  • Jr. Member
  • **
  • Posts: 96
Visual Planit from Delphi to Lazarus.. HELP
« on: September 29, 2009, 02:51:17 pm »
Hi,
Has anyone done a successful port of Turbopowers Visual Planit VCL's to lazarus.
I am in need of a Day/Week/Month planner for an application.

It is on Sourceforge
http://sourceforge.net/projects/tvplanit/

JD

  • Hero Member
  • *****
  • Posts: 1848
Re: Visual Planit from Delphi to Lazarus.. HELP
« Reply #1 on: September 29, 2009, 03:12:54 pm »
Windows - Lazarus 2.1/FPC 3.2 (built using fpcupdeluxe),
Linux Mint - Lazarus 2.1/FPC 3.2 (built using fpcupdeluxe)

mORMot; Zeos 8; SQLite, PostgreSQL & MariaDB; VirtualTreeView

freddynerk

  • Jr. Member
  • **
  • Posts: 96
Re: Visual Planit from Delphi to Lazarus.. HELP
« Reply #2 on: September 29, 2009, 03:24:17 pm »
Thanks for that.
I have looked everywhere to find it.
Not right under my nose.
Thanks again.

Tom

freddynerk

  • Jr. Member
  • **
  • Posts: 96
Re: Visual Planit from Delphi to Lazarus.. HELP
« Reply #3 on: September 30, 2009, 06:48:49 am »
Have installed Planit.
I have also installed it on my Delphi 7.
The demo works but I cannot figure out how to set one up from scratch.
I would like to have the database linked to my Sqllite3 or maybe even a text file.
All the documentation seems to be a bit vague.
I have tried their test program but it will not create a database from scratch.
Has anyone had any success with this.
The program needs to be cross-platform between PC and MAc

Tom

Nicola Gorlandi

  • Full Member
  • ***
  • Posts: 132
Re: Visual Planit from Delphi to Lazarus.. HELP
« Reply #4 on: September 30, 2009, 01:17:02 pm »
Hello,

How can I download it ? I'll try by the link on the wiki but gave me an error...

thank's

freddynerk

  • Jr. Member
  • **
  • Posts: 96
Re: Visual Planit from Delphi to Lazarus.. HELP
« Reply #5 on: September 30, 2009, 02:42:12 pm »
I used the svn with my Mac. Then transferred the Folder to my PC.
The Delphi version does have some samples, however.

Tom

mica

  • Full Member
  • ***
  • Posts: 196
Re: Visual Planit from Delphi to Lazarus.. HELP
« Reply #6 on: October 01, 2009, 11:42:47 pm »
Hello,

How can I download it ? I'll try by the link on the wiki but gave me an error...

thank's

http://lazarus-ccr.svn.sourceforge.net/viewvc/lazarus-ccr/components/tvplanit/

Teo

  • Newbie
  • Posts: 6
Re: Visual Planit from Delphi to Lazarus.. HELP
« Reply #7 on: October 29, 2009, 09:43:20 pm »
What help/demo do you need? It took a lot of time to get it to work but once you know how to its easy. So if you tell me where to help, I can send a sample application or at least a good explanation.

Regards,
Teo

mica

  • Full Member
  • ***
  • Posts: 196
Re: Visual Planit from Delphi to Lazarus.. HELP
« Reply #8 on: October 30, 2009, 12:10:09 am »
So if you tell me where to help, I can send a sample application or at least a good explanation.

Regards,
Teo
Maybe you can write something for the Wiki?

teos

  • Full Member
  • ***
  • Posts: 157
Re: Visual Planit from Delphi to Lazarus.. HELP
« Reply #9 on: September 08, 2011, 04:20:02 pm »
Just in case someone stumbles into this thread and wonders what I left out: You can connect TVPlanit to any database when you drop a TvpFlexDataStorage component on a form. You have to assign datasources to the "datasources" property of that component and then the context menu of that VPFlexDatastorage has a menu "map database fields" where you can map the fields of tvPlanit to your database.

HeDiBo

  • New Member
  • *
  • Posts: 44
Re: Visual Planit from Delphi to Lazarus.. HELP
« Reply #10 on: March 16, 2012, 06:31:10 pm »
8-) Very interesting. Are you sure you were able to use the TVpFlexDataStore component in Lazarus? Because in Lazarus it's not part of the package 8-)
Kind regards ;-}
Dick

JD

  • Hero Member
  • *****
  • Posts: 1848
Re: Visual Planit from Delphi to Lazarus.. HELP
« Reply #11 on: March 16, 2012, 07:55:32 pm »
8-) Very interesting. Are you sure you were able to use the TVpFlexDataStore component in Lazarus? Because in Lazarus it's not part of the package 8-)

That's not quite true. I just verified my Visual Planit components in my Lazarus installation and VpFlexDataStore is part of the package.
Windows - Lazarus 2.1/FPC 3.2 (built using fpcupdeluxe),
Linux Mint - Lazarus 2.1/FPC 3.2 (built using fpcupdeluxe)

mORMot; Zeos 8; SQLite, PostgreSQL & MariaDB; VirtualTreeView

HeDiBo

  • New Member
  • *
  • Posts: 44
Re: Visual Planit from Delphi to Lazarus.. HELP
« Reply #12 on: March 17, 2012, 03:57:57 pm »
That's not quite true. I just verified my Visual Planit components in my Lazarus installation and VpFlexDataStore is part of the package.
Wow  :-[
Can you tell me where you downloaded this version? I just finished making all the component icons. That's probably also already done.
Your answer is much appreciated  :)
Dick

PS: I downloaded it through
svn co https://lazarus-ccr.svn.sourceforge.net/svnroot/lazarus-ccr/components/tvplanit
« Last Edit: March 17, 2012, 04:03:34 pm by HeDiBo »
Kind regards ;-}
Dick

JD

  • Hero Member
  • *****
  • Posts: 1848
Re: Visual Planit from Delphi to Lazarus.. HELP
« Reply #13 on: March 17, 2012, 09:14:23 pm »
That's not quite true. I just verified my Visual Planit components in my Lazarus installation and VpFlexDataStore is part of the package.
Wow  :-[
Can you tell me where you downloaded this version? I just finished making all the component icons. That's probably also already done.
Your answer is much appreciated  :)
Dick

PS: I downloaded it through
svn co https://lazarus-ccr.svn.sourceforge.net/svnroot/lazarus-ccr/components/tvplanit

I got mine a while ago from the CodeTyphon project http://www.pilotlogic.com/sitejoom/index.php/codetyphon. I don't use CodeTyphon itself, I just take some of their repackaged Lazarus components like the Vampyre Imaging library and Visual Planit and add it to my standard Lazarus installation. You'll find the Visual Planit component in a directory called pl_VisualPlanit.

JD
Windows - Lazarus 2.1/FPC 3.2 (built using fpcupdeluxe),
Linux Mint - Lazarus 2.1/FPC 3.2 (built using fpcupdeluxe)

mORMot; Zeos 8; SQLite, PostgreSQL & MariaDB; VirtualTreeView

HeDiBo

  • New Member
  • *
  • Posts: 44
Re: Visual Planit from Delphi to Lazarus.. HELP
« Reply #14 on: March 18, 2012, 08:59:42 pm »
They apparently have made their own implementation.
Why do you not use the Lazarus implementation that comes with CodeTyphon? I think it's quite good, as far as I have seen it until now.
Kind regards ;-}
Dick

 

TinyPortal © 2005-2018