Where can I find more python extension examples ?

VictorSavenije
VictorSavenije Posts: 8 Calcite Rank Badge
edited March 2023 in Oasis montaj
I am creating an extension using python. I am using the documentation
https://geosoftgxdev.atlassian.net/wiki/spaces/GXD20212/pages/2479588080/Reference
 and api reference:
https://geosoftinc.github.io/gxpy/2021.2/python/geosoft.gxpy.html

But I haven't found a place where I can see more comprehensive examples. Are there such examples?

-context:
Specifically, I want to (among others) create a dialog with multiple inputs, which should be a common task. I don't see how it is possible to adopt gxproj.get_user_input for this. The lower level API also doesn't give me direction. 

Answers

  • Did you find a good solution to this? I am running into a similar problem. 
  • I have not found a solution. 
  • Hi, I am running into the same issue. I cannot figure out how to modify the gxproj.get_user_input to allow multiple user inputs. Has anyone figured out how to do this?