We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Is it possible to use the processing IDE at runtime from eclipse? i mean having an application that opens just compiled pop ups just like the processing IDE?
Answers
Like https://forum.processing.org/two/search?Search=joptionpane ????
Kf
nope, i mean like how the processing IDE works, something like user write text(similar to java) or text is programmatically written=>the IDE compiles (im not sure what happens but im interested) =>a new window appears containing the results
So you are creating an application where you write some code follow some defined structure, then you click in a button and show the results? You can use runSketch() https://forum.processing.org/two/search?Search=runsketch to open a second window for example.
Kf
@JDev -- if I'm understanding you right, you might want to check out this recent discussion on "code evaluation during program execution":