Search found 29 matches

Go to advanced search

by Kevin
Tue May 25, 2021 4:27 pm
Forum: Feature Discussions
Topic: Generic invocation of typeMethods
Replies: 2
Views: 1080

Re: Generic invocation of typeMethods

Check out the following:

https://jedi.ideas.jadeworld.com/ideas/JAD-I-401 (JEDI idea about improvements which have shipped in JADE 2020)

viewtopic.php?f=11&t=2377 (workaround for how it can be done in JADE 2018)
by Kevin
Mon Mar 01, 2021 4:44 pm
Forum: General Discussion
Topic: Minimised Form Caption
Replies: 3
Views: 1205

Re: Minimised Form Caption

Not something I've tried to change before, but I wonder if you could achieve the desired effect using a skin which has a bigger title bar/font, which you could potentially switch to/from when the form is minimised/restored.
by Kevin
Mon Jun 24, 2019 2:30 pm
Forum: Design and Architecture
Topic: Dictionary Locking
Replies: 1
Views: 2002

Re: Dictionary Locking

Hi Stephen, You're correct, before setting a reference or key value, you should check whether it's actually changing to avoid locking & updating a collection. I also use this same rule of thumb when updating a variable used as part of a condition to avoid collections being locked when the condition ...
by Kevin
Thu Mar 28, 2019 3:53 pm
Forum: Tips and Techniques
Topic: jadeDevelopmentUserInfo
Replies: 1
Views: 1949

Re: jadeDevelopmentUserInfo

Hi, I've not used Delphi to develop these before, but the following may help to diagnose the problem. Is the environment ANSI or UNICODE? The latter may explain issues like that if the PChar typedef doesn't match how the JADE include headers define the Character type. It may be useful to start with ...
by Kevin
Thu Mar 21, 2019 1:04 pm
Forum: General Discussion
Topic: Are notifications cleaned up when subscriber is deleted?
Replies: 1
Views: 1927

Re: Are notifications cleaned up when subscriber is deleted?

Yes, I believe so - It's at least something I see being done in complicated areas that use a lot of notifications as a safeguard to avoid any 1227 exceptions, where there's a risk specific notifications may not have been explicitly ended using endNotification or endClassNotification.
by Kevin
Fri Mar 08, 2019 3:06 pm
Forum: General Discussion
Topic: How to invoke type method in context of class variable
Replies: 5
Views: 2977

Re: How to invoke type method in context of class variable

Using Object@<method> or Form@<method> will always invoke the base implementation on those classes, whereas I want any re-implementations to be invoked when iterating through their sub-classes.
by Kevin
Fri Mar 08, 2019 2:54 pm
Forum: General Discussion
Topic: How to invoke type method in context of class variable
Replies: 5
Views: 2977

Re: How to invoke type method in context of class variable

In my case, it was Object as I'd added the type method to that class, but I believe you'd be able to put in any subclass, i.e. Form for the other use case I'd described.
by Kevin
Fri Mar 08, 2019 2:23 pm
Forum: General Discussion
Topic: How to invoke type method in context of class variable
Replies: 5
Views: 2977

How to invoke type method in context of class variable

Hi, For anyone who's starting to use type methods, here's a trick for invoking type methods in the context of a class variable. // With 'anyClass' being a Class variable retrieved or parameter supplied ( anyClass.number.String & ".1" ).asObject().<Type>@<method>(); This works by faking the OID (rath...
by Kevin
Fri Dec 21, 2018 1:17 pm
Forum: General Discussion
Topic: jadegit v0.1.0
Replies: 0
Views: 1690

jadegit v0.1.0

Hi All, For those still interested in the open-source jadegit project I've been working on, I just wanted to let you know about the first minor release (0.1.0) . While still very much a WIP, it's progressively getting a little bit better with each change :) If you follow the quick start in the readm...
by Kevin
Fri Oct 26, 2018 4:46 pm
Forum: General Discussion
Topic: Jade 2018 release date
Replies: 5
Views: 3371

Re: Jade 2018 release date

It would be nice to hear from JADE Support on this ... Something I'm keen to see is how the parameterised constructors will work. Roadmap indicates the plan is to support multiple constructors, I do hope that meant we've ended up getting some support for method overloading in general as well. Guessi...

Go to advanced search

cron