Topic review - openFolderCommand. Dbl-clicking 2nd time same selection
| Author |
Message |
denis111
|
Posted: Wed Mar 14, 2007 6:41 pm
Yes! It works now!
Thanks! 
Yes! It works now!
Thanks! :D
|
 |
Carsomyr
|
Posted: Tue Mar 13, 2007 5:11 pm
O.K. managed to update it. Seems to be working on my comp the way you want it, but you'll have to test it.
The zip file contains the updated plugin and an rc file. The rc file contains the settings to make it work for explorer and MUST be used with this version.
I'll add the documentation in a day or two, its 7 pm and I don't feel like doing documentation now 
O.K. managed to update it. Seems to be working on my comp the way you want it, but you'll have to test it.
The zip file contains the updated plugin and an rc file. The rc file contains the settings to make it work for explorer and MUST be used with this version.
I'll add the documentation in a day or two, its 7 pm and I don't feel like doing documentation now :P
|
 |
Carsomyr
|
Posted: Thu Mar 08, 2007 8:01 pm
I'm been snowed under with assignments and reading for university for the last week or so, and the plugin isn't cooperating. I can probably get a new version out next week monday or tuesday, once I finish everything off.
If you would like to compile it yourself you need bbApi.h and libBlackbox.a as well, which you can get from the bbLean SDK.
I compile it using mingw and MingwStudio, so you should have no problems with DevCPP.
You might find it easier to change the include entry for bbapi.h to so that you can place it in the same folder as openfocus.cpp.
I'm been snowed under with assignments and reading for university for the last week or so, and the plugin isn't cooperating. I can probably get a new version out next week monday or tuesday, once I finish everything off.
If you would like to compile it yourself you need bbApi.h and libBlackbox.a as well, which you can get from the bbLean SDK.
I compile it using mingw and MingwStudio, so you should have no problems with DevCPP.
You might find it easier to change the include entry for bbapi.h to[code]#include "bbapi.h"[/code] so that you can place it in the same folder as openfocus.cpp.
|
 |
denis111
|
Posted: Thu Mar 08, 2007 8:42 am
So when can i expect new version?
Or i can compile it myself. I'm just not very familiar with cpp and bbapi, if someone will tell me what other files except openfocus.cpp (*.h, *lib) i need, i can add that setforegroundwindow myself.
And can it be compiled with Dev-Cpp. I dislike M$ VS.
So when can i expect new version? :)
Or i can compile it myself. I'm just not very familiar with cpp and bbapi, if someone will tell me what other files except openfocus.cpp (*.h, *lib) i need, i can add that setforegroundwindow myself.
And can it be compiled with Dev-Cpp. I dislike M$ VS.
|
 |
denis111
|
Posted: Thu Mar 01, 2007 6:08 am
Ok, thanks!
maybe offtopic:
But what with language bar?? i can't even switch between input languages using alt+shift. Is there any hotkey i can add in BBKeys.rc for switching input lang. ?
ok, forget about language bar, i can live without it 
Ok, thanks!
maybe offtopic:
But what with language bar?? i can't even switch between input languages using alt+shift. Is there any hotkey i can add in BBKeys.rc for switching input lang. ?
ok, forget about language bar, i can live without it :)
|
 |
Carsomyr
|
Posted: Wed Feb 28, 2007 8:41 pm
OK, I understand now. I'll try to have that done as soon as possible.
OK, I understand now. I'll try to have that done as soon as possible.
|
 |
denis111
|
Posted: Wed Feb 28, 2007 7:27 pm
You shuold make foreground that windows that is activated. here's screenshot what happens if i dbl-click test1 folder while it's already opened. yes no new window opens(plugin works), but old windows activated but not bring to front.
(it seems like when plugin closes newly opened window, window with parent folder gets activated right after activation of old-already-opened window)
You shuold make foreground that windows that is activated. here's screenshot what happens if i dbl-click test1 folder while it's already opened. yes no new window opens(plugin works), but old windows activated but not bring to front.
(it seems like when plugin closes newly opened window, window with parent folder gets activated right after activation of old-already-opened window)
|
 |
qwilk
|
Posted: Wed Feb 28, 2007 6:37 pm
OK, let's say configurable window class and a short readme, and then I'll post it!
BR//Karl -> qwilk
OK, let's say configurable window class and a short readme, and then I'll post it! ;)
BR//Karl -> qwilk
|
 |
Carsomyr
|
Posted: Wed Feb 28, 2007 5:58 pm
Unless the window opening is the same as one already open the plugin doesn't do anything.
When you say we should add ForegroundWidnow(...), which window should be foregrounded? If windows you open aren't automatically in the foreground I don't think it is related to the plugin. (I hope) Does the same thing happen when you dont have OpenFocus loaded or does it open correctly?
Could you give an example of what you double-clicked and the window it opened?
I'll also make the windowclass configurable in the future.
Unless the window opening is the same as one already open the plugin doesn't do anything.
When you say we should add ForegroundWidnow(...), which window should be foregrounded? If windows you open aren't automatically in the foreground I don't think it is related to the plugin. (I hope) Does the same thing happen when you dont have OpenFocus loaded or does it open correctly?
Could you give an example of what you double-clicked and the window it opened?
I'll also make the windowclass configurable in the future.
|
 |
denis111
|
Posted: Wed Feb 28, 2007 5:38 pm
Tested on win2k3. it didn't worked at first. I just changed ExploreWClass to CabinetWClass in hex editor, so now it works on win2k3!
BTW i think something like Sleep(50); SetForegroundWindow(...) should be added, cause after double-clicking in explorer i have both windows active(that one where i clicked and that activated/opened window), and activated window is behind window where i clicked.
i have another question: where is the language bar on SystenBarEx ?? i use 2 input languages and i want to see what language is selected now.
Tested on win2k3. it didn't worked at first. I just changed ExploreWClass to CabinetWClass in hex editor, so now it works on win2k3!
BTW i think something like Sleep(50); SetForegroundWindow(...) should be added, cause after double-clicking in explorer i have both windows active(that one where i clicked and that activated/opened window), and activated window is behind window where i clicked.
i have another question: where is the language bar on SystenBarEx ?? i use 2 input languages and i want to see what language is selected now.
|
 |
Carsomyr
|
Posted: Tue Feb 27, 2007 8:12 pm
If we are going to place it, I would first like to modify it to make the windowclass configurable via the RC file. Then people could try it for other programs if they wanted to.
If we are going to place it, I would first like to modify it to make the windowclass configurable via the RC file. Then people could try it for other programs if they wanted to.
|
 |
/\/\inimal
|
Posted: Tue Feb 27, 2007 4:59 pm
I'd get it. 
I'd get it. :wink:
|
 |
tresni
|
Posted: Tue Feb 27, 2007 4:31 pm
Why not? Someone may want it (evidence from someone asking for it.) I would recommend 1 modification to the source, remove ReadRCSettings (or atleast comment out the call to it). Since you aren't reading anything there is no sense finding the file. Just takes up processing to do nothing. And yes I know it is miniscual and done so fast I won't notice, but I noticed in the source
Also I think it's a pretty novel idea.
Why not? Someone may want it (evidence from someone asking for it.) I would recommend 1 modification to the source, remove ReadRCSettings (or atleast comment out the call to it). Since you aren't reading anything there is no sense finding the file. Just takes up processing to do nothing. And yes I know it is miniscual and done so fast I won't notice, but I noticed in the source :P
Also I think it's a pretty novel idea.
|
 |
Carsomyr
|
Posted: Tue Feb 27, 2007 6:52 am
No, I don't think it should go on the plugins page. It isn't particularly good, and probably won't be widely used anyway.
No, I don't think it should go on the plugins page. It isn't particularly good, and probably won't be widely used anyway.
|
 |
qwilk
|
Posted: Mon Feb 26, 2007 8:04 pm
To be totally and brutally honest, I'm not sure if I should post this to the plugins page or not. Should I?
BR//Karl -> qwilk
PS. In addition to "using the task manager or clicking tasks on the taskbar or clicking on a window to give it focus", you could always try a simple Alt+Tab... (possibly using http://xoblite.net/files/bbtaskswitch011.zip to spice it up a bit, *box style )
To be totally and brutally honest, I'm not sure if I should post this to the plugins page or not. Should I? ;)
BR//Karl -> qwilk
[i]PS. In addition to "using the task manager or clicking tasks on the taskbar or clicking on a window to give it focus", you could always try a simple Alt+Tab... (possibly using [url]http://xoblite.net/files/bbtaskswitch011.zip[/url] to spice it up a bit, *box style 8))[/i]
|
 |
|
|