Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 3 of 3 total
Thread New functions available for Nice Component users
Mon, Dec 11 2023 9:43 PMPermanent Link

erickengelke

Avatar

I've added quite a few new functions to the Nice Component library, mostly things I needed often and wished there were an easier way.

I've summarized them in a blog entry:

http://erickengelke.com/h/posts/post18/

Among the useful ones, code to

- add external CSS and JavaScript libraries to your programs (when TScript doesn't cut it)

- a standard Pascal format() function which returns a string, like C's sprintf()

- routines to set/get/test TExternalObjects without having to declare everything as a Type'd TExternalObject class.

- a TSuperStringList class which implements much of Delphi TStringList, so you can have objects which get sorted along with the TStringList strings.

The library can be downloaded from the usual place if you have already bought a subscription.

Erick
EWB Programming Books and Nice Component Library
See my EWB BLOG posts, at:
http://www.erickengelke.com
Wed, Feb 19 2025 2:05 AMPermanent Link

Graeme Keast

Hi Erik

I understand that you have been working on an EWB 3-mormot interface.

How is this going?

I would like to interface my EWB3 application to my mormot1 server.

Regards
Graeme
Wed, Feb 19 2025 10:06 PMPermanent Link

erickengelke

Avatar

Graeme Keast wrote:
>I understand that you have been working on an EWB 3-mormot interface.

I have not been working on one recently.

But I do have an older impelemention that I upgraded to EWB 3 a few years back.  I use that for some production systems I support.

It's not the prettiest system, but it works.  

You can email me for more details.  

Erick
EWB Programming Books and Nice Component Library
See my EWB BLOG posts, at:
http://www.erickengelke.com
Image