[ wxwindows-Patches-1551409 ] Support for indeterminate mode gauges
SourceForge.net
noreply at sourceforge.net
Sun Sep 3 04:04:19 PDT 2006
Patches item #1551409, was opened at 2006-09-03 11:04
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=309863&aid=1551409&group_id=9863
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Common
Group: new feature
Status: Open
Resolution: None
Priority: 5
Submitted By: Francesco Montorsi (frm)
Assigned to: Nobody/Anonymous (nobody)
Summary: Support for indeterminate mode gauges
Initial Comment:
This patch
- adds the wxGauge::Update() function which allows to
dynamically switch from determinate mode to
indeterminate mode gauge
- adds wxProgressDialog::UpdateIndeterminate which
makes wxProgressDialog use wxGauge::Update
- adds docs for the functions above and move
wxProgressDialog style at the beginning of the docs (as
for all other windows)
- modifies WIDGETS and DIALOGS samples to show the
new features
NOTE: patch tested on wxMSW and wxGTK. wxMac stubs are
added, but I don't know the syntax for the animate()
call; more info about it at:
http://developer.apple.com/documentation/Cocoa/Reference/ApplicationKit/Classes/NSProgressIndicator_Class/NSProgressIndicator_Class.pdf
NOTE2: the patch adds support for wxGauge::Update() in
wxMSW under windows XP only. Previous win version will
ignore wxGauge::Update()
NOTE3: maybe wxGauge::Update() should be renamed to
e.g. UpdateIndeterminate() so that it doesn't shadow
wxWindow::Update() and is more coherent with
wxProgressDialog::UpdateIndeterminate
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=309863&aid=1551409&group_id=9863
More information about the wx-dev
mailing list