Re: [pgadmin-hackers] Bug in dlgCast

2004-10-06 Thread Alexander Borkowski
Andreas Pflug wrote:
Thanks for reporting!
Thanks for fixing! :-)
Alex
---(end of broadcast)---
TIP 5: Have you checked our extensive FAQ?
  http://www.postgresql.org/docs/faqs/FAQ.html


[pgadmin-hackers] Bug in dlgCast

2004-10-05 Thread Alexander Borkowski
Dear all,
I just encountered a bug in 1.2.0 Beta 2 (Win XP).
When selecting the source or target type in the New Cast dialog, the 
application crashes. What IMHO happens is that the call to 
txtName-SetValue(wxEmptyString) in dlgCast::CheckChange() 
(src/ui/dlgCast.cpp line 121) generates a new wxEVT_COMMAND_TEXT_UPDATED 
event. This event triggers a call to dlgProperty::OnChange() which in 
turn calls the virtual dlgCast::CheckChange() and so on ... until 
pgAdmin crashes.

Unfortunately I have no idea how to fix this,
Alex
---(end of broadcast)---
TIP 8: explain analyze is your friend