go to post John Murray · May 17, 2023 It looks like you are trying to use "Import and Compile" with an XML export. This won't work, as it only supports UDL-format exports. VS Code users can create those exports from the ObjectScript view. Based on the hl7, inc and mac folders visible in your screenshot it looks like you might want to set the following in your VS Code settings before using the export if you want to replicate that style. "objectscript.export.addCategory": true, I also suggest you start off by opening an empty folder in VS Code, then export into that. This will avoid polluting your existing working folder structure while you get the hang of using VS Code with InterSystems servers.
go to post John Murray · May 15, 2023 @Larry Overkamp my reply was focused on what @jaroslav rapp had posted. You also wrote: (We don't use a source control system.) Have you considered changing this situation? If so please take a look at Deltanji from George James Software (my employer). Some videos are available at https://www.youtube.com/playlist?list=PLGnA3ZIngG4oOUCEmplIYgSknQpNOtF08
go to post John Murray · May 15, 2023 Yes, you can do this in VS Code. Even better, when using the server-side editing paradigm a single VS Code instance can connect simultaneously to multiple namespaces on one or more servers, and you can drag/drop and copy/paste between them.
go to post John Murray · May 15, 2023 With our 2023.2 release we are deprecating InterSystems Studio (deprecateddesignates a feature or technology that InterSystems no longer actively develops, and for which better options exist). We will continue to maintain, release, and support InterSystems Studio for quite some time, and we appreciate that it is still an important tool for some customers. However, customers should be advised that we are not investing in it. Our focus is on VSCode. In what sense is this an "attack"?
go to post John Murray · Apr 24, 2023 For animated GIFs it would be neat if the DC software could use a technique such as this to automatically add a play/pause button: https://codepen.io/chriscoyier/pen/pogQJER That Codepen sample plays such GIFs by default unless user's browser preference is set for reduced motion (see the JS in the sample), but by not setting the 'open' attribute on the details tag (line 5 of the HTML in the sample) it could always start paused. The technique relies on having a static image containing one frame of the animated GIF, so that would need to be done server-side when an animated GIF is uploaded.
go to post John Murray · Apr 21, 2023 Did you try using the "Add/Remove Programs" option in Windows (might be named differently depending on your exact version)?
go to post John Murray · Mar 9, 2023 By doing a second install using Normal level security, then comparing webapp settings, I have tracked down the cause of my problem. My install was a Minimal security one, after which I changed the settings of the /csp/sys web app and its sub-apps /csp/sys/* by clearing the Unauthenticated checkbox and setting the Password one. But it seems that unless I do the same for the /api/interop-editors webapp I get a Rule Editor authentication page which I am unable to get past, not even by entering the credentials of the same %All-role user I logged into /csp/sys (i.e. Portal) with. As soon as I made the change to /api/interop-editors I was able to get into the new Rule Editor, seeing only a brief flash of its authentication paged. Here are the tweaked Minimal-security settings that work for me (i.e. authentication required to access Portal, from where I can move without challenge into the new Rule Editor):
go to post John Murray · Mar 9, 2023 The technique I have seen used is to run a JS timer which will run for, say, 120 seconds less than the session timeout. Restart the timer each time something happens that will cause the server-side session timeout to restart. When the JS timer expires, display the "2 minutes before timeout" message, perhaps with a countdown run by another 1-second JS timer.
go to post John Murray · Mar 8, 2023 Hi Brendan, at https://wrc.intersystems.com/wrc/endusernewprob2.csp the Product dropdown I get doesn't include any Preview entries.
go to post John Murray · Mar 8, 2023 This seems to include a new Rule Editor, but I'm unable to get past the authentication page it displays after I use my usual pathway from Portal (Interoperability > Build > Business Rules). I have logged WRC 972106 about this (though WRC Online doesn't yet offer 2023.1 as a version choice).
go to post John Murray · Mar 6, 2023 Does https://developer.mozilla.org/en-US/docs/Web/HTTP/Cookies#define_where_c... help?
go to post John Murray · Feb 26, 2023 Can you help us understand why you want each routine exported into its own separate file?
go to post John Murray · Feb 26, 2023 Did you take a look at the Snippets provided by the extension? Implementation details are at https://github.com/intersystems-community/vscode-objectscript/blob/maste... for class snippets.
go to post John Murray · Feb 24, 2023 Third choice could be phrased better: I suggest "Doesn't matter, I will use Community regardless of interface color."
go to post John Murray · Feb 23, 2023 You need to use the Sorts After operator ]] to do this. See https://docs.intersystems.com/iris20223/csp/docbook/Doc.View.cls?KEY=GCO...
go to post John Murray · Feb 17, 2023 I have logged this at https://github.com/george-james-software/gjLocate/issues/3
go to post John Murray · Feb 17, 2023 There's already an extension to help you with that:https://marketplace.visualstudio.com/items?itemName=georgejames.gjlocate