Recent

Author Topic: New release of ported Orpheus package  (Read 16886 times)

Phil

  • Hero Member
  • *****
  • Posts: 2737
New release of ported Orpheus package
« on: January 05, 2009, 09:47:06 pm »
An updated release of the ported Orpheus package of controls is now available.

This release adds:

- TOvcCalendar control, since LCL's TCalendar does not work on Carbon.

- Updated results of testing GTK, GTK2, Carbon and Win32 widgetsets with stable Lazarus 0.9.26. GTK2 works better than it did in the past, indicating continued improvement in that widgetset.

The 1,392 page user guide for the complete Orpheus package is available here:

http://sourceforge.net/project/showfiles.php?group_id=71004&package_id=71961

If you look through the table of contents and see an Orpheus control that you need or would be useful to you, please let me know and I'll look into porting it and adding it to the ported Orpheus package.

Thanks.

-Phil

DaveWilliams

  • Newbie
  • Posts: 6
Re: New release of ported Orpheus package
« Reply #1 on: February 27, 2009, 12:22:45 am »
 Where can I download the port?  The one at Sourceforge is from December of 2005.

mica

  • Full Member
  • ***
  • Posts: 196

Paul Breneman

  • Sr. Member
  • ****
  • Posts: 290
    • Control Pascal
Re: New release of ported Orpheus package
« Reply #3 on: February 27, 2009, 07:26:16 pm »
Where can I download the port?  The one at Sourceforge is from December of 2005.

This is the main page:
http://wiki.lazarus.freepascal.org/OrphPort
Regards,
Paul Breneman
www.ControlPascal.com

DonaldShimoda

  • Full Member
  • ***
  • Posts: 109
    • Parallel Pascal Worlds
Re: New release of ported Orpheus package
« Reply #4 on: May 12, 2009, 03:46:18 pm »

If you look through the table of contents and see an Orpheus control that you need or would be useful to you, please let me know and I'll look into porting it and adding it to the ported Orpheus package.

Thanks.

-Phil


Don't compile here
linux x86_64
FPC 2.3.1 rev 13026
Lazarus 0.9.27 rev 19581

error message:

/usr/share/lazarus/components/orpheus/ovceditf.pas(530,19) Error: No property found to override

You can test it with my repos

http://donaldshimoda.blogspot.com/2009/04/lazarus-ubuntu-repo-updated-x86-and.html

HTH

Phil

  • Hero Member
  • *****
  • Posts: 2737
Re: New release of ported Orpheus package
« Reply #5 on: May 12, 2009, 03:53:25 pm »
Try Lazarus 0.9.26.2. I believe they broke the Orpheus port with 0.9.27.

When 0.9.28 nears release, I may take a look at what else is broken. I really don't have time to support constantly evolving snapshots.

Thanks.

-Phil

DonaldShimoda

  • Full Member
  • ***
  • Posts: 109
    • Parallel Pascal Worlds
Re: New release of ported Orpheus package
« Reply #6 on: May 12, 2009, 04:09:53 pm »
Try Lazarus 0.9.26.2. I believe they broke the Orpheus port with 0.9.27.

When 0.9.28 nears release, I may take a look at what else is broken. I really don't have time to support constantly evolving snapshots.

Thanks.

-Phil


I understand your point Phill, but no thanks i dont plan to use another release, all my other libraries work excellent with 0.9.27.

Best regards.

PeterX

  • Sr. Member
  • ****
  • Posts: 404
Re: New release of ported Orpheus package
« Reply #7 on: December 17, 2014, 12:48:21 pm »
Yes, it's an old thread  >:D

But don't worry, be happy ...  8-)


I needed the TSpinButton in a project I actually convert from Delphi.

The "old" files from the page
https://svn.code.sf.net/p/lazarus-ccr/svn/components/orpheus/
do not compile under 1.2.6

So I made some of them run to get my TSpinButton back ...   ;D
« Last Edit: December 17, 2014, 12:50:07 pm by PeterX »
usually using latest Lazarus release version with Windows 10

PeterX

  • Sr. Member
  • ****
  • Posts: 404
Re: New release of ported Orpheus package
« Reply #8 on: December 17, 2014, 12:51:46 pm »
Here's a demo project.

Please unzip this "TestOrpheus" folder as a SUBFOLDER into folder "Orpheus". Then the example should compile instantly  :D
usually using latest Lazarus release version with Windows 10

christensen

  • Full Member
  • ***
  • Posts: 127
Re: New release of ported Orpheus package
« Reply #9 on: January 09, 2018, 08:11:54 pm »
Hi,

Someone had luck installing Oprheus on Lazarus 1.8.0??

I'm trying to install Orpheus on Lazarus 1.8.0 (x64), FPC 3.0.4 with no luck.

the error:
Quote
mymisc.pas(995,33) Error: Identifier not found "lpCarbon"

Lazarus 1.4.4, FPC 2.6.4, Windows 7 64bit, AMD Athlon 7750 black edition, Asus M3N78-CM
Lenovo L540 i7-4702MQ, Windows 10 x64,Lazarus 1.6.2,FPC 3.0

balazsszekely

  • Guest
Re: New release of ported Orpheus package
« Reply #10 on: January 09, 2018, 08:17:09 pm »
Hi  christensen,

Add LCLPlatformDef to the uses clauses.

wp

  • Hero Member
  • *****
  • Posts: 11858
Re: New release of ported Orpheus package
« Reply #11 on: January 09, 2018, 08:41:45 pm »
Fixed compilation in ccr trunk. All demos in the tests folder are running.

The Orpheus components look a bit outdated, but GetMem, if you want I can prepare a zip for OPM.

balazsszekely

  • Guest
Re: New release of ported Orpheus package
« Reply #12 on: January 09, 2018, 08:45:35 pm »
Quote
@wp
The Orpheus components look a bit outdated, but GetMem, if you want I can prepare a zip for OPM.
That would be great. Thank you!


christensen

  • Full Member
  • ***
  • Posts: 127
Re: New release of ported Orpheus package
« Reply #14 on: January 09, 2018, 09:10:45 pm »
Thanks!!!

Working like a charm!!!
Lazarus 1.4.4, FPC 2.6.4, Windows 7 64bit, AMD Athlon 7750 black edition, Asus M3N78-CM
Lenovo L540 i7-4702MQ, Windows 10 x64,Lazarus 1.6.2,FPC 3.0

 

TinyPortal © 2005-2018