Recent

Author Topic: Another set of ported Delphi components, please take a look  (Read 24385 times)


JD

  • Hero Member
  • *****
  • Posts: 1848
Re: Another set of ported Delphi components, please take a look
« Reply #1 on: August 23, 2010, 12:18:36 pm »
That's great news. I've always like the NiceGrid component.
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

BlueIcaro

  • Hero Member
  • *****
  • Posts: 793
    • Blog personal
Re: Another set of ported Delphi components, please take a look
« Reply #2 on: August 23, 2010, 03:50:40 pm »
Can you post any screenshot?

/BlueIcaro

theo

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 1927
Re: Another set of ported Delphi components, please take a look
« Reply #3 on: August 23, 2010, 03:52:57 pm »
Just follow the link obove and you'll find the delphi screenshots
http://priyatna.org/delphi-stuffs.php

fabienwang

  • Sr. Member
  • ****
  • Posts: 449
  • Lazarus is the best
    • My blog
Re: Another set of ported Delphi components, please take a look
« Reply #4 on: August 23, 2010, 03:53:27 pm »
here are some screens from the original delphi components:

http://priyatna.org/delphi-stuffs.php


theo got me !
I'm using Arch Linux.
Known for: CPickSniff, OpenGrabby
Contributed to: LazPaint

Leledumbo

  • Hero Member
  • *****
  • Posts: 8757
  • Programming + Glam Metal + Tae Kwon Do = Me
Re: Another set of ported Delphi components, please take a look
« Reply #5 on: August 24, 2010, 06:16:34 am »
Quote
That's great news. I've always like the NiceGrid component
I like that component as well, but the cursors are missing for now. Could you please fix the commented Screen.Cursors assignments?

Dibo

  • Hero Member
  • *****
  • Posts: 1048
Re: Another set of ported Delphi components, please take a look
« Reply #6 on: October 04, 2010, 02:12:35 pm »
Nice! And they works on linux 64 bit too.

picstart

  • Full Member
  • ***
  • Posts: 236
Re: Another set of ported Delphi components, please take a look
« Reply #7 on: October 04, 2010, 03:58:34 pm »
 Thought I'd give this code a spin so I started with the button bar

In the button bar
Application.ActivateHint(Pt);  will not compile

The love hate relationship I have with lazarus is the myriad of dependencies.
It probably requires a specific fpc or version of Lazarus
this error was with 9.26.2  FPC2.2.2 win2k. I run 9.26.2 since later versions won't run with the debugger (segsig issues) at least with win2k.
Anyway 9.26.2 it isn't broken and the bugs are well known

ivan17

  • Full Member
  • ***
  • Posts: 173
Re: Another set of ported Delphi components, please take a look
« Reply #8 on: October 05, 2010, 01:23:59 am »
Nice! And they works on linux 64 bit too.
they do? grid doesn't work for me on linux32 (haven't tried the rest). it fails to draw anything useful and hangs app on close. did you make the grid work and how?

this error was with 9.26.2  FPC2.2.2 win2k. I run 9.26.2 since later versions won't run with the debugger (segsig issues) at least with win2k.
Anyway 9.26.2 it isn't broken and the bugs are well known
of topic: 0.9.28 isn't broken; it is your firewall (probably stupid comodo) blocking the debugger.

Dibo

  • Hero Member
  • *****
  • Posts: 1048
Re: Another set of ported Delphi components, please take a look
« Reply #9 on: October 05, 2010, 09:41:18 am »
Nice! And they works on linux 64 bit too.
they do? grid doesn't work for me on linux32 (haven't tried the rest). it fails to draw anything useful and hangs app on close. did you make the grid work and how?
Sorry, I did not install all components. I thought that the rest probably also works

Nebula

  • Jr. Member
  • **
  • Posts: 88
Re: Another set of ported Delphi components, please take a look
« Reply #10 on: September 22, 2012, 07:57:23 pm »
Can anyone please give me an Idiots Guide to using this with Lazarus v1, as it sounds like something I'd really like to play with!
Thanks
Newbie testing Lazarus v1.0 - very impressed
Win 7 at work, XP and Linux Mint at home.
It all started with a ZX80 on a b/w telly........
Code: [Select]
Uses Smiles, GoodHumour, WantsToHelp;
{ never liked C - curly brackets are for comments! }

Leledumbo

  • Hero Member
  • *****
  • Posts: 8757
  • Programming + Glam Metal + Tae Kwon Do = Me
Re: Another set of ported Delphi components, please take a look
« Reply #11 on: September 23, 2012, 06:32:16 am »
Quote
Can anyone please give me an Idiots Guide to using this with Lazarus v1, as it sounds like something I'd really like to play with!
http://wiki.freepascal.org/Install_Packages

EDIT: I've moved the download to my dropbox (check wiki), maybe tonight I'll make a bitbucket repo for it (sorry, I forgot about my own post about this package).

EDIT2: Bitbucket repository created (check wiki).
« Last Edit: September 23, 2012, 06:00:57 pm by Leledumbo »

Nebula

  • Jr. Member
  • **
  • Posts: 88
Re: Another set of ported Delphi components, please take a look
« Reply #12 on: September 23, 2012, 05:54:56 pm »
Eek, recompiling fills the average Windows user with horror  :o

Is it likely to work or go wrong?
Still, what's the worst that can go wrong, d\l and reinstall again?

Is there any chance it could be built into the next version if it's a really good grid? Who decides what components are standard?
Newbie testing Lazarus v1.0 - very impressed
Win 7 at work, XP and Linux Mint at home.
It all started with a ZX80 on a b/w telly........
Code: [Select]
Uses Smiles, GoodHumour, WantsToHelp;
{ never liked C - curly brackets are for comments! }

Leledumbo

  • Hero Member
  • *****
  • Posts: 8757
  • Programming + Glam Metal + Tae Kwon Do = Me
Re: Another set of ported Delphi components, please take a look
« Reply #13 on: September 23, 2012, 06:03:39 pm »
Quote
Eek, recompiling fills the average Windows user with horror 

Is it likely to work or go wrong?
Still, what's the worst that can go wrong, d\l and reinstall again?
Could you elaborate more what's wrong? I haven't tested these components since the last post by Dibo (2 years?). It could perhaps need adjustments.
Quote
Is there any chance it could be built into the next version if it's a really good grid? Who decides what components are standard?
I don't think so, it's very unlikely if no core members maintain it. I'm not part of the developer team, they are the one responsible for this.
« Last Edit: September 23, 2012, 06:05:34 pm by Leledumbo »

Avishai

  • Hero Member
  • *****
  • Posts: 1021
Re: Another set of ported Delphi components, please take a look
« Reply #14 on: September 23, 2012, 06:51:24 pm »
@Nebula.  If you are worried about recompiling, just make a backup copy before recompiling.  As for NiceGrid, It isn't fully functional yet so I wouldn't bother too much with it unless you think you can help fix it.
Lazarus Trunk / fpc 2.6.2 / Win32

 

TinyPortal © 2005-2018