Wed Nov 26 06:51:37 2014: Request 100550 was acted upon.
Transaction: Correspondence added by [email protected]
Queue: Wx
Subject: Re: [rt.cpan.org #100550] Wx::ProgressDialog: missing methods
Broken in: 0.9923
Severity: Wishlist
Owner: Nobody
Requestors: [email protected]
Status: new
Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=100550 >
Hi Oliver,
Thanks for this. If I make some patches, would you be able to test it?
I've put some draft new code below (untested). It goes in
wxPerl/XS/ProcessDialog.xs, at the end of the file. You can update the
file and then "cd xPerl" "make" "make install".
I am travelling at the moment, but as soon as I can I'll make the
changes on github. If you can test the changes, then we'll try to get
them uploaded as soon as we can.
know what you think.
Regards
Steve.
#if WXPERL_W_VERSION_GE( 2, 9, 0 )
wxString
wxProgressDialog::GetMessage()
int value
int
wxProgressDialog::GetRange()
int value
int
wxProgressDialog::GetValue()
int value
#endif
#if WXPERL_W_VERSION_GE( 2, 9, 1 )
void
wxProgressDialog::SetRange(value)
int value
bool
wxProgressDialog::WasCancelled()
bool
wxProgressDialog::WasSkipped()
#endif
On 25/11/14 17:24, Olivier Mengué via RT wrote:
> Tue Nov 25 12:24:24 2014: Request 100550 was acted upon.
> Transaction: Ticket created by DOLMEN
> Queue: Wx
> Subject: Wx::ProgressDialog: missing methods
> Broken in: 0.9923
> Severity: Wishlist
> Owner: Nobody
> Requestors: [email protected]
> Status: new
> Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=100550 >
>
>
> In Wx 0.9923, the package Wx::ProgressDialog is missing useful methods:
> - SetRange
> - GetValue
> - WasCancelled
> - ...
>
> Reference :
> http://docs.wxwidgets.org/3.0/classwx_generic_progress_dialog.html
>
>
> --
> Olivier Mengué - http://perlresume.org/DOLMEN - https://gratipay.com/dolmen/
>
>