Search found 8 matches

Go to advanced search

by Daniel
Fri May 24, 2019 8:22 am
Forum: Tips and Techniques
Topic: Events from non-gui .NET component
Replies: 4
Views: 7480

Re: Events from non-gui .NET component

Thank you ghosttie, The info you posted regarding the params you use for Activex was the key to getting it going. The syntax of the second param in particular was the crucial bit. (I had been so close, but no dice). The .NET is a little different in the import, as it doesn't create a separate class ...
by Daniel
Wed May 22, 2019 10:41 am
Forum: Tips and Techniques
Topic: Events from non-gui .NET component
Replies: 4
Views: 7480

Events from non-gui .NET component

I have imported the .NET FileSystemWatcher class and are trying to get its event(s) passed to Jade. For testing, I have a form with a reference to the imported class, and can create it and set it up okay. I have tested the FileSystemWatcher.waitForChanged method which waits for a file change to occu...
by Daniel
Tue Dec 20, 2016 9:07 am
Forum: Tips and Techniques
Topic: Office 365 - Sending emails
Replies: 5
Views: 9126

Re: Office 365 - Sending emails

Thanks John

I checked the methodType property value in the JadeSSLContext class when it is used by CnSmtpConnection etc to send an email. It does get set to TLS 1.0

I tried 1.1 and 1.2 but it made no difference unfortunately. We'll get Jade to have a look at this :)
by Daniel
Fri Dec 16, 2016 3:25 pm
Forum: Tips and Techniques
Topic: Office 365 - Sending emails
Replies: 5
Views: 9126

Re: Office 365 - Sending emails

Thanks for the great reply. We have upgraded a copy of a 6.3 jade system to 7.1.08 and updated the cardschema/karma dlls. The CnSmtpConnection does now have the authentication and TLS option. However when testing the sending of an email via smtp.office365.com with TLS enabled (as required in the ini...
by Daniel
Wed Dec 14, 2016 9:08 am
Forum: Tips and Techniques
Topic: Office 365 - Sending emails
Replies: 5
Views: 9126

Office 365 - Sending emails

Hi, We currently use the CnSmtpConnection class to send emails from Jade via a local Exchange Server. However one of our clients is moving to Office 365, and this will mean we have to send via the Office 365 cloud. I see that Microsoft does have a method where you can authenticate with an Office 365...
by Daniel
Fri Dec 04, 2009 10:37 am
Forum: Feature Discussions
Topic: Issue with inheritMethod when in delta
Replies: 2
Views: 4440

Issue with inheritMethod when in delta

Currently we use Jade 6.3.04 but have tried 6.3.05 also with the same issue. When a delta is set, and we have an overridden method checked out in the sub class AND base class, then any inheritMethod calls from the sub class version do not call the checked out version of the base class method, rather...
by Daniel
Tue Sep 15, 2009 3:01 pm
Forum: Feature Discussions
Topic: Setting form parent problem
Replies: 5
Views: 6296

Re: Setting form parent problem

Hi,

Yes our existing 6.11 code causes an exception now in 6.3. Its not mdi related, and can be duplicated with the simple example given.

Cheers
by Daniel
Tue Sep 15, 2009 2:43 pm
Forum: Feature Discussions
Topic: Setting form parent problem
Replies: 5
Views: 6296

Setting form parent problem

Hi, In Jade 6.3 where we have a form and use Form::setFormParent to set the parent of a newly created form to self, we are finding that the return value of Form::getFormParent is always null. e.g. create child; child.setFormParent(self); write(self); write(child.getFormParent); child.showModal(); Fr...

Go to advanced search