Re: Update main window help.



On Sun, 21 Feb 1999, George Farris wrote:

> I've got an app I'm developing for Gnome (Fax) that I'm writing in
> Obj-C.  I have the gnome-property widget updating some defaults in the
> form of checkbuttons.  I can add a signal to update the variables in
> my main window but can't get the window to show the changes.  Can
> someone please help.  It looks like this:
>
> GfaxApp
> 	checkbutton one
> 
> runs when "Setup" button pressed in Gfaxapp instance.
> - setup
> 	pr = [gnome-prop-box new]
> 	[pr connect apply closeSetup]
> 
> runs when pr closes with "OK" or on "apply" signal
> - closeSetup
> 	gets changes from "pr"
> 
> At this point all my vars in Gfaxapp instance are updated but don't 
> display the update.
> 
> If this is too vague I can include more detail.

Please do :) For example, you didn't describe what your program is
actually doing to make those variable changes be displayed.

-- Elliot
"In film you will find four basic story lines. Man versus man, man
 versus nature, nature versus nature, and dog versus vampire."
    - Steven Spielberg



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]