What is the analysis of a string?
I have a string like this: token = | Hello | Computer | Herrin | Ulrich | Startup How can I turn it into a table so that: Code: token = | Hello | Computer | Herrin | Ulrich | Startup token[3] Show me,...
View ArticleChange xButton or another Object properties
Bonjour everyone, I made a project some time ago with a lot xButton objects. All these objects have as attributes: Sounds => Highlight and Click => Standard Now I realize that when there are a...
View ArticleXamlListBox
Have you used XamlListBox plugin? it seems like a very useful wigdet but because Xaml tags are contained within double brackets, whatever is in there is read "as is" which leaves no room for variables....
View Articlefile copy
I want to search for a folder on the driver for example C to copy the file on that folder AppData any suggestions, please Code: -- Set the callback function (used by action Folder.Find) function...
View ArticleCommand line inside AMS
Hi everyone, i have a little question for this time. Y need to run a specific instructions in CMD on windows. But, i want to all process get showed on the window i mean: cd.. make dir cls and that...
View Articlemsplugin
Does anyone know where I can pick up this plugin? I have scoured this site and the web, no luck. Thanks in advance.
View ArticleInputting a command-line parameter. at install-time
Solved .... the answer is: Look at Actions on Start up for i, arg in pairs(_CommandLineArgs) do ....
View ArticleInput formatting and receive input
Hi Please see attached GIF to see code in action! Basically you put number in input (either by typing o pasting) and it automatically gets comma " , " for decimal or " ' " apostrophe for million. It...
View ArticleOn the edge here!
--[NOTICE: you'll need the "Edge" plug-in]-- Hello all, My issue... When the 360 page first shows up, the "Loading.jpg" pops up to hide the slow to populate Edge plug-in, but the JPG drops off before...
View ArticleSetting the destination from a user config OPT file
I need a method depending on which radio button is selected to locate the UserCFG.opt file and from there locate the directory inside that file. At the end of the usercfg file is.........
View ArticleGrid Coordinates
Hi all, What is the wright way to take a coordinates from an input and put it in the grid. I have two inputs one for the name, and one for the coordinates (where to insert this name) I don't want to...
View ArticleUpdating software version using TrueUpdate
Hello, I am trying to make sense of some things that were left outstanding by some developers leaving - We use SetupFactory to do the initial install of our software. Then, we use TrueUpdate to update...
View ArticleSetting the destination from a user config OPT file
I need a method depending on which radio button is selected to locate the UserCFG.opt file and from there locate the directory inside that file. At the end of the usercfg file is.........
View ArticleSetting default app for a file extension
Can I set a file association in Windows 10? Example: I want the file extension .tdms to default to application; testprog.exe
View ArticleHang the program when sending data to the server
Hang the program when sending data to the server Hello dear I noticed that when I use the Post or Get function data transfer to the server, the program stops and the program stops until the end of...
View ArticleIs program run as adminator?!
How can I Understand my Program run as program or run Normal?! Thanks in advance
View ArticleDisable selection of items on key presses
Hello! Please tell me how to disable the selection of elements in ListBox when pressing keys?
View ArticleRun only one instance of the installer at a time
How to allow only one instance of the installer at a time?
View ArticleCan someone explain this script to me?
I have this script, I created it to pass the time. can someone can me Explain?: Code: B = Input.GetText("Input1"); if B ~= "" then for k,v in pairs(String.Split(B,"@echo ")) do token = B tokenTbl = {}...
View ArticleHow to create a file type similar to INI files but with different parameters?
I wanted to create a file type similar to INI files but with different parameters. For example: INI files uses this setting: [example] Data=Value; Because I wanted do it differently:Like this:...
View Article