Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Archimede

Pages: [1]
1
Support and Feedback / Re: filtercreate
« on: November 13, 2021, 12:36:40 »
Hallo.
Trying an searching I solved the problem.
I write the solution here for any interested:
MC.Explorer.GetViewFilter;
MessageBox( "test", $__CMDRESULT, 0 );

I suggest you to explain better the meaning and the use of $__CMDRESULT in the manual, AND explain better the use of MC.Explorer.GetViewFilter and other "get" functions.

Archimede

2
Documentation / Re: Missing Documentation - Status
« on: November 13, 2021, 12:12:02 »
Hallo.
I no found any documantation about MC.XChangeSettings.

3
Support and Feedback / Re: filtercreate
« on: November 13, 2021, 11:34:13 »
I wrote a no exact problem, sorry.
I need to define the explorer panel filter, like with MC.Explorer.SetViewFilter FILTER='{$VIEWFILTER}';
I made it.
Now I need to read the user filter; the manual tell to use the MC.Explorer.GetViewFilter but I no understand how I can to use it; in a MultiScript I tryed
@var $test = MC.Explorer.GetViewFilter;
but it no work; how I can to use that function?
Thank you very much
Archimede

4
Support and Feedback / filtercreate
« on: November 06, 2021, 10:20:55 »
The function
filtercreate();
seem no work: it return everytime 0.
I tryed to copy-paste the example from manual to program but the result is everytime the same... why?

Pages: [1]