List of Contributions

Lopez

Contact Details

Lopez


My Content

1 to 12 of 12 total
Posted By Lopez May 10, 2024 11:40:51 AM
Found In Egroup: Advanced Software
\ view thread
I found the error: I had to select the Variable within the object.
Posted By Lopez May 10, 2024 10:04:00 AM
Found In Egroup: Advanced Software
\ view thread
I have an "ObjectTest" object that has one variable "Variable1" that is an array of 10 of type Int32. I'm trying to display the values of the array on a data grid but I can't make it work. Any ideas? Thanks!!
Posted By Lopez May 10, 2024 07:28:15 AM
Found In Egroup: Advanced Software
\ view thread
I see. My computer is on a different domain that I want the Optix to be on. When I tested without any parameters on the setup, I was able to use my host's AD to log in but not when using the remote server AD. Ok, I will wait for the stable release and report back once I test it there. Thank ...
Posted By Lopez May 10, 2024 07:25:08 AM
Found In Egroup: Advanced Software
\ view thread
Once again, you hit the nail on the head! This made the trick. Thank you, I really appreciate your help!
Posted By Lopez May 10, 2024 06:40:31 AM
Found In Egroup: Advanced Software
\ view thread
Hi Justin, yes, I'm trying to change the text of "label2" during runtime. And to clarify, the goal is to use the value of a string variable that I create during runtime under the object "Object1". I did some further testing by adding a ListBox to see the contents of Object1 during runtime and ...
Posted By Lopez May 03, 2024 01:51:00 PM
Found In Egroup: Advanced Software
\ view thread
Hi, I've been working on setting up the authentication method on a project to Domain only using an Active Directory on a remote server. I have tested the AD on this server in multiple ways and I know it is working when accessed by the same computer where Optix is installed on. However, when I try to ...
Posted By Lopez May 03, 2024 07:19:52 AM
Found In Egroup: Advanced Software
\ view thread
I just have to say, you've done a great jobs with the graphics!
Posted By Lopez Apr 18, 2024 11:58:00 AM
Found In Egroup: Advanced Software
\ view thread
When you say that this is not working, do you mean that you get errors in the console or the tags are just not updating? If its the latter, have you tried doing this with a MODEL variable that's not a field variable to test your string formatting? I have had some issues trying to update field variables ...
Posted By Lopez Apr 17, 2024 06:43:00 PM
Found In Egroup: Advanced Software
\ view thread
You were right, that method worked for me! Below is what I did for the writing back to the target object and something similar to read the values from the temporary parameters used on the popup window. I tested with an integer and a float value. I think this would work for me for many scenarios but ...
Posted By Lopez Apr 11, 2024 09:35:00 AM
Found In Egroup: Advanced Software
\ view thread
Hi, I worked on this a bit more and came up with the method shown on the picture below. (TempParamsNode is the object I'm reading and manipulating inside the pop up window, and ParamsNode is the object I'm passing the data to and it's ultimately going back to the screen from which the pop up was called ...
Posted By Lopez Apr 09, 2024 12:37:38 PM
Found In Egroup: Advanced Software
\ view thread
Hi, thanks a lot for taking the time and try to figure this out. I will keep digging as well and share my results if I ever get it figured out.
Posted By Lopez Apr 02, 2024 12:33:00 PM
Found In Egroup: Advanced Software
\ view thread
Hi everyone, I'm trying to open up a dialog window using the UI Command and passing an object as an alias node. I would like to have a temporary object called "TempParams" that will be used to hold all the variables inside the popup. I'd like then to press a confirmation button that will move the contents ...