Welcome, Guest
Username: Password: Remember me
General discussions, feature requests for CodeTyphon Project and discussions that don't fit in any of the other specific CodeTyphon forum categories.
  • Page:
  • 1

TOPIC:

[LAB] News for ver 1.9 12 years 8 months ago #1149

  • Sternas Stefanos
  • Sternas Stefanos's Avatar Topic Author
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4512
  • Thank you received: 1101
Lab news for next CodeTyphon release (ver 1.9), until now...

-ADD pl_KControls (Win32, Win64, Linux32, Linux64)
-ADD pl_Orpheus (Win32, Win64, Linux32, Linux64)
-ADD pl_LazBarcodes (Win32, Win64, Linux32, Linux64)
-ADD pl_Jvcl (partial) (Win32, Win64, Linux32, Linux64)


Start the first update plan for CodeTyphon Center
and many other things... :)
PilotLogic Architect and Core Programmer
The following user(s) said Thank You: Miquel Matas, xcod

Please Log in or Create an account to join the conversation.

Last edit: by Sternas Stefanos.

Re: [LAB] News for ver 1.9 12 years 8 months ago #1150

  • Miquel Matas
  • Miquel Matas's Avatar
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 121
  • Thank you received: 10
Great news!!!

Cheers,
Miquel.

Please Log in or Create an account to join the conversation.

Re: [LAB] News for ver 1.9 12 years 8 months ago #1152

  • Rigelov
  • Rigelov's Avatar
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 25
  • Thank you received: 2
Please include an option to choose what type of IDE can be used: CodeTyphon (with buttons above the components) and standart IDE view (with buttons Run, Stop, ... on the left of components). Thanks!

Please Log in or Create an account to join the conversation.

Re: [LAB] News for ver 1.9 12 years 8 months ago #1153

  • Sternas Stefanos
  • Sternas Stefanos's Avatar Topic Author
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4512
  • Thank you received: 1101
Thanks Sir
We will try
to make your suggestion
PilotLogic Architect and Core Programmer

Please Log in or Create an account to join the conversation.

Re: [LAB] News for ver 1.9 12 years 8 months ago #1154

  • avra
  • avra's Avatar
  • Visitor
  • Visitor

sternas wrote: Lab news for next CodeTyphon release (ver 1.9), until now...
-ADD pl_Jvcl (partial) (Win32, Win64, Linux32, Linux64)

jvDesignSurface, jvDesignPanel can be found here: www.lazarus.freepascal.org/index.php/top...g68924.html#msg68924
JvMemDs here: www.lazarus.freepascal.org/index.php/top...g74534.html#msg74534
TJvTabBar, TJvXPProgressBar, TJvGradientProgressBar, TJvHTLabel, TJvNetscapeSplitter and TJvLookOut: www.lazarus.freepascal.org/index.php/top...msg6073.html#msg6073
The rest I know:
lazarus-ccr.svn.sourceforge.net/svnroot/lazarus-ccr
wiki.lazarus.freepascal.org/FPC_and_SDL/components/jvcllaz/

Thank you

Please Log in or Create an account to join the conversation.

Re: [LAB] News for ver 1.9 12 years 8 months ago #1155

  • Chris
  • Chris's Avatar
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 54
  • Thank you received: 4
Hi Sternas

I wrote an addition to the pascalscript package to add in some StrUtils functions (I've thought about approaching RemObjects/Carlo Kok and seeing if he'd put them in the base library but haven't got around to it yet - I guess he'd probably add them in the 3rd party area on the SVN and I've not tested them to see if they work in Delphi although don't see why they wouldn't) - they're plaguarised from the Lazarus string manipulation units but provide functions for amending strings like LeftStr, RightStr, StringReplace, StringsReplace, PadLeft, etc.).

I'me writing a demonstrate program to ilustrate the use of pascalscript and these functions (and various other stuff like the JVMemDs) and hope to have that ready shortly - I'll probably put this up on github with some other stuff when I find the time.

They'd need adding into to the pl_pascalscript package and the pas file marking as "register unit" (unless the base registration unit is modified to register this too).

Edit: I did attach some files but they didn't appear - do you want me to to email them to you?

