Help - Search - Members - Calendar
Full Version: Flickr Slideshow Panel
Desktop Sidebar Forums > Customizations > Panel Announcements
DavePS
Available from : http://www.desktopsidebar.com/ffdetails.php?id=377

Version 1.4
-----------

Much less 'pulsating' from the detail popup window.
Title of picture displayed as the detail window caption.
Clicking the picture in the detail window brings up the picture page in flickr in your default browser (so you can see comments and other info).
Changing picture whilst detail window open refreshes image in detail window.
Working OK in latest Vista release available to the public. (Install DesktopSidebar AND FlickrPanel with UAC turned OFF).

Version 1.3
-----------

New option to display pictures sequentially as well as randomly. If sequential showing, forward and back buttons available.

Version 1.2
-------------
Attempt to fix crash calling redundant CreateDetailsWnd, replaced with CreateDetailsWnd2

Version 1.1
-----------
New options to hide/show Picture x of y text.
New minimum time to change picture of 10 seconds.
Click text/picture to quickly step to next picture.
HTTP Keep Alive Yes/No to allow for NTLM proxies. (Default to not keep alive, try keep alive if having persistent problems getting images).

Version 1.0
-------------
Just released, flickr slideshow panel.

Display images direct from flickr user's, groups, or tags or a combination of them. Leave user, group and tag blank for images from the 'interestingness' list. Requires .NET Framework version 2

Checked against build 116 of DS
tr33lo
QUOTE(DavePS @ Jun 18 2006, 02:56 PM) *

Just released, flickr slideshow panel.

Display images direct from flickr user's, groups, or tags or a combination of them. Leave user, group and tag blank for images from the 'interestingness' list. Requires .NET Framework version 2

Checked against build 114 of DS



Works ok with build 115 aswell!! great job btw, i have been wating for this wink.gif
GoMa
Hi, thanks for your panel. Too bad it can't be integrated into the Slideshow panel, then it would have inherited all the features...
I've found a bug - I first added the panel, then attempted to move it to another location in DS, but got an error message:
Click to view attachment
The panel was added to DS but was awkwardly displayed "under" other panels, with nothing but unskinned panel background.
I closed DS, deleted the FlickerNet directory and restarted DS.
The problem, I think, is that when moving a panel, DS creates asks for a new instance before closing the old one, thus you don't have a chance to close your data files before attempting to access them again. This has already happened before, I think to Prism with his ColorPicker panel (it was a hooking issue there). I don't remember his solution.
By the way, why don't you store your data files in the DS data directory? I would prefer the panel not creating data in "arbitary" locations (I like my data organized biggrin.gif).
Anyway, I'm getting sometimes Error Getting Images, right after adding the panel (left all fields blank in Panel Properties). Then after the slideshow interval it loads the next image. Actually it happens "every other image", i.e. one image is successfully loaded, the next one displays "Error Getting Images" (last image still displayed), then another image successfully loaded etc.

Now for feature requests:
- Option to remove picture counter
- Ability to click image to get the next one, previous one.
- Ability to specify less than 30 seconds as time for each photo.

Thanks for your great work! I like Flickr's "interesting" photos... smile.gif
Exobite
I can not install this, it just says:

Cannot install package: C:\temp\FlickrPanel.dspackage
Error: unknown variable NET20 in install script

I have install NET Framework 2.0 Redistribution

Let me know of any ideas you might have.


DavePS
Exobite, you need a later version of Desktop Sidebar to get it installed. What build are you running? I know that it works against build 114 & 115.


Goma, thanks for the error report, I have traced that fault and applied a fix for it. Can you be a bit more specific about the data files which are not stored in the DS data directory?

To be honest, there is no real reason why it could'nt be integrated into the standard slideshow, the only problem is not having access to slideshow's source.

As for your suggestions, clicking the image to get the next image is trivial, I have actually implemented that in my next build if you click the image x of y caption. Previous image is less trivial as I don't hold the images i'm displaying in an array, I basically get a random image each time the timer fires.

How many seconds as a minimum would you like to see? 30 seconds seemed pretty short to me smile.gif

Thanks for the feedback all, I'd like to add improvements as long as they don't go way off track of the original aim for this panel.
GoMa
Thank you for fixing the issues and adding click-to-move-to-next-image!
Moving to previous image is less important to me so if it's too much trouble nevermind.
I'd like to put my images 20 seconds each time, though I don't know - maybe others will want less... Why don't you put it on 5 seconds or so? smile.gif
With regard to the data directory, currently your panel stores files in %appdata%\FlickerNet. Maybe it's some kind of API that's putting it there but if not, you might want to put these files in the DS settings folder instead (under FlickerNet folder) - you can user ISidebar.GetSettingsDir to get the path (usually %appdata%\Desktop Sidebar\).
DavePS
Hi Goma,

thanks for getting back with the data issue. As you suspect the data is being generated by the Flickr.NET API (which is an awesome project), but I think I can move the cache to another location so I will look into that as well. Think I'll drop the minimum time to change pictures to 10 seconds, any shorter and you won't even see them I reckon tongue.gif Also Flickr might start getting annoyed at the amount of traffix smile.gif

Thanks for the API call for GetSettingsDir!
GoMa
QUOTE
Think I'll drop the minimum time to change pictures to 10 seconds, any shorter and you won't even see them I reckon tongue.gif Also Flickr might start getting annoyed at the amount of traffix smile.gif

Oh yeah, I haven't thought of that. smile.gif
Exobite
Well it I have version 1.04
When I clicked on Update it said I had the most resent version.

I'm attempting to manually download I'll let you know
Exobite
OK well I Downloaded the most resent version and that fixed the problem.

Thanks

Looks like I'm going to have to report a bug with the update function.
DavePS
QUOTE(Exobite @ Jun 29 2006, 02:45 PM) *

OK well I Downloaded the most resent version and that fixed the problem.

Thanks

Looks like I'm going to have to report a bug with the update function.



Glad you got it working in the end. Sure i've read a thread somewhere that the auto checker is usually disabled as it generates so much traffic on the DS website.
DavePS
This is taking some time to resolve your Error Getting Images problem. The panel behaves VERY differently here at home to how it does at work. One of the problems at work is i'm behind a proxy which requires me to keep connections alive, at home, with no proxy, keepalive causes lots of problems which is very odd.

I'm working on these problems.
DavePS
Version 1.1 now released
GoMa
Thanks! Fixed all my problems. smile.gif
m-arx
I get an error message when i hover over the picture:


IPB Image

when i click details, this is what i get

QUOTE


