Latest posts made by Gultekinmg
-
RE: SketchUcation & Music?
Mine digital World.
[flash=640,460:2ne775e0]http://www.youtube.com/v/hjnMwMD4LCk[/flash:2ne775e0]
-
RE: [Plugin] Clean DESKTOP
That Post needs to be placed in SU-Future.
Weird after all, Those thousands views with no respecting command.- No one stuck on, Loading to much plugin?
- No one stuck on too much Toolbar or menus?
- No interruption on model Using web dialog gui?
it is painfull organize all those usefull plugins due to SU system limits or reason that PC has no hardware accelerator. So, Which way is best to organize tools?
I wonder if using on-model tools like WIKI's scale, effects su-process less than in-window tools.
If it is that way. Vision must be developing ToolMenus inside Model.
But when i remember how long it takes refresh scene on detailed projects, i figure why WIKI uses Bounding BOX
for tool functions. So we might need bounding whole model to be able to use inside scene cute-Tool-Menus.I have seen one Live Menu Future inside scene with SketcyPhysics. That seems future invasion.
I'll pretend to develop Menus with tool icons inside scene, but peop hides samples inside rbsies. takes time.
Since, I have had no command with my initiation, and confused with system restrictions,i have delayed posting my second version with organized Plugin loader that helps me load plugins from categorized directory structure in right place whenever i need them and not in startup.
-
RE: [Plugin] Clean DESKTOP
TODO:Designing TOOLBAR from dialog..
- Code graded to Hash usage with better Code validation functions and compact usage.
- Better Icons supported.
- A Catalog For SU-Common-Toolbars.
- All Action codes from SU-internalList.Action Codes
- Crash Point..
@unknownuser said:
SU- Has some limits on toolbar icons. Whenever I install more toolbars BUG Slaps!.
I have try to iconize all Action codes in Sketchup. But, I see it now that we need another method utilizing this to free RAM working on big files without Toolbars.- So, I have decide to minimize Toolbar study. Loading to much toolbar crashes GUI windows.
I guess it would be better create another session for each ToolBar Work. Such as, If you want to work on Sketchy physics
Start another SU session with no toolbars then load SP_PLugin seperately..vs.
point, Initiation process break down..
-
RE: [Plugin] Clean DESKTOP
TODOs ;
@jorge2011 said:
A web dialog with a list of installed plugins, where you can enable or disable toolbars installed
>> I think it is not possible to detect names from GSU holding only such info for objects;
[floatl:3ktjffjn]
@unknownuser said:ALL TOOLBARS AT SU Session: 30
Other Toolbar: 12
Su-tb each : ["#UI::Toolbar:0x79c9da0","...","...]
[/floatl:3ktjffjn]
>>You can only determine Object names if you know of which variables they are created as following.
@unknownuser said:MY SubTB: 14: , catalog = 4
ToolBar:["G \ \G '//4S //Β£'Β£","#UI::Toolbar:0x79f7da4","off","my"]
ToolBar:["My_all","#UI::Toolbar:0x79f79d0","off","my","#UI::Command:0x79d73d8 "]
CatName:["Catalog~mytoolbars","#UI::Toolbar:0x7e64f7c","on-off: "]Since, I install Most of Plugins later i initiate a session.
I think it would be vise to configure each addition of another plugin at session.Sry, TODO mighty not concern this yet.
But, a Web_dlg to configure your Catalog desing sounds good..
Also, It would be suitable late install of that plugin after all other plugins settle. Thou, it handles later instances while in session.@unknownuser said:
- Well, I have check windows.regedit kept toolbar names. may utilize it.
False statements above..
Su-Already has a command to display Toolbarnames.
Thx.CodeMasters helping me with not helping this initiation. -
[Plugin] Clean DESKTOP
CleanDESKTOP 1.1.2012
[flash=160,120:310biau1]http://www.youtube.com/v/huXmcCAxVrU[/flash:310biau1]
[flash=640,460:310biau1]http://www.youtube.com/v/QPTFlB0z0tQ[/flash:310biau1]@unknownuser said:
Based on Jim Foltz's user customize .Txt configured ToolBars plugin.
This is very Alpha version. No versatile code optimisation. But ok.
Also includes Debug function for develeopers that can be set off/on to print while processing, And A batch file for configurating for future use if you like to customize your Catalogs.
Huge Zip file due to png icons and some some extra wav not used.
-
RE: Toolbar Icon checked_unchecked
@jim said:
I do not think there is an infinite loop - the repeating output is because the validation proc is being called by SketchUp very frequently.
frequently as much they MF_check, MF_unchek toolbar items. As long as CustomToolbars are open i guess they are repeading output.
@jim said:
Sure. I like the idea of disappearing toolbars.
Mercy, Jim. I'll post free for noel. I hope you customize it as you like it. All yours.
I'll drop item.cmd validation from code. sry that.
-
RE: Toolbar Icon checked_unchecked
@dan rathbun said:
OK, I viewed this topic (per request,) and I do not have anything more to add to what Thomas and Jim have said.
Ok. I am closing this thread with following conclusion.
As far as i understand after examining all codes on toolbar and menu validation,"MF_" validation cause implicite loop at menu and toolbar handling to lower SU GUI-process.
Since, most of SU-Toolbars use that validation procs they cost process time while they are open at your desktop.
it might be why SU-menus autoclose. Since, we can't handle SU custom toolbars, we dont see how they are flouding on screen.
I wonder why they use "MF_" validation at Toolbars, if it is Menu associated.
That could be a reason for me to develop "Clean DESKTOP" plugin to organize Toolbars as "PS" utilizes. -
RE: [Question] Icon pressed
inject that into your code..at "icon_observer.rb"
# Code for the validation of the icon. def self.obs(id) # ID = Id of your Icon action
>> p "This is SU Bug.."
and watch them scroll all the way eternity....
-
RE: Toolbar Icon checked_unchecked
@jim said:
In your example, you have defined the validation proc twice. Also, calling "return" from a proc doesn't make sense - when the proc exits, the value MF_CHECKED is returned implicitly.
Thx. jim. i did not use twice. but, sampled it here that your code also makes infinite loop as i have install at GSU8m2.
I need help to over come this. But Thom say do not use it. no solution for this?I have been testing my "Clean DeskTOP.rb" plugin to simulate menus on toolbar build on Jim Foltz Toolbar plugin. very close to post here. but i have no idea about copyrights that i could develop on his plugin. May i?
sample. Clean DeskTOP.