Show messages:
1-3
4-23
24-43
44-63
64-83
…
104-116
From: Barry-H
Hi Mo,
The milli seconds are displayed by each node in old nodeditor these could be toggled on or off by double clicking on them.
Hope that makes sense.
Love the colour picker and ability to have different colours for Boolean objects.
Would be nice if the object library tab was larger but the ability to save plus image excellent.
Anyway again many thanks.
Have a good Xmas
Cheers
Barry
From: Frenchy Pilou (PILOU)
Does this new one can works beside the old one ?
So i can launch the old or the new Plus as i want ?
From: bemfarmer
I installed the NE Plus version today.
Load of my Yarn node program worked fine. The 4th datatype was added to the Math nodes, with no connections, and the program ran just fine.
After saving the program, it loaded into the old NE program, but the new function datatype inputs showed up, and the nodes were Red, and program would not run.
Old programs still run in the old NE program.
- Brian
ps So far I like the new version, and the additional capabilities seem desirable and possible.
Edit upon closing and re-opening MoI, the New shortcut key is no longer installed (assigned new code)...so it does not work.
Edit: redid shortcut key, and now the new programs works, and survives re-opening of MoI.
The shortcut resizable window setting of the new version does NOT seem to work.
From: bemfarmer
I replaced the
<<<scheme='+theme+'&lang='+language+'', 'resizeable,defaultWidth:870,defaultHeight:480',moi.ui.mainWindow );>>>
portion of the shortcut key with:
<<<scheme=Light', 'resizeable,defaultWidth:870,defaultHeight:480', moi.ui.mainWindow );>>>
An now the resizable portion of the shortcut key works.
Since I do not know what I am doing, perhaps MO can comment. :-)
- Brian
ps, resizable is spelled resizeable, in the UK, as far as I can determine :-)
(computing, formal, UK) Alternative form of resizable.
From: MO (MO_TE)
Barry
Ok. You mean the "node elapsed time" and canvas info.
I removed that function because in this version double clicking on the canvas will open the search box.
If you don't need extra canvas info, you can change the "show_info" value to false.
Open the main.js and go to line 4405.
like this:
this.show_info = false;
From: MO (MO_TE)
Hi PILOU
>> Does this new one can works beside the old one ?
>> So i can launch the old or the new Plus as i want ?
I think you can load most of the old .nod files inside this version.
But, loading nodes created by this version inside old nodeeditor probably is not possible, Because I changed and moved so many nodes to new menus.
Also, there are some new nodes, widgets and data types in this version that older version doesn't support.
From: Michael Gibson
Great work Mo, thanks for sharing it!
- Michael
From: MO (MO_TE)
Hi Brian
>> it loaded into the old NE program, but the new function datatype inputs showed up, and the nodes were Red, and program would not run.
As I mentioned before, some of the new features of this version are not supported in the older version.
For example, string type, widgets like button and toggle, and so many node relocation. So that's normal if older version fails to load files of this version.
>> The shortcut resizable window setting of the new version does NOT seem to work.
>> perhaps MO can comment. :-)
Sorry. I have no idea, It works fine for me here. :)
From: MO (MO_TE)
Thanks Michael :)
From: bemfarmer
Thanks MO,
Here at home, still on Windows 10.
I'll try it at work tomorrow, (Windows 11).
Thank you very much for this new nodeeditor.
- Brian
From: Michael Gibson
Hi Brian,
re:
> The shortcut resizable window setting of the new version does NOT seem to work.
Is there any error message displayed?
If you get an error dialog that says "ReferenceError: Can't find variable: theme" then it probably means you only got the last line (starting with "moi.ui.createDialog") copied, make sure you copy all 3 lines.
- Michael
From: Michael Gibson
Hi Brian,
for this part:
> Edit upon closing and re-opening MoI, the New shortcut key is no longer installed
> (assigned new code)...so it does not work.
This can happen if you have multiple instances of MoI running when you set up a new shortcut key.
MoI will save shortcut keys to the moi.ini file when it exits, and if you exit an instance that did not have the shortcut key set in it last it will get overwritten.
So it's good to have only one instance of MoI running when you are setting up shortcuts, and then close that one before you open up any more.
I've tuned this up a bit for the next beta so that it will write changes to the moi.ini immediately after editing any shortcuts. You should still have only one instance running but you won't need to close it to get moi.ini to be updated.
- Michael
From: bemfarmer
Hi Michael,
I have tried numerous permutations of changing the Shortcut key. Including Alt+T, Ctrl+Alt+T, Ctrl+Alt+X, and rebooting the computer.
Setting Alt+T to my modified code, I am able to get Light, and Lavender.
For the PDF specified shortcut code, I am now "stuck" on default dark theme, but with the large canvas. A while back the canvas size was remaining small.
Setting Ctrl+Alt+T to the PDF specified shortcut code, with copy & paste, numerous times, and changing the Default theme to Light, or Lavender, etc, does NOT change from default Dark.
After a reboot, the canvas display is delayed, with a very brief flash of light color.
It is almost like there is a Cache of the default dark theme, but reboot should end this. (?)
(I was able to change the default language to FR, with no problem.)
Anyway, weird stuff. (Windows 10)
I do have the recent new alternate Themes installed, but am not using them.
Is anyone else having NodeeditorPlus Theme problems?
- Brian
From: bemfarmer
Theme problem SOLVED!
I was copying the shortcut command from a PDF program which opened the NEPlus document PDF file.
Apparently the PDF program put in some BAD characters of some sort.
So copying the shortcut code from MO's code on the MoI discussion worked fine.
I think that the PDF reader program was from MS Edge(???)
- Brian
From: bemfarmer
With further testing, I'll conclude that "Copying the Shortcut code from the PDF documentation via Edge, Google chrome, or Adobe does NOT work properly, even though the characters visually appear correct.
Copying from the MoI forum works.
I suppose that typing the pdf code manualy would probably work.(?)
- Brian
From: Michael Gibson
I'm glad you got it figured out Brian!
- Michael
From: Barry-H
Hi Mo,
Perhaps the option to toggle on and off the time elapse could be added to the node menu?
Cheers
Barry
From: MO (MO_TE)
Hi Barry
>> Perhaps the option to toggle on and off the time elapse could be added to the node menu?
It is possible, but I think It's not something that we need to access all the time in a menu.
I'll think about it.
From: bemfarmer
After separately copying the 4 shortcut code lines from the Documentation PDF, to Notepad++, and removing the CR and/or LF (Carriage Return, Line Feed), at the ends each code line, by backspacing, I have reached the following conclusion:
The Documentation PDF shortcut code contains several CR and/or LF, which if copied to the shortcut key, cause the shortcut code to fail.
I would suggest changing the PDF to not create CR and/or LF, (if possible), OR add a text file of the shortcut code, to the NodeEditorPlus zip file, and tell the user NOT to copy/paste original PDF code.
- Brian
Edit: CR and/or LF can be removed in Notepad++, (find and replace), per internet searches.
I am now done with this shortcut topic :-)
From: MO (MO_TE)
Thanks for mentioning it. I can see it now.
The problem was at the end of the third line. I should have concatenated the 3rd and 4th lines in the pdf.
code:
var theme = 'Default'; /* Theme options: Default,Light,SkyBlue,Autumn,Lavender */
var language = 'EN'; /* Language options: EN,RU,FR */
moi.ui.createDialog( 'moi://appdata/NodeEditorPlus/index.html?'+
'scheme='+theme+'&lang='+language+'', 'resizeable,defaultWidth:870,defaultHeight:480',
moi.ui.mainWindow );
The code in my first post works fine, I'll update the pdf soon.
Sorry for inconvenience.
Show messages:
1-3
4-23
24-43
44-63
64-83
…
104-116