Site
Web
Search
Login
Home
Document Exchange
Features
Extensions
Licensing
Testimonials
Translations
Buy
DMX Extensions
Support
Forums
Downloads
Free Stuff
Translations
Company
Partners
News
Contact
Test
You are here:
Support
/
Forums
Bring2mind Forums
Forums
Search Forum
Search
Advanced Search
Topics
Posts
Unanswered
Active Topics
Forums
>
Document Exchange
>
User Interface
mouse wheel scrolling and folder sync
Last Post 01/26/2011 1:14 PM by
Peter Donker
. 6 Replies.
Sort:
Oldest First
Most Recent First
Prev
Next
You are not authorized to post a reply.
Author
Messages
dcruz
New Member
Posts:4
01/11/2011 10:32 PM
I upgraded recently to dnn 5.6.0 and also upgraded to 5.3.5 of dmx on my test server and so far I see 2 issues:
1: mouse wheel scrolling does not work on a file list but the scroll up and scroll down bar works fine. (used to work)
2: sync folder not updating correctly with unacceptable results.
I have a source folder lets call it (folder1) with a file inside it lets call it (file1a), I rename (folder1) to (folder2)using windows explorer on the source share, DMX will recreate (folder1) and delete (file1a) then create (folder2) with no file in it, so now you end up with (folder1),(folder2) and no (file1a) ouch!!! can someone else confirm this? or is it just me?
Peter Donker
Veteran Member
Posts:4536
01/14/2011 11:07 AM
I'm not aware 2 is a new issue. There is no way for DMX to know if a folder has been renamed. It just sees a new folder as far as it's concerned. The real problem is that the files in it have an old date so DMX assumes they're old. Depending on the sync direction stuff happens that may be unexpected. This is inherent in sync folders unfortunately. It'd be different if we could have a file system watcher but this violates the security encapsulation of the asp.net applications. So all we have to go on are time stamps and names. I can't see an easy fix for this.
Peter
dcruz
New Member
Posts:4
01/18/2011 4:36 PM
Can a fix be to keep a catalog? cut and paste and moving files thru the file system happens a lot
Did you say that you dont have the scrolling issue?
Any "easier" way to get rid of the details pane? ;-)
Peter Donker
Veteran Member
Posts:4536
01/18/2011 6:19 PM
I think the problem is unsolvable. The reason is that there simply is no relation between the old folder and the new one (i.e. after renaming). No amount of bookkeeping will help unless I'm overlooking something. If you think so, please elaborate on how the logic would work.
About getting rid of the details panel: there is no easy way unfortunately. I plan to add a 2-panel UI in the near future.
Note you can "empty" the details panel ... but that just leaves a blank hole. It doesn't hide it.
Peter
Peter Donker
Veteran Member
Posts:4536
01/18/2011 6:32 PM
... mouse scrolling is also no longer working for me.
dcruz
New Member
Posts:4
01/18/2011 10:14 PM
the mouse scroll thing seems to be code change on viewcollection control
I fixed it by adding the code bellow, not sure if there maybe a better way, that is how you had it in the older version.
ScrollBar="On" ScrollTopBottomImagesEnabled="true" ScrollTopBottomImageHeight="2" ScrollTopBottomImageWidth="16"
ScrollImagesFolderUrl="~/DesktopModules/Bring2mind/DMX/images/grid/scroller/" ScrollButtonWidth="16" ScrollButtonHeight="17" ScrollBarCssClass="ScrollBar"
ScrollGripCssClass="ScrollGrip" ScrollBarWidth="16" ScrollPopupClientTemplateId="ScrollPopupTemplate"
runat="server">
Peter Donker
Veteran Member
Posts:4536
01/26/2011 1:14 PM
I'll check this out. Thanks,
Peter
You are not authorized to post a reply.
Document Exchange
--Release Notes for Document Exc...
--Installation and Activation Is...
--User Interface
--Search
--Storage and Security
--WebDAV
--API
Document Exchange Lite
--Installation and Activation Is...
--Search
--Localization
--UI
--Storage and Security
--Extensions and addons
Forums
>
Document Exchange
>
User Interface