[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-bindings
Subject:    Re: [Kde-bindings] Simple KCrash question
From:       Richard Dale <Richard_Dale () tipitina ! demon ! co ! uk>
Date:       2004-04-27 14:59:50
Message-ID: 200404271559.50887.Richard_Dale () tipitina ! demon ! co ! uk
[Download RAW message or body]

On Tuesday 27 April 2004 15:47, Martin Welch wrote:
> I think you have to call the base class implementation:
>
> void CMainWindow::polish()
> {
>         KMainWindow::polish(); <<<<<<<<<<<<<<<<<
>         printf("CMainWindow::polish\n");
>
>         if ( m_LoadCallBack != 0 )
>                 m_LoadCallBack(this);
> }
Yes, you're right - it just gets called once now. 

The only thing I can think of is to see if the same code works when it's not 
linked against C#.

-- Richard

  def polish()
  	super()
  	puts "In polish()"
	window = KDE::MainWindow.new(self, "temp#")
	window.show
  end
_______________________________________________
Kde-bindings mailing list
Kde-bindings@kde.org
https://mail.kde.org/mailman/listinfo/kde-bindings
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic