[flexcoders] Great Abdul

2005-04-14 Thread [EMAIL PROTECTED]

Very Very Very Very Very Very thank Abudl,

Without Macromedia Control  and with your suggestion ,

SWF(inside C++ application) reads SharedObject and passes the data to C++ work 
fine.




Then for all front end it's pure flex, but with integration with 
com/lpt1 client side with fscommand work nice.
Thank's again,
Devis


Ps
If some user have the same problem, post me and send you the c++/ 
Flex/fscommand integration simple simple program.
Bye Bye
Devis

PS2
I don't understand the price of  Macromedia Central?



 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





RE: [flexcoders] Great Abdul

2005-04-14 Thread Abdul Qabiz

Thanks...

I must say, you are very fast...You made the program, before I replied...

:)

-abdul 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Thursday, April 14, 2005 9:28 PM
To: Flex Coders
Subject: [flexcoders] Great Abdul


Very Very Very Very Very Very thank Abudl,

Without Macromedia Control  and with your suggestion ,

SWF(inside C++ application) reads SharedObject and passes the data to C++
work fine.




Then for all front end it's pure flex, but with integration with 
com/lpt1 client side with fscommand work nice.
Thank's again,
Devis


Ps
If some user have the same problem, post me and send you the c++/ 
Flex/fscommand integration simple simple program.
Bye Bye
Devis

PS2
I don't understand the price of  Macromedia Central?



 
Yahoo! Groups Links



 





 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





RE: [flexcoders] Great Abdul

2005-04-14 Thread Tracy Spratt

Devis, this requirement gets requested a lot!  If you have a working
solution and are willing to post it, It will be very helpful to many!

Tracy

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Thursday, April 14, 2005 11:58 AM
To: Flex Coders
Subject: [flexcoders] Great Abdul


Very Very Very Very Very Very thank Abudl,

Without Macromedia Control  and with your suggestion ,

SWF(inside C++ application) reads SharedObject and passes the data to
C++ work fine.




Then for all front end it's pure flex, but with integration with 
com/lpt1 client side with fscommand work nice.
Thank's again,
Devis


Ps
If some user have the same problem, post me and send you the c++/ 
Flex/fscommand integration simple simple program.
Bye Bye
Devis

PS2
I don't understand the price of  Macromedia Central?



 
Yahoo! Groups Links



 







 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





RE: [flexcoders] Great Abdul (c++/flex) source c++ -- flex

2005-04-14 Thread Robert Stuttaford

Abdul,

I don't suppose you'd be willing to share a c# app that allows local
connection access ? :)

Thanks
Robert

-Original Message-
From: Abdul Qabiz [mailto:[EMAIL PROTECTED] 
Sent: 14 April 2005 09:22 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Great Abdul (c++/flex) source c++ -- flex

Hi,

You can save XML as string or object in SharedObject from main Flex
application. Then your SWF(in C++ app) reads XML string or object from
SharedObject, and sends XML as string to C++ application via fscommand...

I don't have Borland C++ IDE, so I couldn't compile your codeBut I have
written a program using C#, which should work with  .Net v2.0.40607, which
comes with Visual C# 2005 Express Edition Beta.

I am sorry, if you can't run the C# program, but that's the only IDE I have.
But if you want to learn how I have done, you might want to install Visual
C# 2005 Express Edition Beta and check out the code or run the application.
It is pretty straight forward.
http://lab.msdn.microsoft.com/express/vcsharp/default.aspx


There are two mxml files, one writes the data(as string) to SharedObject.
Other mxml files reads the data from it and passes to C# program


Well, there is another way, you can transfer data via LocalConnection
also...


-abdul 




-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Thursday, April 14, 2005 10:50 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Great Abdul (c++/flex) source c++ -- flex

I have post this simple project, for me it's very important because i 
must develop a program that use the com port of client  for external device.

This example it's very poor but work!   
Sorry if it's not documentate the source, but if have any problem post me. 
Bye Bye
Devis



ps.
Please about you it's possiile a flex LocalObjectShare convert it into 
xml file.


ps.
Thanks again to Abdul for suggestion


 
Yahoo! Groups Links



 



 
Yahoo! Groups Links



 



 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





RE: [flexcoders] Great Abdul (c++/flex) source c++ -- flex

2005-04-14 Thread Abdul Qabiz

Hi,

 I don't suppose you'd be willing to share a c# app that allows local
 connection access ? :)

Why not? :)

I have not yet made it, in my case it's going to be straight forward. A
flash movie embedded in C# app would communicate with Flex app via
LocalConnection...

I can guess, why you asked this :)

Because of this : http://www.darronschall.com/weblog/archives/000151.cfm

-abdul

-Original Message-
From: Robert Stuttaford [mailto:[EMAIL PROTECTED] 
Sent: Friday, April 15, 2005 1:06 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Great Abdul (c++/flex) source c++ -- flex


Abdul,

I don't suppose you'd be willing to share a c# app that allows local
connection access ? :)

Thanks
Robert

-Original Message-
From: Abdul Qabiz [mailto:[EMAIL PROTECTED] 
Sent: 14 April 2005 09:22 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Great Abdul (c++/flex) source c++ -- flex

Hi,

You can save XML as string or object in SharedObject from main Flex
application. Then your SWF(in C++ app) reads XML string or object from
SharedObject, and sends XML as string to C++ application via fscommand...

I don't have Borland C++ IDE, so I couldn't compile your codeBut I have
written a program using C#, which should work with  .Net v2.0.40607, which
comes with Visual C# 2005 Express Edition Beta.

I am sorry, if you can't run the C# program, but that's the only IDE I have.
But if you want to learn how I have done, you might want to install Visual
C# 2005 Express Edition Beta and check out the code or run the application.
It is pretty straight forward.
http://lab.msdn.microsoft.com/express/vcsharp/default.aspx


There are two mxml files, one writes the data(as string) to SharedObject.
Other mxml files reads the data from it and passes to C# program


Well, there is another way, you can transfer data via LocalConnection
also...


-abdul 




-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Thursday, April 14, 2005 10:50 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Great Abdul (c++/flex) source c++ -- flex

I have post this simple project, for me it's very important because i 
must develop a program that use the com port of client  for external device.

This example it's very poor but work!   
Sorry if it's not documentate the source, but if have any problem post me. 
Bye Bye
Devis



ps.
Please about you it's possiile a flex LocalObjectShare convert it into 
xml file.


ps.
Thanks again to Abdul for suggestion


 
Yahoo! Groups Links



 



 
Yahoo! Groups Links



 



 
Yahoo! Groups Links



 





 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





RE: [flexcoders] Great Abdul (c++/flex) source c++ -- flex

2005-04-14 Thread Robert Stuttaford

You're exactly right! Since you seem to be a little closer to macromedia,
would you be in a position to find out if you can share this with us?

If you can ... PLEASE DO!! :) :)

I'd LOVE to play with this!

-Original Message-
From: Abdul Qabiz [mailto:[EMAIL PROTECTED] 
Sent: 14 April 2005 09:46 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Great Abdul (c++/flex) source c++ -- flex


Hi,

 I don't suppose you'd be willing to share a c# app that allows local
 connection access ? :)

Why not? :)

I have not yet made it, in my case it's going to be straight forward. A
flash movie embedded in C# app would communicate with Flex app via
LocalConnection...

I can guess, why you asked this :)

Because of this : http://www.darronschall.com/weblog/archives/000151.cfm

-abdul

-Original Message-
From: Robert Stuttaford [mailto:[EMAIL PROTECTED] 
Sent: Friday, April 15, 2005 1:06 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Great Abdul (c++/flex) source c++ -- flex


Abdul,

I don't suppose you'd be willing to share a c# app that allows local
connection access ? :)

Thanks
Robert

-Original Message-
From: Abdul Qabiz [mailto:[EMAIL PROTECTED] 
Sent: 14 April 2005 09:22 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Great Abdul (c++/flex) source c++ -- flex

Hi,

You can save XML as string or object in SharedObject from main Flex
application. Then your SWF(in C++ app) reads XML string or object from
SharedObject, and sends XML as string to C++ application via fscommand...

I don't have Borland C++ IDE, so I couldn't compile your codeBut I have
written a program using C#, which should work with  .Net v2.0.40607, which
comes with Visual C# 2005 Express Edition Beta.

I am sorry, if you can't run the C# program, but that's the only IDE I have.
But if you want to learn how I have done, you might want to install Visual
C# 2005 Express Edition Beta and check out the code or run the application.
It is pretty straight forward.
http://lab.msdn.microsoft.com/express/vcsharp/default.aspx


There are two mxml files, one writes the data(as string) to SharedObject.
Other mxml files reads the data from it and passes to C# program


Well, there is another way, you can transfer data via LocalConnection
also...


-abdul 




-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Thursday, April 14, 2005 10:50 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Great Abdul (c++/flex) source c++ -- flex

I have post this simple project, for me it's very important because i 
must develop a program that use the com port of client  for external device.

This example it's very poor but work!   
Sorry if it's not documentate the source, but if have any problem post me. 
Bye Bye
Devis



ps.
Please about you it's possiile a flex LocalObjectShare convert it into 
xml file.


ps.
Thanks again to Abdul for suggestion


 
Yahoo! Groups Links



 



 
Yahoo! Groups Links



 



 
Yahoo! Groups Links



 





 
Yahoo! Groups Links



 





 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





RE: [flexcoders] Great Abdul (c++/flex) source c++ -- flex

2005-04-14 Thread Abdul Qabiz

I am sorry, I am *not supposed to talk about anything which is not public. I
can surely help you build things with public API or public information

IMO, Darron is also holding things with him because he knows that reverse
engineering of softwares is not legal...

-abdul



-Original Message-
From: Robert Stuttaford [mailto:[EMAIL PROTECTED] 
Sent: Friday, April 15, 2005 1:31 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Great Abdul (c++/flex) source c++ -- flex


You're exactly right! Since you seem to be a little closer to macromedia,
would you be in a position to find out if you can share this with us?

If you can ... PLEASE DO!! :) :)

I'd LOVE to play with this!

-Original Message-
From: Abdul Qabiz [mailto:[EMAIL PROTECTED] 
Sent: 14 April 2005 09:46 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Great Abdul (c++/flex) source c++ -- flex


Hi,

 I don't suppose you'd be willing to share a c# app that allows local
 connection access ? :)

Why not? :)

I have not yet made it, in my case it's going to be straight forward. A
flash movie embedded in C# app would communicate with Flex app via
LocalConnection...

I can guess, why you asked this :)

Because of this : http://www.darronschall.com/weblog/archives/000151.cfm

-abdul

-Original Message-
From: Robert Stuttaford [mailto:[EMAIL PROTECTED] 
Sent: Friday, April 15, 2005 1:06 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Great Abdul (c++/flex) source c++ -- flex


Abdul,

I don't suppose you'd be willing to share a c# app that allows local
connection access ? :)

Thanks
Robert

-Original Message-
From: Abdul Qabiz [mailto:[EMAIL PROTECTED] 
Sent: 14 April 2005 09:22 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Great Abdul (c++/flex) source c++ -- flex

Hi,

You can save XML as string or object in SharedObject from main Flex
application. Then your SWF(in C++ app) reads XML string or object from
SharedObject, and sends XML as string to C++ application via fscommand...

I don't have Borland C++ IDE, so I couldn't compile your codeBut I have
written a program using C#, which should work with  .Net v2.0.40607, which
comes with Visual C# 2005 Express Edition Beta.

I am sorry, if you can't run the C# program, but that's the only IDE I have.
But if you want to learn how I have done, you might want to install Visual
C# 2005 Express Edition Beta and check out the code or run the application.
It is pretty straight forward.
http://lab.msdn.microsoft.com/express/vcsharp/default.aspx


There are two mxml files, one writes the data(as string) to SharedObject.
Other mxml files reads the data from it and passes to C# program


Well, there is another way, you can transfer data via LocalConnection
also...


-abdul 




-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Thursday, April 14, 2005 10:50 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Great Abdul (c++/flex) source c++ -- flex

I have post this simple project, for me it's very important because i 
must develop a program that use the com port of client  for external device.

This example it's very poor but work!   
Sorry if it's not documentate the source, but if have any problem post me. 
Bye Bye
Devis



ps.
Please about you it's possiile a flex LocalObjectShare convert it into 
xml file.


ps.
Thanks again to Abdul for suggestion


 
Yahoo! Groups Links



 



 
Yahoo! Groups Links



 



 
Yahoo! Groups Links



 





 
Yahoo! Groups Links



 





 
Yahoo! Groups Links



 





 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





Re: [flexcoders] Great Abdul (c++/flex) source c++ -- flex

2005-04-14 Thread Darron J. Schall

Abdul Qabiz wrote:

I have not yet made it, in my case it's going to be straight forward. A
flash movie embedded in C# app would communicate with Flex app via
LocalConnection...
  

Yeah, you can embed Flash in C# and then have the Flash movies talk to 
each other via LC, however in the example I posted on my weblog.. I 
eliminated the middleman and made C# talk to Flash over local connection 
directly.

Also, I noticed that for the Shared Object approach you've embedded 
Flash in C# to read/write data to a shared object.. but you can also 
parse those files directly.  Again, you can just write a program that 
doesn't embed Flash but still does what you need it to do (which may be 
more work, but can end up being cross platform).  I wrote (started 
writing, never fully finished) a cross-platform Java app to take care of 
this for you:  http://solve.sf.net.  There's others out there...

Because of this : http://www.darronschall.com/weblog/archives/000151.cfm
  

Man that link gets around.. ;-)  So many people have asked me for the 
code for that, but I'm hesitant to share it because it exposes some of 
the internals of how LC actually works, which I don't MM wants as public 
information.

-d




 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





RE: [flexcoders] Great Abdul (c++/flex) source c++ -- flex

2005-04-14 Thread Robert Stuttaford

Fair enough :)

Damn, it just seems like such a benefit - C#/Flash integration would truly
be seamless, and all sorts of new wonderful real-time things could be done.

XML Socket it is, I guess...

Robert
Totally not a C++ programmer

-Original Message-
From: Darron J. Schall [mailto:[EMAIL PROTECTED] 
Sent: 14 April 2005 10:09 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Great Abdul (c++/flex) source c++ -- flex


Abdul Qabiz wrote:

I have not yet made it, in my case it's going to be straight forward. A
flash movie embedded in C# app would communicate with Flex app via
LocalConnection...
  

Yeah, you can embed Flash in C# and then have the Flash movies talk to 
each other via LC, however in the example I posted on my weblog.. I 
eliminated the middleman and made C# talk to Flash over local connection 
directly.

Also, I noticed that for the Shared Object approach you've embedded 
Flash in C# to read/write data to a shared object.. but you can also 
parse those files directly.  Again, you can just write a program that 
doesn't embed Flash but still does what you need it to do (which may be 
more work, but can end up being cross platform).  I wrote (started 
writing, never fully finished) a cross-platform Java app to take care of 
this for you:  http://solve.sf.net.  There's others out there...

Because of this : http://www.darronschall.com/weblog/archives/000151.cfm
  

Man that link gets around.. ;-)  So many people have asked me for the 
code for that, but I'm hesitant to share it because it exposes some of 
the internals of how LC actually works, which I don't MM wants as public 
information.

-d




 
Yahoo! Groups Links



 





 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





RE: [flexcoders] Great Abdul (c++/flex) source c++ -- flex

2005-04-14 Thread Abdul Qabiz

Nope, Darron is doing very low-level stuff, reading/manipulating a part of
memory that's shared between instances...

Hope in future someone doesn't have to do such hacks for such things...

-abdul

-Original Message-
From: Robert Stuttaford [mailto:[EMAIL PROTECTED] 
Sent: Friday, April 15, 2005 1:43 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Great Abdul (c++/flex) source c++ -- flex


Fair enough :)

Damn, it just seems like such a benefit - C#/Flash integration would truly
be seamless, and all sorts of new wonderful real-time things could be done.

XML Socket it is, I guess...

Robert
Totally not a C++ programmer

-Original Message-
From: Darron J. Schall [mailto:[EMAIL PROTECTED] 
Sent: 14 April 2005 10:09 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Great Abdul (c++/flex) source c++ -- flex


Abdul Qabiz wrote:

I have not yet made it, in my case it's going to be straight forward. A
flash movie embedded in C# app would communicate with Flex app via
LocalConnection...
  

Yeah, you can embed Flash in C# and then have the Flash movies talk to 
each other via LC, however in the example I posted on my weblog.. I 
eliminated the middleman and made C# talk to Flash over local connection 
directly.

Also, I noticed that for the Shared Object approach you've embedded 
Flash in C# to read/write data to a shared object.. but you can also 
parse those files directly.  Again, you can just write a program that 
doesn't embed Flash but still does what you need it to do (which may be 
more work, but can end up being cross platform).  I wrote (started 
writing, never fully finished) a cross-platform Java app to take care of 
this for you:  http://solve.sf.net.  There's others out there...

Because of this : http://www.darronschall.com/weblog/archives/000151.cfm
  

Man that link gets around.. ;-)  So many people have asked me for the 
code for that, but I'm hesitant to share it because it exposes some of 
the internals of how LC actually works, which I don't MM wants as public 
information.

-d




 
Yahoo! Groups Links



 





 
Yahoo! Groups Links



 





 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





RE: [flexcoders] Great Abdul (c++/flex) source c++ -- flex

2005-04-14 Thread Robert Stuttaford

Perhaps there is room for a .NET and/or Java components package here, for
use with those respective platforms? Kinda like Remoting for FMX2K4 was
done.

Who knows...

-grin-

-Original Message-
From: Abdul Qabiz [mailto:[EMAIL PROTECTED] 
Sent: 14 April 2005 10:16 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Great Abdul (c++/flex) source c++ -- flex


Nope, Darron is doing very low-level stuff, reading/manipulating a part of
memory that's shared between instances...

Hope in future someone doesn't have to do such hacks for such things...

-abdul

-Original Message-
From: Robert Stuttaford [mailto:[EMAIL PROTECTED] 
Sent: Friday, April 15, 2005 1:43 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Great Abdul (c++/flex) source c++ -- flex


Fair enough :)

Damn, it just seems like such a benefit - C#/Flash integration would truly
be seamless, and all sorts of new wonderful real-time things could be done.

XML Socket it is, I guess...

Robert
Totally not a C++ programmer

-Original Message-
From: Darron J. Schall [mailto:[EMAIL PROTECTED] 
Sent: 14 April 2005 10:09 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Great Abdul (c++/flex) source c++ -- flex


Abdul Qabiz wrote:

I have not yet made it, in my case it's going to be straight forward. A
flash movie embedded in C# app would communicate with Flex app via
LocalConnection...
  

Yeah, you can embed Flash in C# and then have the Flash movies talk to 
each other via LC, however in the example I posted on my weblog.. I 
eliminated the middleman and made C# talk to Flash over local connection 
directly.

Also, I noticed that for the Shared Object approach you've embedded 
Flash in C# to read/write data to a shared object.. but you can also 
parse those files directly.  Again, you can just write a program that 
doesn't embed Flash but still does what you need it to do (which may be 
more work, but can end up being cross platform).  I wrote (started 
writing, never fully finished) a cross-platform Java app to take care of 
this for you:  http://solve.sf.net.  There's others out there...

Because of this : http://www.darronschall.com/weblog/archives/000151.cfm
  

Man that link gets around.. ;-)  So many people have asked me for the 
code for that, but I'm hesitant to share it because it exposes some of 
the internals of how LC actually works, which I don't MM wants as public 
information.

-d




 
Yahoo! Groups Links



 





 
Yahoo! Groups Links



 





 
Yahoo! Groups Links



 





 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/