Wictor Oliveira
Followers: 0 Following: 0
Feeds
提问
App Designer Components Callbacks Stopped Working
I have several components in my app which callbacks stopped responding. Ex: The Component app.DynamicsKmaxEditField has the ca...
2 years 前 | 1 个回答 | 0
1
个回答提问
How to change components to other tabs in app designer?
I created a panel inside a certain tab of TabGroup app designer. Inside this panel I created various other components. But now,...
2 years 前 | 0 个回答 | 1
0
个回答提问
Are there any changes in the way compiled apps interact with the operating system? Different app behavior when compiled!
I have an app that creates a macro (.cmd file) to run a second program (adams car) in bacth. Once this macro is created, I send ...
2 years 前 | 1 个回答 | 0
1
个回答提问
How to get user homepath?
I want to get the user homepath in windows, the same as when I type '%homepath%' in the file explorer. Example: 'C:\Users\USERN...
2 years 前 | 1 个回答 | 0
1
个回答提问
How to make this string a = '(0 0 0)' into a double b = [0 0 0]?
Suppose I don't know what are the number inside the a string, it could be: a = '(12 2.8 1.22)' % each number is separated by a...
2 years 前 | 2 个回答 | 0