The Black Sheep
The following user(s) said Thank You: avra

Please Log in or Create an account to join the conversation.

Last edit: by Chris. Reason: attached files didn't appear

Re: [LAB] News for ver 1.9 12 years 8 months ago #1156

  • Sternas Stefanos
  • Sternas Stefanos's Avatar Topic Author
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4512
  • Thank you received: 1101

avra wrote:

sternas wrote: Lab news for next CodeTyphon release (ver 1.9), until now...
-ADD pl_Jvcl (partial) (Win32, Win64, Linux32, Linux64)

jvDesignSurface, jvDesignPanel can be found here: www.lazarus.freepascal.org/index.php/top...g68924.html#msg68924
JvMemDs here: www.lazarus.freepascal.org/index.php/top...g74534.html#msg74534
TJvTabBar, TJvXPProgressBar, TJvGradientProgressBar, TJvHTLabel, TJvNetscapeSplitter and TJvLookOut: www.lazarus.freepascal.org/index.php/top...msg6073.html#msg6073
The rest I know:
lazarus-ccr.svn.sourceforge.net/svnroot/lazarus-ccr
wiki.lazarus.freepascal.org/FPC_and_SDL/components/jvcllaz/

Thank you


Thanks Sir
I will check all these

we working and on RX library now...
PilotLogic Architect and Core Programmer

Please Log in or Create an account to join the conversation.

Re: [LAB] News for ver 1.9 12 years 8 months ago #1157

  • Sternas Stefanos
  • Sternas Stefanos's Avatar Topic Author
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4512
  • Thank you received: 1101

TheBlackSheep wrote: Hi Sternas

I wrote an addition to the pascalscript package to add in some StrUtils functions (I've thought about approaching RemObjects/Carlo Kok and seeing if he'd put them in the base library but haven't got around to it yet - I guess he'd probably add them in the 3rd party area on the SVN and I've not tested them to see if they work in Delphi although don't see why they wouldn't) - they're plaguarised from the Lazarus string manipulation units but provide functions for amending strings like LeftStr, RightStr, StringReplace, StringsReplace, PadLeft, etc.).

I'me writing a demonstrate program to ilustrate the use of pascalscript and these functions (and various other stuff like the JVMemDs) and hope to have that ready shortly - I'll probably put this up on github with some other stuff when I find the time.

They'd need adding into to the pl_pascalscript package and the pas file marking as "register unit" (unless the base registration unit is modified to register this too).

Edit: I did attach some files but they didn't appear - do you want me to to email them to you?

The Black Sheep


Thanks Sir
Yes you can send to This email address is being protected from spambots. You need JavaScript enabled to view it.

But, I think pl_TitanScript has better import Tool
in folder
"CodeTyphon\CodeOcean\1Other\samples\PasDoc1"
we have pl_TitanScript beta import tool
With this tool you can import any pascal file to pl_TitanScript
I will try to finish this tool...
PilotLogic Architect and Core Programmer

Please Log in or Create an account to join the conversation.

Last edit: by Sternas Stefanos.

Re: [LAB] News for ver 1.9 12 years 8 months ago #1159

  • Rain
  • Rain's Avatar
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 69
  • Thank you received: 8
Codetyphon is just great.
Could even cross-compile from Win32 to Linux32.
Only one tool is missing in the CodeTyphon-package:
c:\pp\bin\i386-win32\i386-linux-objcopy.exe
I attach the missing file, so you can include it for the next version.

Please Log in or Create an account to join the conversation.

Re: [LAB] News for ver 1.9 12 years 8 months ago #1160

  • Sternas Stefanos
  • Sternas Stefanos's Avatar Topic Author
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4512
  • Thank you received: 1101

rain wrote: Codetyphon is just great.
Could even cross-compile from Win32 to Linux32.
Only one tool is missing in the CodeTyphon-package:
c:\pp\bin\i386-win32\i386-linux-objcopy.exe
I attach the missing file, so you can include it for the next version.


Thanks Sir
I will put this file to ver 1.9
PilotLogic Architect and Core Programmer

Please Log in or Create an account to join the conversation.

  • Page:
  • 1