…Change window size -> RegisterDialogBar back hehe that’s the hack no need for this, I sure need to load an assembly to play with the windows siz…
Hi Ruben, I’ve continued to improve the toolbar , I just added some kind of hack to permit resize of the toolbar and the viewport at the same time …
——————————————— fn GatherSubFolder Rootfolder = ( TreeStruct=GetDirectories (Rootfolder+”\\*”) FinalPath=#() …
In fact, the little getFilesRecursive func from the maxscript help does gather all of the subfolder …I was in the impression it gathered just the firs…
I used something like this to update the treeview fn timer_evaluate f = ( local TheSelectedNodeName = tv.selectednode.text local FilesCount = f…
I’ve no idea how to update a dotnet treeview. well, some time ago , I used a timer that checked the file count and updated the list if the count cha…
I know, I already added it. But i would like to add some more stuff before to upload it. I hope you don’t mind , I customized mine a bit … fell fre…
hehe , I like this script , very usefull
dotNet.setLifetimeControl well … the only reason I was happy that they added this thing was to free the tag property for the timer… but ,well, it d…
there may be a way to force the update by sending windows message but dont know yet cui.commandPanelOpen=true will force the update thought ! Marti…
well, yes your right but I get a customized to using it this way, since it was the first way of doing it that I found
yes I use it all the time in fact , with .net controls like richtextbox where you want to do stuff but dont want the user to see
or you can be a bit more radical … ( WM_SETREDRAW=0xB windows.sendmessage (windows.getmaxhwnd()) WM_SETREDRAW 0 0 sleep 1 windows.sendmessage (windo…
Thank, I put back the maxscript getdirectory since it seam to be faster ( fn GatherSubFolder Rootfolder = ( TreeStruct=GetDirectories (Rootfolder…