Is there a sample project that provides all of the major IPX functionality using code only? For example, I want to add an acroform field programmatically using the UI with mouse up/down events without using the IPX menu. Step 1: put the mouse into draw mode, Step 2: capture a region based on mouse down/up, Step 3: draw the corresponding selected acroform field. I have found numerous examples of Step #3, but I am not finding the example code for #1 and #2.
I would really like to see the same sample code for all of the basic menu item functionality like adding notes, draw objects, etc. that is used from the menu. Essentially, I really want to recreate the current IPX menu with my own code as I currently have my own menu controls that I want to use but I cannot find the standalone sample code to recreate the coding. I completely understand that showing all the code might be a headache but I am struggling to find the individual code snippets of Steps #1-#2-#3 for most all of the menu functions.
Again, I am only referencing simple stuff like: overlay management, select text, select regions, select comments, snapshot, add text, add image, highlight, line, pencil, distance, add sticky notes, copy, paste, ... you know ... simple stuff but all programmatically starting with the mouse down/up events to the method/event itself with the return object (if any). I have been reading the online help and it is hit or miss on finding code snippets.
So… all of this is probably me missing an obvious, but I would rather accept your internal mocking than me keep hitting my head on the wall for missing the obvious…



I have all of the GitHub sample code … but … what am I missing?
-Eric