WSH Panel Mod, foo_uie_wsh_panel_mod |
![]() ![]() |
WSH Panel Mod, foo_uie_wsh_panel_mod |
Oct 31 2011, 15:52
Post
#1301
|
|
|
Group: Developer Posts: 486 Joined: 8-June 07 From: Chengdu Member No.: 44175 |
@Falstaff:
Ooops, it's a bug and will be fixed asap, thanks for reporting. |
|
|
|
Nov 1 2011, 16:09
Post
#1302
|
|
![]() Group: Members Posts: 2771 Joined: 12-November 06 Member No.: 37463 |
@T.P Wang
utils.CursorFollowPlayback is not more working on v1.5.0 beta 4 and beta 5, not tested on earlier version but was ok in v1.5.0 previews... it always returns "undefined" could you check it and fix it too please, thanx by advance -------------------- http://br3tt.online.fr/
|
|
|
|
Nov 1 2011, 16:25
Post
#1303
|
|
![]() Group: Members Posts: 3287 Joined: 27-January 05 From: England Member No.: 19379 |
try fb.CursorFollowPlayback
|
|
|
|
Nov 1 2011, 16:37
Post
#1304
|
|
![]() Group: Members Posts: 2771 Joined: 12-November 06 Member No.: 37463 |
try fb.CursorFollowPlayback Thanx, i shouldn't trust the doc all eyes closed for T.P, Interfaces.txt is to fix, because the properties is still bounded to IFbUtils : ... interface IFbUtils { Properties: (readonly) String ComponentPath; (readonly) String FoobarPath; (readonly) String ProfilePath; ... // [1.0.2] New: (read, write) boolean StopAfterCurrent; (read, write) boolean CursorFollowPlayback; (read, write) boolean PlaybackFollowCursor; ... -------------------- http://br3tt.online.fr/
|
|
|
|
Nov 1 2011, 16:48
Post
#1305
|
|
|
Group: Developer Posts: 486 Joined: 8-June 07 From: Chengdu Member No.: 44175 |
The document is right, here:
// Global objects: // window - IFbWindow // gdi - IGdiUtils // fb - IFbUtils // utils - IWSHUtils // plman - IFbPlaylistManager |
|
|
|
Nov 1 2011, 17:47
Post
#1306
|
|
![]() Group: Members Posts: 2771 Joined: 12-November 06 Member No.: 37463 |
Sorry, feel stupid now
Thanx for the Tips -------------------- http://br3tt.online.fr/
|
|
|
|
Nov 3 2011, 05:54
Post
#1307
|
|
|
Group: Members Posts: 21 Joined: 24-September 11 Member No.: 93930 |
Is there a callback be called when foobar is about to close
|
|
|
|
Nov 3 2011, 07:01
Post
#1308
|
|
|
Group: Members Posts: 107 Joined: 18-July 08 Member No.: 55947 |
|
|
|
|
Nov 4 2011, 09:12
Post
#1309
|
|
![]() Group: Members Posts: 2771 Joined: 12-November 06 Member No.: 37463 |
@T.P Wang
Request or Way to to it about drag and drop support for my wsh playlist panel: -> how to drag'n drop items from my WSH panel out ??? afaik, it's not possible by now, it seems there is no API to create an IDropTargetAction object or some kinf of object ... i've missed something or could it be a possible to add a such feature to WSH panel Mod ? Thanx by advance Note: for now, i've simulated a drag'n drop from my WSH playlist panel to my WSH playlist manager panel by playing with window.notifyOthers() in my WSH playlist panel (source) and callback on_notify in the WSH playlist manager panel (target) This post has been edited by Falstaff: Nov 4 2011, 09:13 -------------------- http://br3tt.online.fr/
|
|
|
|
Nov 4 2011, 09:48
Post
#1310
|
|
|
Group: Developer Posts: 486 Joined: 8-June 07 From: Chengdu Member No.: 44175 |
A more complete drag'n'drop API is planned and on the way, but it won't be added to the 1.5.0, there's some more work to do.
|
|
|
|
Nov 4 2011, 09:52
Post
#1311
|
|
![]() Group: Members Posts: 2771 Joined: 12-November 06 Member No.: 37463 |
A more complete drag'n'drop API is planned and on the way, but it won't be added to the 1.5.0, there's some more work to do. good to hear, ok i'll wait for it and for now, i'll stay with my palliative solution. but, could it be possble to add a new mouse cursor in v1.5.0 ? there is no one that match a "drag item" action. maybe the one used in ELPlaylist ? This post has been edited by Falstaff: Nov 4 2011, 09:52 -------------------- http://br3tt.online.fr/
|
|
|
|
Nov 4 2011, 10:03
Post
#1312
|
|
![]() Group: Members Posts: 3287 Joined: 27-January 05 From: England Member No.: 19379 |
is 1.5.0 final coming soon? i compiled my own from source on the google code page and i notice the beta tag is now missing.
This post has been edited by marc2003: Nov 4 2011, 10:04 |
|
|
|
Nov 4 2011, 14:30
Post
#1313
|
|
|
Group: Members Posts: 107 Joined: 18-July 08 Member No.: 55947 |
Little error in the the Interfaces doc: SetInterval() is listed twice, and SetTimeout() is missing.
|
|
|
|
Nov 5 2011, 00:46
Post
#1314
|
|
![]() Group: Members Posts: 2771 Joined: 12-November 06 Member No.: 37463 |
v1.5.0 Beta 5
- FIX: Fix a bug that that alpha channel will be lost while converting to RawBitmap. - FIX: gdi.Image() will not lock files any more. - ADD: Add optional parameter "interpolationMode" (default value is 0) to the Resize() method of the IGdiBitmap interface. 3rd is really a great add -------------------- http://br3tt.online.fr/
|
|
|
|
Nov 9 2011, 14:43
Post
#1315
|
|
![]() Group: Members Posts: 2771 Joined: 12-November 06 Member No.: 37463 |
v1.5.0 final released (4 hours ago)
http://code.google.com/p/foo-wsh-panel-mod/downloads/list Thanx to the developer, T.P wang for its efforts -------------------- http://br3tt.online.fr/
|
|
|
|
Nov 10 2011, 12:03
Post
#1316
|
|
|
Group: Members Posts: 107 Joined: 18-July 08 Member No.: 55947 |
WSHPM is becoming very powerful! Thanks T.P. Wang!
|
|
|
|
Nov 10 2011, 12:06
Post
#1317
|
|
![]() Group: Members Posts: 2771 Joined: 12-November 06 Member No.: 37463 |
WSHPM is becoming very powerful! Thanks T.P. Wang! i'm tired today ... This post has been edited by Falstaff: Nov 10 2011, 12:07 -------------------- http://br3tt.online.fr/
|
|
|
|
Nov 10 2011, 12:07
Post
#1318
|
|
|
Group: Members Posts: 107 Joined: 18-July 08 Member No.: 55947 |
WSH Panel Mod. (I'm lazy!)
This post has been edited by r0lZ: Nov 10 2011, 12:08 |
|
|
|
Nov 10 2011, 16:57
Post
#1319
|
|
![]() Group: Members Posts: 2771 Joined: 12-November 06 Member No.: 37463 |
@T.P Wang
* in DUI only , callback on_key_down(vkey) doesn't trap VK_UP, VK_DOWN keys ... it's ok for VK_PGUP, VK_PGDN. * always in DUI, using keyboard generate a beep, not in CUI. Can it be fixed for WSH panels ? Thanx by advance -------------------- http://br3tt.online.fr/
|
|
|
|
Nov 11 2011, 01:11
Post
#1320
|
|
|
Group: Members Posts: 73 Joined: 20-April 10 From: YOKOHAMA Member No.: 80012 |
@T.P Wang * in DUI only , callback on_key_down(vkey) doesn't trap VK_UP, VK_DOWN keys ... it's ok for VK_PGUP, VK_PGDN. * always in DUI, using keyboard generate a beep, not in CUI. Can it be fixed for WSH panels ? Thanx by advance What you need is to change the CODE window.DlgCode related flag: CODE DLGC_WANTARROWS = 0x0001; one of my friends encountered this problem several months ago. This post has been edited by Neonphytismo: Nov 11 2011, 01:12 -------------------- mad messy misanthropist morbid mused
|
|
|
|
Nov 11 2011, 09:05
Post
#1321
|
|
![]() Group: Members Posts: 2771 Joined: 12-November 06 Member No.: 37463 |
it works, thanx a lot. For the Beep on [qwertyui...] keys, no idea?
-------------------- http://br3tt.online.fr/
|
|
|
|
Nov 11 2011, 18:51
Post
#1322
|
|
|
Group: Members Posts: 73 Joined: 20-April 10 From: YOKOHAMA Member No.: 80012 |
it works, thanx a lot. For the Beep on [qwertyui...] keys, no idea? there is more DLGC_... flags in flags.txt file, maybe you need the WANTSALLKEYS. -------------------- mad messy misanthropist morbid mused
|
|
|
|
Nov 11 2011, 22:15
Post
#1323
|
|
![]() Group: Members Posts: 2771 Joined: 12-November 06 Member No.: 37463 |
yep, it's the one to use.
thx -------------------- http://br3tt.online.fr/
|
|
|
|
Nov 16 2011, 14:54
Post
#1324
|
|
|
Group: Members Posts: 4 Joined: 22-September 11 Member No.: 93885 |
Is anyone else having trouble downloading WSH Panel Mod 1.5.0 from Google Code.
I go to this link: http://code.google.com/p/foo-wsh-panel-mod/downloads/list And click on foo_uie_wsh_panel_mod-1.5.0.zip When I try download the file it gives me this message: Google Chrome could not load the webpage because foo-wsh-panel-mod.googlecode.com took too long to respond. The website may be down, or you may be experiencing issues with your Internet connection. Is there anywhere else I can download it? |
|
|
|
Nov 16 2011, 18:04
Post
#1325
|
|
![]() Group: Members Posts: 2771 Joined: 12-November 06 Member No.: 37463 |
Is anyone else having trouble downloading WSH Panel Mod 1.5.0 from Google Code. no problem, it works -------------------- http://br3tt.online.fr/
|
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 23rd May 2013 - 06:15 |