Hi - the correct formatting of Pre/Post-event commands can be challenging. I have been trying for a week or more to solve my problem with limited success.
The manuals have simplistic examples, for instance to create a folder the command is: mkdir C:\Users\myusername\Desktop\MyDirectory
and to use a ...
Search found 4 matches
- Wed Jul 22, 2020 8:01 pm
- Forum: Flare's General Discussion
- Topic: Need help creating a post-build command
- Replies: 6
- Views: 6455
- Fri Mar 20, 2020 7:29 pm
- Forum: Flare's General Discussion
- Topic: Topic with Javascript is invalid - corrected!
- Replies: 0
- Views: 910
Topic with Javascript is invalid - corrected!
I have updated this to reflect the real issue. For some reason, as described below, the JavaScript runtime on my system (2019 r2) refuses to save code that includes a 'for statement' in the form 'for (i=0; i < 5; i++) ... '. Testing the code on http://www.jslint.com/ reports the 'for' as invalid and ...
- Mon Jul 04, 2016 9:33 pm
- Forum: Web-based Outputs
- Topic: Don't want the Skins folder
- Replies: 3
- Views: 2277
Re: Don't want the Skins folder
Perhaps allow them to copy over and add a delete script at the end to remove the unwanted folders?
- Mon Aug 17, 2015 12:50 am
- Forum: Flare's General Discussion
- Topic: How to add a resource to a plugin
- Replies: 0
- Views: 696
How to add a resource to a plugin
I add buttons to a plugin menu using the following code, where Ylamp.png is the image I have placed in the MyPlugin directory. This works as expected.
group1.AddRibbonButton("Meta data", new RunCommand(mEditorContext, "tagset"), null, "MyPlugin\\Ylamp.png", RibbonIconSize.Large, "Tagset:", "Defines ...
group1.AddRibbonButton("Meta data", new RunCommand(mEditorContext, "tagset"), null, "MyPlugin\\Ylamp.png", RibbonIconSize.Large, "Tagset:", "Defines ...