Feature Requests item #647287, was opened at 2002-12-02 16:21 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=432069&aid=647287&group_id=42081
Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Richard Tallent (richardtallent) Assigned to: Nobody/Anonymous (nobody) Summary: Change adjusts size instead of location Initial Comment: When the user changes display resolution, adds or removes a tray icon, or changes the tray clock visibility, the DQSD bar adjusts its size to retain its Left position. This behavior makes the user's life more difficult by requiring them to constantly adjust the toolbar to restore the width they prefer. A better behavior would be for the toolbar to preserve its width (instead of its Left position) when the toolbar size or tray icon count change, retaining, for example, the date/time format and menu button visibility as the user has set them. ---------------------------------------------------------------------- >Comment By: Richard Tallent (richardtallent) Date: 2002-12-02 18:01 Message: Logged In: YES user_id=660898 I know next to nothing about Desk Bands--perhaps just setting the ptActual's x member would work, but I guess it might require something to detect and undo OnSize events that don't result from user sizing and prevent reentry (does OnSize by user imply that the control has focus? If so, that may be a goiod indicator of the user being the sizer). I would have marked this as a Feature Request but there doesn't seem to be an obvious way to do so. ---------------------------------------------------------------------- Comment By: Glenn Carr (glenncarr) Date: 2002-12-02 16:44 Message: Logged In: YES user_id=18127 I agree with the inconvenience (it would be really nice to force it to maintain a minimum width, especially when changing resolutions), but unfortunately, thus is the life of a toolbar in the Windows taskbar. AFAIK, there's no way to programatically change the width of a taskbar toolbar or even keep it a const width without some serious hijinks. But, we're already performing some stunts with the keyboard bindings, so maybe it's a possibility... Will? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=432069&aid=647287&group_id=42081 ------------------------------------------------------- This SF.net email is sponsored by: Get the new Palm Tungsten T handheld. Power & Color in a compact size! http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en _______________________________________________ DQSD-Devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dqsd-devel
