List Info

Thread: Proposal for Gtk2 Components::Gtk2_ExceptionDump




Proposal for Gtk2 Components::Gtk2_ExceptionDump
user name
2006-07-27 20:11:51
Christian Weiske (http://pear.php.net/
user/cweiske) proposes Gtk2
Components::Gtk2_ExceptionDump.

You can find more detailed information here:
 http://pear.php.net/pepr/pepr-proposal-show.php?id=430

-- 
Sent by PEPr, the automatic proposal system at http://pear.php.net

-- 
PEAR Development Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub
.php

Comment on Gtk2 Components::Gtk2_ExceptionDump
user name
2006-07-28 12:32:10
Scott Mattocks (http://pear.ph
p.net/user/scottmattocks) has commented on the proposal
for Gtk2 Components::Gtk2_ExceptionDump.

Comment:

This is a nice class. It will definitely help with error
reporting in
PHP-GTK 2 apps. 

A few requests:
- Create a static method that can be called to popup the
window:
try { 
...
} catch (Exception $e) {
  require_once 'Gtk2/ExceptionDump.php';
  Gtk2_ExceptionDump::display($e);
}

- Add a way to easily set the static method as the exception
handler:
public static function setAsExcpetionHandler() {
  set_exception_hanlder(array('Gtk2_ExceptionDump',
'display'));
}

Proposal information:
http://pear.php.net/pepr/pepr-proposal-show.php?id=430

-- 
Sent by PEPr, the automatic proposal system at http://pear.php.net

-- 
PEAR Development Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub
.php

Changes in proposal for Gtk2 Components::Gtk2_ExceptionDump
user name
2006-07-31 10:47:17
Christian Weiske (http://pear.php.net/
user/cweiske) has edited the proposal for Gtk2
Components::Gtk2_ExceptionDump.

Change comment:

Version 0.0.2

Please review the proposal:
http://pear.php.net/pepr/pepr-proposal-show.php?id=430

-- 
Sent by PEPr, the automatic proposal system at http://pear.php.net

-- 
PEAR Development Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub
.php

Comment on Gtk2 Components::Gtk2_ExceptionDump
user name
2006-07-31 10:48:20
Christian Weiske (http://pear.php.net/
user/cweiske) has commented on the proposal for Gtk2
Components::Gtk2_ExceptionDump.

Comment:

Scott, I uploaded 0.0.2 which allows you to set the
exception handler (as
well as PEAR error handler and PHP error handler), and use
::display()
instead of the constructor.

Proposal information:
http://pear.php.net/pepr/pepr-proposal-show.php?id=430

-- 
Sent by PEPr, the automatic proposal system at http://pear.php.net

-- 
PEAR Development Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub
.php

Call for votes on Gtk2 Components::Gtk2_ExceptionDump
user name
2006-08-08 13:41:16
Christian Weiske (http://pear.php.net/
user/cweiske) has initiated the call for votes on Gtk2
Components::Gtk2_ExceptionDump.

Please review the proposal and give your vote here:
http://pear.php.net/pepr/pepr-proposal-show.php?id=430

-- 
Sent by PEPr, the automatic proposal system at http://pear.php.net

-- 
PEAR Development Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub
.php

+1 for Gtk2 Components::Gtk2_ExceptionDump
user name
2006-08-08 14:05:42
Scott Mattocks (http://pear.ph
p.net/user/scottmattocks) has voted +1 on the proposal
for Gtk2 Components::Gtk2_ExceptionDump.

Proposal information:
http://pear.php.net/pepr/pepr-proposal-show.php?id=430
Vote information:
http://pear.php.net/pepr/pepr-vote-sh
ow.php?id=430&handle=scottmattocks

-- 
Sent by PEPr, the automatic proposal system at http://pear.php.net

-- 
PEAR Development Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub
.php

+1 for Gtk2 Components::Gtk2_ExceptionDump
user name
2006-08-08 14:48:45
John Downey (http://pear.php.net/us
er/aztek) has voted +1 on the proposal for Gtk2
Components::Gtk2_ExceptionDump.

Proposal information:
http://pear.php.net/pepr/pepr-proposal-show.php?id=430
Vote information:
http://pear.php.net/pepr/pepr-vote-show.php?i
d=430&handle=aztek

-- 
Sent by PEPr, the automatic proposal system at http://pear.php.net

-- 
PEAR Development Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub
.php

+1 for Gtk2 Components::Gtk2_ExceptionDump
user name
2006-08-10 12:42:15
Anant Narayanan (http://pear.php.net/us
er/anant) has voted +1 on the proposal for Gtk2
Components::Gtk2_ExceptionDump.

Proposal information:
http://pear.php.net/pepr/pepr-proposal-show.php?id=430
Vote information:
http://pear.php.net/pepr/pepr-vote-show.php?i
d=430&handle=anant

-- 
Sent by PEPr, the automatic proposal system at http://pear.php.net

-- 
PEAR Development Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub
.php

Extended call for votes on Gtk2 Components::Gtk2_ExceptionDump
user name
2006-08-16 08:00:07
PEPr has automatically extended the voting time on Gtk2
Components::Gtk2_ExceptionDump until 2006-08-15 13:41 UTC
because there were not enough votes, yet.

Please review the proposal and give your vote here:
http://pear.php.net/pepr/pepr-proposal-show.php?id=430

Voting time is extended only once per proposal.

-- 
Sent by PEPr, the automatic proposal system at http://pear.php.net

-- 
PEAR Development Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub
.php

+1 for Gtk2 Components::Gtk2_ExceptionDump
user name
2006-08-16 10:02:49
Mark Wiesemann (http://pear.php.ne
t/user/wiesemann) has voted +1 on the proposal for Gtk2
Components::Gtk2_ExceptionDump.

Proposal information:
http://pear.php.net/pepr/pepr-proposal-show.php?id=430
Vote information:
http://pear.php.net/pepr/pepr-vote-show.p
hp?id=430&handle=wiesemann

-- 
Sent by PEPr, the automatic proposal system at http://pear.php.net

-- 
PEAR Development Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub
.php

[1-10] [11-12]

about | contact  Other archives ( Real Estate discussion Medical topics )