<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://www.aras.com/community/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>marcus さんのアクティビティ</title><link>https://www.aras.com/community/members/marcus</link><description>marcus さんの最近のアクティビティ</description><dc:language>ja-JP</dc:language><generator>Telligent Community 12</generator><item><title>Integrating jquery file with aras</title><link>https://www.aras.com/community/f/development/3799/integrating-jquery-file-with-aras</link><pubDate>Fri, 29 Jun 2018 06:34:58 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:98cc237b-6246-4961-8a42-35b8d095ab66</guid><dc:creator>Kara</dc:creator><description>Hi,

I need your help for the above thing.

Currently i am trying to execute jquery on aras platform to achieve something .I have tried a lot for this.But i need more guidance for it.If you can provide demonstration it will be really helpful.

Thanks.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Ajax loading gif for long running queries?</title><link>https://www.aras.com/community/f/development/3664/ajax-loading-gif-for-long-running-queries</link><pubDate>Tue, 24 Apr 2018 06:55:23 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:5c3ebefa-e5cd-4642-a2be-62b9a0f129c1</guid><dc:creator>Gareth Appleton-Barnes</dc:creator><description>Has anyone managed to display a loading gif for long running queries? We have some fairly complex long running methods and ideally we would like to show that the system is actually doing something whilst they are running. I could show/ hide an image on every method but was wondering if anyone had managed to bind to a global ajax event (or something more clever) so that i don&amp;#39;t have to call it in every method.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>marcus</title><link>https://www.aras.com/community/members/marcus/activities/df087d0d-8d60-403a-aad9-4cd551f09b9c</link><pubDate>Wed, 14 Aug 2019 06:40:58 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:df087d0d-8d60-403a-aad9-4cd551f09b9c</guid><dc:creator>marcus</dc:creator><description>&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Allow user to choose path by selectFolder for SP11</title><link>https://www.aras.com/community/f/development/3631/allow-user-to-choose-path-by-selectfolder-for-sp11</link><pubDate>Fri, 16 Mar 2018 06:02:05 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:7a725ab0-77a4-4cb0-aa30-f0a291b8c586</guid><dc:creator>Aaba</dc:creator><description>Hello Guys,

I am facing issue in the javascript code. I want to open the folder dialog box to choose the path from local file system.

Previously in SP6, aras.vault.selectFolder() was working fine. Is there any way to implement this in the SP11?

&amp;nbsp;

Thanks,

Aaba&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>File structure in the Vault</title><link>https://www.aras.com/community/f/development/3625/file-structure-in-the-vault</link><pubDate>Mon, 12 Mar 2018 18:16:23 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:332ace79-1919-4e68-8492-23f05888e8f6</guid><dc:creator>Former Member</dc:creator><description>Currently, it seems files attached in the CAD documents are saved in the vault in a multilevel folder structure which if I understand correctly is a folder named after the second and third letters of the file ID, then with in that a folder named after the file ID. This occurs with every single file, so you end up with a large complex folder structure.

&amp;nbsp;

Is there anyway to simplify this to add all files to a single folder, or if not to a set of folder that are named after the first 2 characters of the part number for example?

&amp;nbsp;

Thanks

Russ&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>DLLs in method-config are loaded with internals?</title><link>https://www.aras.com/community/f/development/3616/dlls-in-method-config-are-loaded-with-internals</link><pubDate>Sun, 11 Mar 2018 08:51:40 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:bc673037-a874-4a25-9277-fb4ee0c25c0e</guid><dc:creator>marcus</dc:creator><description>(Aras 11.0 SP9)

Hi,

We&amp;#39;re using Document.OpenXML to export the BOM list as an Excel file, and the recent update (2.8.x) included an &amp;quot;internal class IReadOnlyList&amp;quot; in the System.Collections.Generic namespace. his collides with the one in mscorlib, but it should not do so as the class is defined internally.

I got this when logging in via ConsoleUpgrade to export some AML:
&lt;pre&gt;Unhandled Exception: Aras.Tools.SolutionUpgrade.CItemException: Failed login to Innovator; 

original error: Line number -35, Error Number: CS1685, Warning as Error: 
  The predefined type &amp;#39;System.Collections.Generic.IReadOnlyList&amp;#39; is defined in multiple assemblies in the global alias;
  using definition from &amp;#39;c:\Windows\Microsoft.NET\Framework64\v4.0.30319\mscorlib.dll&amp;#39;

Line number -35, Error Number: CS1685, Warning as Error: 
  The predefined type &amp;#39;System.Collections.Generic.IReadOnlyCollection&amp;#39; is defined in multiple assemblies in the global alias; 
  using definition from &amp;#39;c:\Windows\Microsoft.NET\Framework64\v4.0.30319\mscorlib.dll&amp;#39;&lt;/pre&gt;
Is Aras loading internal classes into the global namespace when loading DLLs from method-config?

&lt;a href="https://github.com/OfficeDev/Open-XML-SDK/issues/426"&gt;The issue has been fixed in OpenXML&lt;/a&gt; and will be included in the next release but for sure it&amp;#39;d be nice to know this behavior by Aras is by design or by accident.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>How to open non-modal window with custom form?</title><link>https://www.aras.com/community/f/development/3099/how-to-open-non-modal-window-with-custom-form</link><pubDate>Mon, 05 Dec 2016 02:38:31 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:46cc0f69-3cc9-41fb-a5b6-1c96fe247a3e</guid><dc:creator>marcus</dc:creator><description>Hi, 

I&amp;#39;m using the following code in a javascript method to open a custom form via an action:

&lt;pre&gt;&lt;code&gt;var fetchForm = this.getInnovator().newItem(&amp;quot;Form&amp;quot;,&amp;quot;get&amp;quot;);
fetchForm.setProperty(&amp;quot;name&amp;quot;,&amp;quot;myForm&amp;quot;);
var formId = fetchForm.apply(&amp;quot;get&amp;quot;).getID(); 

// set form params
var param = { 
    title  : &amp;quot;MyCustomForm&amp;quot;,
    formId : formId,
    aras   : top.aras,
    partId : this.getID()
};

top.aras.modalDialogHelper.show(&amp;quot;DefaultModal&amp;quot;, window,  param, options, &amp;quot;ShowFormAsADialog.html&amp;quot;);&lt;/code&gt;&lt;/pre&gt;



This works well, but I&amp;#39;d like the window not to be modal. 

How does one open a non-modal dialog with Aras?
(I haven&amp;#39;t found any documentation for this part of the Aras Javascript API)

We&amp;#39;re using 11.0 SP3 at the moment.

Cheers,
/Marcus&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>