
...Really, Really appreciate your help
awesome.
but5 good try though
"""
I guess this is what KM is all about... KM-twin+ rules
roll on KM Twin 2
Quote
JamesD
Here is a fix for your group name selections. It allows the selected group name to be copied to the clipboard. The name can then be entered into any prompt with just CTRL + V keystroke.



Quote
JamesD
Just one question please. How many groups do you usually have?
I think there is a limit on how many lines the alert function can display. I may need to update the code sometime if people have large numbers of groups.

Hello, my dear friend, I'll sing you this great song This song is so strong like Mediterran storm...




Quote
rodocop
Little roadmap for 2.0:
I'm planning to create 2 different assemblies:
- Twin 2 light with minimalistic skin and almost no integrated tools
What do you think about this idea?
What kind of stuff do you want to see inside?
- don't think I have missed anything else???? I really am a basic user.
hope you understand.. please include... took me a while how to include it in the current setup.


Quote
johnllew
Personally I just want the light... Quick easy to use and no resources...Just want to use the groups function..... and forget about all the rest - book marks, sessions etc. You can run the group and delete the unwanted tabs so easily. hmmm!
Quote
johnllew
Password manager has to be there though.- don't think I have missed anything else???? I really am a basic user.
Quote
johnllew
But would dearly love to run twin2+ light and max side by side so if I miss something I can add it to the light.
Quote
johnllew
ummm!!! the icon is ultra important to me - don't want no other - sorryhope you understand.. please include... took me a while how to include it in the current setup.




not sure what I did but have it the way I want it at the moment.. Reckon this should be standard.
Quote
rodocop
Quote
johnllew
Personally I just want the light... Quick easy to use and no resources...Just want to use the groups function..... and forget about all the rest - book marks, sessions etc. You can run the group and delete the unwanted tabs so easily. hmmm!
OK! But don't underestimate other stuff!
I won't but have limited understanding of what they do. A small help message would help.
Quote
johnllew
Password manager has to be there though.- don't think I have missed anything else???? I really am a basic user.
It's there in 1.6. And moreover - LastPassLite is integrated to handle and keep all your passwords secure.
At present password manager works perfectly for meDon't always use it but it sure is great.
Quote
johnllew
But would dearly love to run twin2+ light and max side by side so if I miss something I can add it to the light.
You would feel free to have them both and even open them simultaneously!
Moreover - all the additional stuff will be available as Extension Pack(s). I plan this at least...![]()
I would love to run 2 sessions side by side, but each session keeps its history separately. How do you do it? I may have to start again and delete everything. Not sure. BTW Groups does this for meopen new window hit the group I want ands hey presto have what I want
Change whatever and save as and it is there for me the next time.
IE I use copy and paste a lot from Pastelink. So if I can use 1 to do just that would be great without adding it to url history of the other.
Johnllew
Sorry been a bit late in answering.

Quote
johnllew
I won't but have limited understanding of what they do. A small help message would help.
resource:///readme.htmlRead this page and collect all questions if any would appear.
Quote
johnllew
Password manager has to be there though.- don't think I have missed anything else???? I really am a basic user.
Quote
johnllew
I would love to run 2 sessions side by side, but each session keeps its history separately. How do you do it? I may have to start again and delete everything. Not sure. BTW Groups does this for meopen new window hit the group I want ands hey presto have what I want
Change whatever and save as and it is there for me the next time.
I'm not sure I've comprehended your wish properly...Quote
johnllew
IE I use copy and paste a lot from Pastelink. So if I can use 1 to do just that would be great without adding it to url history of the other.


Quote
rodocoop
=> create SkinChanger extension (help needed!!!)
...
=> create new macros to implement some usability features

user_pref("kmeleon.toolband.xxx.break", 0);
user_pref("kmeleon.toolband.xxx.index", 1);
user_pref("kmeleon.toolband.xxx.size", 203);
user_pref("kmeleon.toolband.xxx.visibility", true);




Quote
rodocop
So, if I'll succeed (I hope with the help from JamesD) - then we'll get the opportunity to fast-save skin configs and easily change skins without toolbar crush.

Quote
JamesD
Am I right in thinking that you want to change both 1.6 and 1.7 skins at the same time?
Quote
rodocop
No, we are not going to change both skins at the same time, I think.
Quote
JamesD
OK, that is a lot less work.

Quote
rodocop
parse prefs.js for all lines about toolband
user_pref("kmeleon.toolband.xxx.break", 0); user_pref("kmeleon.toolband.xxx.index", 1); user_pref("kmeleon.toolband.xxx.size", 203); user_pref("kmeleon.toolband.xxx.visibility", true);
Quote
JamesD
Wscript.exe can read the prefs.js file.
I finished the raw code for WScript a few minuted ago. Tomorrow I start testing on it.