Microsoft Agent

The use of specific JADE features and proposals for new feature suggestions
ConvertFromOldNGs
Posts: 5321
Joined: Wed Aug 05, 2009 5:19 pm

Microsoft Agent

Postby ConvertFromOldNGs » Fri Aug 07, 2009 10:39 am

by Phil >> Thu, 20 Apr 2000 5:13:41 GMT

If anyone knows anything about Microsoft Agent and/or how to integrate it into JADE 5.0.15 (or higher). Then could you please email me at aikens@xtra.co.nz

Thanks
Philip Quinn

ConvertFromOldNGs
Posts: 5321
Joined: Wed Aug 05, 2009 5:19 pm

Re: Stuck on Microsoft Agent?

Postby ConvertFromOldNGs » Fri Aug 07, 2009 10:39 am

by JADE Kid - Ray Hidayat >> Wed, 5 Jul 2000 22:06:02 GMT

Phil, you just can't think of anything but that.
It would at least be nice if you had made a JADE Program when you came. Not just shown you what you were going to convert into JADE. I thought you were making a personal organiser or something that wasn't a copy of my Electronic Diary...

--
Ray Hidayat
JADE Kid - 2000
www.jadekids.com

ConvertFromOldNGs
Posts: 5321
Joined: Wed Aug 05, 2009 5:19 pm

Re: Stuck on Microsoft Agent?

Postby ConvertFromOldNGs » Fri Aug 07, 2009 10:39 am

by Philip >> Thu, 6 Jul 2000 7:25:39 GMT

Thank you ray, for all your support, I decided top change my design a bit, but I want it to work, in the quest to show that JADE isn't the biggest try-hard language I have ever seen, currently I don't think it is. No more diary idea from me.

ConvertFromOldNGs
Posts: 5321
Joined: Wed Aug 05, 2009 5:19 pm

Re: Try this Phil

Postby ConvertFromOldNGs » Fri Aug 07, 2009 10:39 am

by JADE Kid - Ray Hidayat >> Fri, 7 Jul 2000 22:46:30 GMT

You could make a class first that has the ability to talk to Microsoft Agent.
Make it encapsulated (remember what that means?) and then you could put it into all the rest of your programs you want.
The other thing you could do is have a schema which has that, and put schemas under it that utilise the classes.

That way, your organiser (if you still want to do it) would be able to use an Agent Character. Like Microsoft Outlook.
Also, that other program could do that too!

--
Ray Hidayat
JADE Kid - 2000
www.jadekids.com

ConvertFromOldNGs
Posts: 5321
Joined: Wed Aug 05, 2009 5:19 pm

Re: Try this Phil

Postby ConvertFromOldNGs » Fri Aug 07, 2009 10:39 am

by Rob Wright >> Mon, 13 Nov 2000 22:53:56 GMT

I dont know if you are still wondering about this - but here is some simple code to show using an agent control....I am assuming that you can install the appropriate .acs files for the agents that you are after...this was just a quick knock up I did to show someone about ActiveX - but it may help :)

vars
merlin : IAgentCtlCharacterEx;


begin

//demo of using actors in JADE 5.1.07

create merlin;
agent1.characters.load ("merlin", "c:\windows\msagent\chars\merlin.acs"); merlin:=agent1.characters.character("Merlin");
merlin.show(0);
merlin.speak("Hello there",null);
merlin.moveTo(400,400,1);
//or whatever actions etc take your fancy
end;

ConvertFromOldNGs
Posts: 5321
Joined: Wed Aug 05, 2009 5:19 pm

Re: Try this Phil

Postby ConvertFromOldNGs » Fri Aug 07, 2009 10:39 am

by John Porter >> Wed, 15 Nov 2000 4:53:54 GMT
begin
file://demo of using actors in JADE 5.1.07

Anyone know how to keep Outlook Express from doing this to Jade comments (//)?


Return to “Feature Discussions”

Who is online

Users browsing this forum: No registered users and 11 guests