See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.Runtime.InteropServices.COMException (0x80004005): Error HRESULT E_FAIL has been returned from a call to a COM component.
at DesktopSidebar.IControlFactory.CreateDetailsWnd()
at FlickrPanel.Panel.ShowDetailsWindow()
at FlickrPanel.Panel.picFlickr_MouseHover(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnMouseHover(EventArgs e)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
FlickrPanel
Assembly Version: 1.0.2374.23203
Win32 Version: 1.0.2374.23203
CodeBase: file:///C:/Documents%20and%20Settings/MeierM/Application%20Data/Desktop%20Sidebar/plugins/FlickrPanel/FlickrPanel.DLL
----------------------------------------
dsidebarpia
Assembly Version: 1.5.114.0
Win32 Version: 1.5.114.0
CodeBase: file:///C:/Documents%20and%20Settings/MeierM/Application%20Data/Desktop%20Sidebar/plugins/FlickrPanel/dsidebarpia.DLL
----------------------------------------
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
Accessibility
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Accessibility/2.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
----------------------------------------
FlickrNet
Assembly Version: 2.0.1.23201
Win32 Version: 2.0.1.23201
CodeBase: file:///C:/Documents%20and%20Settings/MeierM/Application%20Data/Desktop%20Sidebar/plugins/FlickrPanel/FlickrNet.DLL
----------------------------------------
System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.Configuration
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
a02sib4a
Assembly Version: 2.0.1.23201
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
sydmuy56
Assembly Version: 2.0.1.23201
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Web
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_32/System.Web/2.0.0.0__b03f5f7f11d50a3a/System.Web.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.

DavePS
Firstly, which build of Desktop Sidebar are you running?
Secondly, does it crash when you hover over ANY picture or a specific one?
Thirdly, have you tried uninstalling then reinstalling Desktop sidebar?

It actually looks like the error is coming from DS itself rather than the panel as its making a call to create the hover window.
m-arx
okay, i'm using Build 115 - that's one old. i'm trying the uninstall / reinstall thing right now.

it's not happening when hovering over the panel itself but the picture shown.

and it's not happening when i'm hovering over any of the other panels.

isn't there a function call like show picture title or sth when hoering over the pic?

Markus
m-arx
okay, that didn't bring any change either...

Markus
DavePS
So it happens hovering over the detail window that pops up! That's pretty odd as there is no code behind that window whatsoever, I'm unable to reproduce this problem myself. Anybody else having this kind of problem? What Operating System are you running under, that might have a bearing on it? Are you running verison 1.1 of flickrpanel or the old 1.0 one. You can tell by opening up the properties dialog. If version 1.1 it will say so in the title of the dialog, version 1.0 doesn't.

Can you tell me what picture stream you are looking at (if you dont mind) and i'll see if it bombs for me.
m-arx
Hi again,...

i'm using flickr add in version 1.1 with DS-Bar B.115 .


i don't know what you mean by the

QUOTE
detail window that pops up


but there is neither a bubble help nor a pop up on my system.

again, the error appears when i hover over the currently displayed picture

BR,

Markus
DavePS
QUOTE(m-arx @ Jul 12 2006, 10:25 PM) *

Hi again,...

i'm using flickr add in version 1.1 with DS-Bar B.115 .


i don't know what you mean by the

QUOTE
detail window that pops up


but there is neither a bubble help nor a pop up on my system.

again, the error appears when i hover over the currently displayed picture

BR,

Markus


Hi again,

OK so its crashing when hovering on the image in the sidebar, what photoset are you currently viewing? (Panel properties, what did you enter in User Name, Group URL, Tags)

Do other sidebar panels bring up detail windows if you hover over them (weather panel for instance)?

Also try looking in the desktop sidebar log (Options Menu on Desktop Sidebar, About tab, Show Log), there might be something logged in there thats useful.

Dave
m-arx
hi,

okay, i'm looking at my photostream (m-arx), when i hover over the weatherpanel nothing happens. when i click the weatherpanel, i get a details window.

when i hover over the flickr panels' picture, it gives me the error message (not actually crashes the whole app), when i click it after i ack'ed the error msg, it changes the picture.

here's my complete log

QUOTE

12:48 Sidebar v1.05 Build 116 (Jul 9 2006 21:53:40) has started.
Windows NT v5.01 Build 2600 CSD:Service Pack 1
User language: English
.NET Framework: Policy, v2.0.50727,
12:48 .\main.cpp 455 Main thread started 2772
12:48 .\main.cpp 456 Command line:
12:48 .\main.cpp 395 Settings loaded from: C:\Documents and Settings\MeierM\Application Data\Desktop Sidebar\sidebar105.settings
12:48 .\main.cpp 440 Settings were written by build: 116
12:48 .\main.cpp 89 Current theme=W2K color=
12:48 .\main.cpp 600 Loaded skin: OpusOS-Black
12:48 .\main.cpp 623 Loaded translation: english
12:48 .\Plugin.cpp 580 Panel dsgmail.dsplugin is disabled
12:48 .\PanelsManager.cpp 1147 >>> Create panel PriorityList>>>
12:48 .\PanelsManager.cpp 1163 <<< Panel PriorityList created in 16 ms<<<
12:48 .\bpTilePanel.cpp 865 <<< Full PriorityList panel created in 406 ms<<<
12:48 .\PanelsManager.cpp 1147 >>> Create panel weather>>>
12:48 .\PanelsManager.cpp 1163 <<< Panel weather created in 969 ms<<<
12:48 .\bpTilePanel.cpp 865 <<< Full weather panel created in 985 ms<<<
12:48 .\PanelsManager.cpp 1147 >>> Create panel FlickrPanel>>>
12:48 .\PanelsManager.cpp 1163 <<< Panel FlickrPanel created in 5406 ms<<<
12:48 .\bpTilePanel.cpp 865 <<< Full FlickrPanel panel created in 5421 ms<<<
12:48 .\PanelsManager.cpp 1147 >>> Create panel perfmon>>>
12:48 .\PanelsManager.cpp 1147 >>> Create panel cpuperfticket>>>
12:48 .\PerformanceCounter.cpp 669 Performance keys 238 234 700
12:48 .\PanelsManager.cpp 1163 <<< Panel cpuperfticket created in 375 ms<<<
12:48 .\bpPerformancePanel.cpp 181 <<< Full cpuperfticket panel created in 375 ms<<<
12:48 .\PanelsManager.cpp 1147 >>> Create panel diskperfticket>>>
12:48 .\PanelsManager.cpp 1163 <<< Panel diskperfticket created in 32 ms<<<
12:48 .\bpPerformancePanel.cpp 181 <<< Full diskperfticket panel created in 32 ms<<<
12:48 .\PanelsManager.cpp 1147 >>> Create panel memperfticket>>>
12:48 .\PanelsManager.cpp 1163 <<< Panel memperfticket created in 16 ms<<<
12:48 .\bpPerformancePanel.cpp 181 <<< Full memperfticket panel created in 31 ms<<<
12:48 .\PanelsManager.cpp 1147 >>> Create panel swpperfticket>>>
12:48 .\PanelsManager.cpp 1163 <<< Panel swpperfticket created in 31 ms<<<
12:48 .\bpPerformancePanel.cpp 181 <<< Full swpperfticket panel created in 31 ms<<<
12:48 .\PanelsManager.cpp 1147 >>> Create panel appperfticket>>>
12:48 .\PanelsManager.cpp 1163 <<< Panel appperfticket created in 31 ms<<<
12:48 .\bpPerformancePanel.cpp 181 <<< Full appperfticket panel created in 47 ms<<<
12:48 .\bpPerformancePanel.cpp 192 Slowest panel cpuperfticket created in 375 ms<<<
12:48 .\PanelsManager.cpp 1163 <<< Panel perfmon created in 1563 ms<<<
12:48 .\bpTilePanel.cpp 865 <<< Full perfmon panel created in 1579 ms<<<
12:48 .\PanelsManager.cpp 1147 >>> Create panel stack>>>
12:48 .\PanelsManager.cpp 1147 >>> Create panel smartinbox>>>
12:48 .\mapifunc.cpp 957 MAPI v1.0.2536.0 Company:Microsoft Corporation Product:Microsoft® Windows® Operating System ProductVer:5.1.2600.0 Desc:Extended MAPI 1.0 for Windows NT
12:48 .\mapifunc.cpp 961 MAPI dll: C:\WINDOWS\System32\mapi32.dll
12:48 .\MapiUtilities.cpp 1948 MAPI loaded in 31ms

12:48 .\MapiUtilities.cpp 1831 Default mail client: Microsoft Outlook
12:48 .\MapiUtilities.cpp 1841 Mail client: Hotmail dllpath: ""
12:48 .\MapiUtilities.cpp 1841 Mail client: Microsoft Outlook dllpath: "C:\Program Files\Common Files\SYSTEM\MSMAPI\1033\msmapi32.dll"
12:48 .\MapiUtilities.cpp 1841 Mail client: Outlook Express dllpath: ""
12:48 .\MapiUtilities.cpp 1854 MAPIX: 1
12:48 .\MapiUtilities.cpp 1865 Outlook: Outlook.Application.11
12:48 .\MapiUtilities.cpp 1880 MSMapiApps sidebar bound to Microsoft Outlook
12:48 .\MapiUtilities.cpp 1958 MAPIInitialize
12:48 .\MapiUtilities.cpp 1964 MAPIInitialize in 500ms
12:48 .\MapiUtilities.cpp 1967 MAPILogonEx
12:48 .\MapiUtilities.cpp 1978 MAPILogonEx in 328ms
12:48 .\MapiUtilities.cpp 1984 HrMAPIFindDefaultMsgStore
12:48 .\MapiUtilities.cpp 1990 HrMAPIFindDefaultMsgStore in 0ms
12:48 .\MapiUtilities.cpp 1993 Open DefaultMsgStore
12:48 .\MapiUtilities.cpp 2003 Open DefaultMsgStore in 469ms
12:48 .\InboxPanel.cpp 949 CInboxPanel::Impl::reloading ....
12:48 .\InboxPanel.cpp 956 CInboxPanel::Impl::reload in 1437ms
12:48 .\PanelsManager.cpp 1163 <<< Panel smartinbox created in 3343 ms<<<
12:48 .\bpStackPanel.cpp 1766 <<< Full smartinbox panel created in 3343 ms<<<
12:48 .\PanelsManager.cpp 1147 >>> Create panel calendar>>>
12:48 .\PanelsManager.cpp 1163 <<< Panel calendar created in 32 ms<<<
12:48 .\bpStackPanel.cpp 1766 <<< Full calendar panel created in 32 ms<<<
12:48 .\bpStackPanel.cpp 1780 Slowest panel smartinbox created in 3343 ms<<<
12:48 .\PanelsManager.cpp 1163 <<< Panel stack created in 3375 ms<<<
12:48 .\bpTilePanel.cpp 865 <<< Full stack panel created in 3375 ms<<<
12:48 .\PanelsManager.cpp 1147 >>> Create panel cmdline>>>
12:48 .\bpCmdLineIndexer.cpp 230 CmdLineIndexer thread 3092
12:48 .\bpCmdLineIndexer.cpp 320 CmdLineIndexer scan started
12:48 .\PanelsManager.cpp 1163 <<< Panel cmdline created in 31 ms<<<
12:48 .\bpTilePanel.cpp 865 <<< Full cmdline panel created in 31 ms<<<
12:48 .\bpTilePanel.cpp 876 Slowest panel FlickrPanel created in 5421 ms<<<
12:48 .\MainWnd.cpp 3243 Panels loaded in 11812
12:48 .\main.cpp 712 Initialized in 19187
12:48 .\WeatherPanel.cpp 260 Weather Panel thread 3928
12:48 .\WeatherPanel.cpp 195 Weather thread started 3928
12:48 .\WeatherXMLProvider.cpp 275 Promotions requested
12:48 .\bpCmdLineIndexer.cpp 329 CmdLineIndexer scan finished in 2281 ms
12:48 .\bpCmdLineIndexer.cpp 332 Index includes 748 words
12:48 .\WeatherPanel.cpp 215 Weather forecast for Pforzheim, Germany downloaded
12:48 .\WeatherPanel.cpp 225 Weather thread finished 3928
12:48 .\InboxPanel.cpp 949 CInboxPanel::Impl::reloading ....
12:48 .\InboxPanel.cpp 956 CInboxPanel::Impl::reload in 47ms
12:48 .\CalendarEngine.cpp 1731 Missing serial prop
12:48 .\CalendarEngine.cpp 1731 Missing serial prop
12:48 .\CalendarEngine.cpp 1731 Missing serial prop
12:48 .\CalendarEngine.cpp 2226 GetEventsFromFolder events=486 in 281ms
12:53 .\CalendarEngine.cpp 2226 GetEventsFromFolder events=1 in 0ms
12:58 .\CalendarEngine.cpp 2226 GetEventsFromFolder events=1 in 0ms
12:59 .\CalendarEngine.cpp 2226 GetEventsFromFolder events=1 in 47ms
12:59 .\InboxPanel.cpp 949 CInboxPanel::Impl::reloading ....
12:59 .\InboxPanel.cpp 956 CInboxPanel::Impl::reload in 328ms
13:03 .\MainWnd.cpp 2417 Last check for update was 2 days ago. Check period=7
13:03 .\CalendarEngine.cpp 2226 GetEventsFromFolder events=1 in 0ms
13:08 .\CalendarEngine.cpp 2226 GetEventsFromFolder events=1 in 0ms
13:13 .\InboxPanel.cpp 949 CInboxPanel::Impl::reloading ....
13:13 .\InboxPanel.cpp 956 CInboxPanel::Impl::reload in 296ms
13:13 .\CalendarEngine.cpp 2226 GetEventsFromFolder events=1 in 0ms
13:13 .\CalendarEngine.cpp 2226 GetEventsFromFolder events=2 in 0ms
13:13 .\InboxPanel.cpp 949 CInboxPanel::Impl::reloading ....
13:13 .\InboxPanel.cpp 956 CInboxPanel::Impl::reload in 109ms
13:14 .\CalendarEngine.cpp 2226 GetEventsFromFolder events=2 in 0ms
13:17 .\InboxPanel.cpp 949 CInboxPanel::Impl::reloading ....
13:17 .\InboxPanel.cpp 956 CInboxPanel::Impl::reload in 78ms
13:18 .\MainWnd.cpp 2417 Last check for update was 2 days ago. Check period=7
13:18 .\CalendarEngine.cpp 2226 GetEventsFromFolder events=2 in 0ms
13:19 .\InboxPanel.cpp 949 CInboxPanel::Impl::reloading ....
13:19 .\InboxPanel.cpp 956 CInboxPanel::Impl::reload in 47ms
13:19 .\InboxPanel.cpp 949 CInboxPanel::Impl::reloading ....
13:19 .\InboxPanel.cpp 956 CInboxPanel::Impl::reload in 94ms
13:19 .\InboxPanel.cpp 949 CInboxPanel::Impl::reloading ....
13:19 .\InboxPanel.cpp 956 CInboxPanel::Impl::reload in 47ms
13:20 .\ControlFactory.cpp 129 CreateDetailsWnd is obsolete. Please use CreateDetailsWnd2
13:20 .\DetailsWndImpl.cpp 847 Closing details class CDetailsWndBase
13:20 .\ControlFactory.cpp 129 CreateDetailsWnd is obsolete. Please use CreateDetailsWnd2
13:20 .\ControlFactory.cpp 129 CreateDetailsWnd is obsolete. Please use CreateDetailsWnd2
13:20 .\ControlFactory.cpp 129 CreateDetailsWnd is obsolete. Please use CreateDetailsWnd2
13:20 .\ControlFactory.cpp 129 CreateDetailsWnd is obsolete. Please use CreateDetailsWnd2
13:20 .\ControlFactory.cpp 129 CreateDetailsWnd is obsolete. Please use CreateDetailsWnd2
13:20 .\ControlFactory.cpp 129 CreateDetailsWnd is obsolete. Please use CreateDetailsWnd2
13:21 .\CommandManager.cpp 1231 DispatchCommand help
13:21 .\CommandManager.cpp 1231 DispatchCommand options
DavePS
I'm guessing that the part where it says

13:20 .\ControlFactory.cpp 129 CreateDetailsWnd is obsolete. Please use CreateDetailsWnd2

is what is causing the crash on your machine, don't know why it doesn't crash for anyone else tho, as i have the same entries in the log file.

I will try recoding it to use CreateDetailsWnd2 and release that for you to try. Most odd.
m-arx
maybe it is my .net framework version?
midi
Any chance this could be updated so that the pictures can be viewed in sequence, forward and back buttons would be good as well if possible
DavePS
QUOTE(m-arx @ Jul 13 2006, 02:37 PM) *

maybe it is my .net framework version?


I don't think so, i've just posted version 1.2, do you want to try that out and see if that helps?

QUOTE(midi @ Jul 13 2006, 02:53 PM) *

Any chance this could be updated so that the pictures can be viewed in sequence, forward and back buttons would be good as well if possible


Yep, working on this
craigy
Hi,

I am also getting this error

Unhandled exception has occured in a component in your application. If you click continue, the application will ignore this error and attempt to continue. Error HRESULT E_FAIL has been returned from a call to a COM component.

I am using Sidebar 1.05 build 116 & Flickr Panel 1.2

This error occurs when i hover the mouse over the panel. All the fields in the Flickr Panel properties windows are left blank.
m-arx
hi there,

it's finally good news...

when i installed 1.2 of Flickr Panel, the error was still there .... but:

as i was in the plugins list anyway, i found out that my "gmail checker" plugin was still disabled...

well, when i tried to get it running (and checking), the sidebar crashed frequently (completely) then i started the sidebar in safe mode - resetting all my panels including settings.

when i was done configuring everything "back to normal", the detail view of the flickr panel was working again.

so this seems to be some kind of error in the user settings file / reg key
DavePS
QUOTE(m-arx @ Jul 14 2006, 07:42 AM) *

hi there,

it's finally good news...

when i installed 1.2 of Flickr Panel, the error was still there .... but:

as i was in the plugins list anyway, i found out that my "gmail checker" plugin was still disabled...

well, when i tried to get it running (and checking), the sidebar crashed frequently (completely) then i started the sidebar in safe mode - resetting all my panels including settings.

when i was done configuring everything "back to normal", the detail view of the flickr panel was working again.

so this seems to be some kind of error in the user settings file / reg key


Phew! Glad to hear you finally got it working even if my new code didn't actually fix the problem common014.gif

QUOTE(craigy @ Jul 14 2006, 04:25 AM) *

Hi,

I am also getting this error

Unhandled exception has occured in a component in your application. If you click continue, the application will ignore this error and attempt to continue. Error HRESULT E_FAIL has been returned from a call to a COM component.

I am using Sidebar 1.05 build 116 & Flickr Panel 1.2

This error occurs when i hover the mouse over the panel. All the fields in the Flickr Panel properties windows are left blank.


Craigy, see m-arx comments above to fix this problem, its not FlickrPanel at fault by the looks of it.
DavePS
New version 1.4 is now released
abudidi
Hi there..
I just got -exactly- the same problem as above topic.
Now waiting for someone to -completely- fix this one smile.gif
Cheers..
Barry Manilow
I was getting the same error as m-arx (his original post with the error is quoted below), and I've managed to track down exactly what causes it.

If you've got the Flickr panel up, and you set DS to show the details panel when you click on a panel (instead of the default, which is to show the details panel when you hover on a panel), then you start getting the error anytime you hover on the panel. When I change my DS settings back to the default of hover on a panel to show details, I stop getting the error.


I've also got another problem. I've got DS set to hover on a panel to show details (to avoid getting the error). If I hide the panel, the flickr panel's details window still shows up when the mouse moves over the area where the flickr panel would be if the sidebar were displayed ...

Anyway, I hope this info helps to debug the issue.


QUOTE(m-arx @ Jul 12 2006, 03:38 AM) *

I get an error message when i hover over the picture:


IPB Image

when i click details, this is what i get

QUOTE


See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.Runtime.InteropServices.COMException (0x80004005): Error HRESULT E_FAIL has been returned from a call to a COM component.
at DesktopSidebar.IControlFactory.CreateDetailsWnd()
at FlickrPanel.Panel.ShowDetailsWindow()
at FlickrPanel.Panel.picFlickr_MouseHover(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnMouseHover(EventArgs e)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
FlickrPanel
Assembly Version: 1.0.2374.23203
Win32 Version: 1.0.2374.23203
CodeBase: file:///C:/Documents%20and%20Settings/MeierM/Application%20Data/Desktop%20Sidebar/plugins/FlickrPanel/FlickrPanel.DLL
----------------------------------------
dsidebarpia
Assembly Version: 1.5.114.0
Win32 Version: 1.5.114.0
CodeBase: file:///C:/Documents%20and%20Settings/MeierM/Application%20Data/Desktop%20Sidebar/plugins/FlickrPanel/dsidebarpia.DLL
----------------------------------------
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
Accessibility
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Accessibility/2.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
----------------------------------------
FlickrNet
Assembly Version: 2.0.1.23201
Win32 Version: 2.0.1.23201
CodeBase: file:///C:/Documents%20and%20Settings/MeierM/Application%20Data/Desktop%20Sidebar/plugins/FlickrPanel/FlickrNet.DLL
----------------------------------------
System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.Configuration
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
a02sib4a
Assembly Version: 2.0.1.23201
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
sydmuy56
Assembly Version: 2.0.1.23201
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Web
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_32/System.Web/2.0.0.0__b03f5f7f11d50a3a/System.Web.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.



Miggl
I'm having difficulty specifying certain arrangements in tags, for example:

me,you - this works, shows all pictures tagged as me OR you
me+you - this doesn't work, which would show all pictures tagged both as me AND you
me+-you - this doesn't word, which would show all pictures tagged as me AND NOT you

Can this functionality be corrected / added?

Thanks!
---K2---
Hello,

I use Flickr pluggin ver 1.4 with destop sidebar ver 1.05 build 116 under windows XP SP2

I have a problem with the FLICKR pluggin.

In Options >> windows details of the sidebar, when I choose one of the two parameters :
_Displays details when I click at panel
_Don't display details

And when the cursor of my mouse move over the Flickr panel, the microsoft .net framework detect the folowing error :

CODE
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.Runtime.InteropServices.COMException (0x80004005): Error HRESULT E_FAIL has been returned from a call to a COM component.
   at DesktopSidebar.IControlFactory.CreateDetailsWnd2(String panel, Boolean click, UInt32 style)
   at FlickrPanel.Panel.ShowDetailsWindow()
   at FlickrPanel.Panel.tmrMousePoll_Tick(Object sender, EventArgs e)
   at System.Windows.Forms.Timer.OnTick(EventArgs e)
   at System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

************** Loaded Assemblies **************
mscorlib
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.42 (RTM.050727-4200)
    CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
FlickrPanel
    Assembly Version: 1.0.2472.35295
    Win32 Version: 1.0.2472.35295
    CodeBase: file:///C:/Program%20Files/Desktop%20Sidebar/plugins/FlickrPanel/FlickrPanel.DLL
----------------------------------------
dsidebarpia
    Assembly Version: 1.5.114.0
    Win32 Version: 1.5.114.0
    CodeBase: file:///C:/Program%20Files/Desktop%20Sidebar/plugins/FlickrPanel/dsidebarpia.DLL
----------------------------------------
System.Drawing
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.42 (RTM.050727-4200)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Windows.Forms
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.198 (QFE.050727-1900)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.42 (RTM.050727-4200)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
Accessibility
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.42 (RTM.050727-4200)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Accessibility/2.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
----------------------------------------
FlickrNet
    Assembly Version: 2.0.1.35294
    Win32 Version: 2.0.1.35294
    CodeBase: file:///C:/Program%20Files/Desktop%20Sidebar/plugins/FlickrPanel/FlickrNet.DLL
----------------------------------------
System.Xml
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.42 (RTM.050727-4200)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.Configuration
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.42 (RTM.050727-4200)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
tnc6yofp
    Assembly Version: 2.0.1.35294
    Win32 Version: 2.0.50727.42 (RTM.050727-4200)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
d4zjx-te
    Assembly Version: 2.0.1.35294
    Win32 Version: 2.0.50727.42 (RTM.050727-4200)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Web
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.42 (RTM.050727-4200)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_32/System.Web/2.0.0.0__b03f5f7f11d50a3a/System.Web.dll
----------------------------------------
************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.
For example:
<configuration>
    <system.windows.forms jitDebugging="true" />
</configuration>
When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.
wallarro
I used yahoo account to log in to flickr.

When I entered my yahoo login in "Flickr User Name", I got message "Error Getting Images"

Help?
3DMC
QUOTE(craigy @ Jul 13 2006, 11:25 PM) *

Hi,

I am also getting this error

Unhandled exception has occured in a component in your application. If you click continue, the application will ignore this error and attempt to continue. Error HRESULT E_FAIL has been returned from a call to a COM component.

I am using Sidebar 1.05 build 116 & Flickr Panel 1.2

This error occurs when i hover the mouse over the panel. All the fields in the Flickr Panel properties windows are left blank.


I get that error too, but only when the options are
*Display detail when I click at panal

This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.