-
Hi all,
I am currently working on a project that involves the RB Vogui with a UR10 and am running into some issues while trying to understand the code. Firstly, I can't seem to get a moveit script …
-
I am currently very confused as to how to control the Vogui via a script. I have tried adapting some code I found on the internet with no luck. Is there any reference code or documentation to explain …
-
Hi,
After converting the VO code to XSharp and then working with the already converted code, we (XSharp users) use the new advanced features of the XSharp language. One of these possibilities is th…
-
The XSharp form editor (VOGUI) lacks some convenient things that were in the VO form editor:
- grid and grid settings (step) for easy alignment of controls. Now, without a grid, in a complex window w…
-
VO has a special way of writing the text of controls so that when the form is saved, they are converted to loading language resources.
For example, if in the Caption property (button) write:
``
t…
-
If the VOGUI window class has the INTERNAL modifier (set manually), then after editing the form in the window editor and saving the changes, the INTERNAL modifier is reset.
-
The VOGUI form editor in XSharp does not display additional properties of user-created controls inherited from _VOCutsomControl.
The project is imported into XSharp from VO using VOXporter.
The cavo…
-
There is one significant difference between the **GetObjectByHandle** function in VO and XSharp.
In VO, you can check the window handle that it is part of your VOGUI application. In this case, the **…
-
An error occurs when compiling the following example:
```
CLASS ClassA
CONSTRUCTOR( cValue )
RETURN
END CLASS
CLASS ClassB INHERIT ClassA
END CLASS
CLASS ClassC INHERIT ClassB
CONST…
-
Type the following in the editor:
LOCAL somevalue AS OBJECT
VAR errors := someValue:ToString():TrimEnd({0x0F, 0x0D})
Now put the cursor between the "{" and the "0" and type an opening paren (th…