Search found 5321 matches

Go to advanced search

by ConvertFromOldNGs
Fri Aug 14, 2009 9:52 am
Forum: Tips and Techniques
Topic: Dyna Dicts: Using meta-data for "keyPath" memberKey
Replies: 1
Views: 4407

Re: Dyna Dicts: Using meta-data for "keyPath" memberKey

Bump. (To make this message "more recent" than the historical messages recently converted from the old NNTP Newsgroups.)
by ConvertFromOldNGs
Fri Aug 14, 2009 9:52 am
Forum: Tips and Techniques
Topic: base64 encoding of wiki attachment
Replies: 4
Views: 13632

Re: base64 encoding of wiki attachment

Bump. (To make this message "more recent" than the historical messages converted from the old NNTP Newsgroups.)
by ConvertFromOldNGs
Sat Aug 08, 2009 11:41 am
Forum: General Discussion
Topic: get contents of array returned by method in .Net Assembly
Replies: 5
Views: 11239

get contents of array returned by method in .Net Assembly

by John Munro >> Fri, 7 Aug 2009 20:52:37 GMT

I have imported a .NET dll. I will be creating an instance of an object
imported from the dll, and I need to be able to call a method on the
object that returns an array of other objects.

My problem is that the method imported into Jade has a return ...
by ConvertFromOldNGs
Fri Aug 07, 2009 3:00 pm
Forum: Tips and Techniques
Topic: Adding class and method on running program
Replies: 2
Views: 5921

Re: Adding class and method on running program

by cnwjhp1 >> Wed, 13 May 2009 1:15:23 GMT

Depending on what you are trying to accomplish, the JadeDynamicObject class may suffice. It doesn't allow a new class definition to be persistently saved, but it does allow dynamic definition of objects that can be passed around.
by ConvertFromOldNGs
Fri Aug 07, 2009 3:00 pm
Forum: Tips and Techniques
Topic: Adding class and method on running program
Replies: 2
Views: 5921

Re: Adding class and method on running program

by Jade Support >> Tue, 12 May 2009 23:18:32 GMT

Hi Ruby, thanks for posting.

I'm afraid it is not possible to add a new class to the JADE system and have it be picked up by the application without first restarting the system.

With the application running you can perform a schema load that ...
by ConvertFromOldNGs
Fri Aug 07, 2009 3:00 pm
Forum: Tips and Techniques
Topic: Adding class and method on running program
Replies: 2
Views: 5921

Adding class and method on running program

by Ruby >> Tue, 12 May 2009 5:43:02 GMT

Hallo Jaders

as a new jade user, I dont have any deep knowledge about syntax in Jade. Thats why, I ask to this forum.
My question is.
Is there any feature in Jade to add directly a new class with a set of attributes in Jade when the application program is ...
by ConvertFromOldNGs
Fri Aug 07, 2009 3:00 pm
Forum: Tips and Techniques
Topic: Conversion to Binary from Text or HTML
Replies: 2
Views: 5366

Re: Conversion to Binary from Text or HTML

by Iain Kerr >> Wed, 22 Apr 2009 3:10:07 GMT

Duh! I feel stupid
by ConvertFromOldNGs
Fri Aug 07, 2009 3:00 pm
Forum: Tips and Techniques
Topic: Conversion to Binary from Text or HTML
Replies: 2
Views: 5366

Re: Conversion to Binary from Text or HTML

by Dean Cooper >> Wed, 22 Apr 2009 2:47:30 GMT

If you've read the contents of the file into a string, can you not just type cast the string to a binary? For example:

vars
fileStr : String;
fileBin : Binary;begin

... read the file into fileStr ...
fileBin := fileStr.Binary; // convert to ...
by ConvertFromOldNGs
Fri Aug 07, 2009 3:00 pm
Forum: Tips and Techniques
Topic: Conversion to Binary from Text or HTML
Replies: 2
Views: 5366

Conversion to Binary from Text or HTML

by Iain Kerr >> Wed, 22 Apr 2009 1:53:52 GMT

Hi
I need to convert a Text or HTML file to Binary has anyone done this successfully ? Do I need an external app or can it be done within Jade ?

Thanks

Iain

kerr.iain@yahoo.com.au
by ConvertFromOldNGs
Fri Aug 07, 2009 3:00 pm
Forum: Tips and Techniques
Topic: Edit value of Persistent Data
Replies: 1
Views: 4308

Re: Edit value of Persistent Data

by Dean Cooper >> Fri, 17 Apr 2009 14:26:08 GMT

You can update an existing object simply by assigning new values to the required properties, just as you would for a transient object. The only difference is that when updating persistent objects, you must do so within a transaction. For example, the ...

Go to advanced search