Main Board > Nomads

Launch Nomads into a Library?

(1/1)

bcart01v:
This isn't pressing, just wondering if it's possible...

Is there way to launch the Nomads editor straight into a library? I can launch Nomads by using "Execute "NOM" but outside of that I can't find anything that would allow me to pass any parameters to it. Is that even possible?

Jeff Wilder:
I have successfully used a call to the NOM system command program:


--- Code: ---CALL "*cmd/system/nom ",Screen_Lib$
--- End code ---
or

--- Code: ---CALL "*cmd/system/nom ",Screen_ID$+" "+Screen_Lib$
--- End code ---

Mike King:
If you mean having PxPlus start up directly in the Nomads Panel editor then the answer is yes.  Actually we do this all the time with the IDE and Windows does this when you right click on a ".pxpnl" file and select EDIT from the file explorer.

The easiest way to do this might be to call the NOM command directly. 

Create a program that takes ARG(1) and passed it to *cmd/system/nom.  Now you can launch pxplus with:

.../pxplus.exe yourprog -arg library

BTW: If you pass a panelname follewed by a semi-colon and then the library, the system will open that specific panel for editing.

Navigation

[0] Message Index

Go to full version