bug-gnustep
[Top][All Lists]
Advanced

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

[bugs #10849] Controls constantly dissapear from Panels


From: Gregory John Casamento
Subject: [bugs #10849] Controls constantly dissapear from Panels
Date: Sun, 31 Oct 2004 16:21:09 -0500
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4.2) Gecko/20040921

This mail is an automated notification from the bugs tracker
 of the project: GNUstep.

/**************************************************************************/
[bugs #10849] Latest Modifications:

Changes by: 
                Gregory John Casamento <greg_casamento@yahoo.com>
'Date: 
                Sun 10/31/2004 at 21:14 (US/Eastern)

------------------ Additional Follow-up Comments ----------------------------
{
    FirstResponder = {
        Actions = (
            "activateContextHelpMode:",
            "alignCenter:",
.
. <snip>
.
        );
        Super = NSObject;
    };
    GSNPageView = {
        Actions = (
        );
        Outlets = (
        );
        Super = NSView;
    };
    GSPrintPanelController = {
        Actions = (
            "printButtonPushed:",
            "cancelButtonPushed:",
            "previewButtonPushed:",
            "saveButtonPushed:",
            "pagesRadioMatrixSelected:",
            "collateCheckboxPushed:",
            "pagesPerSheetPopupSelected:"
        );
        Outlets = (
            applicationImageButton,
            pagesRadioMatrix,
            pageFromField,
            pageToField,
            printReverseCheckbox,
            numCopiesField,
            collateCheckbox,
            collateImageButton,
            pagesPerSheetPopup,
            nPageView,
            paperSourcePopup,
            paperTypePopup,
            resolutionPopup,
            colorBWRadioMatrix,
            advancedTableView,
            printersPopup,
            noteField,
            statusField
        );
        Super = NSObject;
    };
    NSApplication = {
        Outlets = (
            delegate
        );
        Super = NSResponder;
    };
    NSButton = {
        Super = NSControl;
    };
    NSControl = {
        Actions = (
            "takeDoubleValueFrom:",
            "takeFloatValueFrom:",
            "takeIntValueFrom:",
            "takeObjectValueFrom:",
            "takeStringValueFrom:"
        );
        Outlets = (
            target
        );
        Super = NSView;
    };
    NSMenu = {
        Super = NSObject;
    };
    NSMenuItem = {
        Outlets = (
            target
        );
        Super = NSObject;
    };
    NSPanel = {
        Outlets = (
        );
        Super = NSWindow;
    };
    NSPrintPanel = {
        Actions = (
            "_pickedButton:",
            "_pickedPage:",
            "_pickedPrintOp:"
        );
        Outlets = (
            _optionPanel,
            _panel
        );
        Super = NSPanel;
    };
    NSResponder = {
        Super = NSObject;
    };
    NSSlider = {
        Super = NSControl;
    };
    NSTextField = {
        Outlets = (
            delegate
        );
        Super = NSControl;
    };
    NSView = {
        Super = NSResponder;
    };
    NSWindow = {
        Actions = (
            "orderFront:",
            "orderOut:"
        );
        Outlets = (
            delegate
        );
        Super = NSResponder;
    };
}

The data.classes file appears to have been changed to contain some methods.   
These classes (NSWindow, NSView) should not be here.  This is part of what is 
causing the issue.

This is either an issue with these being added by hand or an issue with a bad 
conversion from the very old .gorm format (when .gorms where files and not dir 
packages).   I must stress that NO changes should ever be made by hand to any 
of the files in the .gorm file package.  If you do make these changes it's your 
responsibility to make certain what you're doing is correct and wont cause an 
issue when editing the file with Gorm.

GJC






/**************************************************************************/
[bugs #10849] Full Item Snapshot:

URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=10849>
Project: GNUstep
Submitted by: 0
On: Sun 10/31/2004 at 09:17

Category:  Gorm
Severity:  5 - Average
Item Group:  Bug
Resolution:  None
Privacy:  Public
Assigned to:  gcasa
Status:  Open


Summary:  Controls constantly dissapear from Panels

Original Submission:  Controls are constantly dissapearing when I add new ones 
and form connections (see attached file).  I've gone through several iterations 
of putting new controls back onto the panel and watching them dissapear.  Note 
that connections still appear to be valid, only the controls themselves 
dissapear.

Follow-up Comments
------------------


-------------------------------------------------------
Date: Sun 10/31/2004 at 21:14       By: Gregory John Casamento <gcasa>
{
    FirstResponder = {
        Actions = (
            "activateContextHelpMode:",
            "alignCenter:",
.
. <snip>
.
        );
        Super = NSObject;
    };
    GSNPageView = {
        Actions = (
        );
        Outlets = (
        );
        Super = NSView;
    };
    GSPrintPanelController = {
        Actions = (
            "printButtonPushed:",
            "cancelButtonPushed:",
            "previewButtonPushed:",
            "saveButtonPushed:",
            "pagesRadioMatrixSelected:",
            "collateCheckboxPushed:",
            "pagesPerSheetPopupSelected:"
        );
        Outlets = (
            applicationImageButton,
            pagesRadioMatrix,
            pageFromField,
            pageToField,
            printReverseCheckbox,
            numCopiesField,
            collateCheckbox,
            collateImageButton,
            pagesPerSheetPopup,
            nPageView,
            paperSourcePopup,
            paperTypePopup,
            resolutionPopup,
            colorBWRadioMatrix,
            advancedTableView,
            printersPopup,
            noteField,
            statusField
        );
        Super = NSObject;
    };
    NSApplication = {
        Outlets = (
            delegate
        );
        Super = NSResponder;
    };
    NSButton = {
        Super = NSControl;
    };
    NSControl = {
        Actions = (
            "takeDoubleValueFrom:",
            "takeFloatValueFrom:",
            "takeIntValueFrom:",
            "takeObjectValueFrom:",
            "takeStringValueFrom:"
        );
        Outlets = (
            target
        );
        Super = NSView;
    };
    NSMenu = {
        Super = NSObject;
    };
    NSMenuItem = {
        Outlets = (
            target
        );
        Super = NSObject;
    };
    NSPanel = {
        Outlets = (
        );
        Super = NSWindow;
    };
    NSPrintPanel = {
        Actions = (
            "_pickedButton:",
            "_pickedPage:",
            "_pickedPrintOp:"
        );
        Outlets = (
            _optionPanel,
            _panel
        );
        Super = NSPanel;
    };
    NSResponder = {
        Super = NSObject;
    };
    NSSlider = {
        Super = NSControl;
    };
    NSTextField = {
        Outlets = (
            delegate
        );
        Super = NSControl;
    };
    NSView = {
        Super = NSResponder;
    };
    NSWindow = {
        Actions = (
            "orderFront:",
            "orderOut:"
        );
        Outlets = (
            delegate
        );
        Super = NSResponder;
    };
}

The data.classes file appears to have been changed to contain some methods.   
These classes (NSWindow, NSView) should not be here.  This is part of what is 
causing the issue.

This is either an issue with these being added by hand or an issue with a bad 
conversion from the very old .gorm format (when .gorms where files and not dir 
packages).   I must stress that NO changes should ever be made by hand to any 
of the files in the .gorm file package.  If you do make these changes it's your 
responsibility to make certain what you're doing is correct and wont cause an 
issue when editing the file with Gorm.

GJC

-------------------------------------------------------
Date: Sun 10/31/2004 at 17:18       By: Gregory John Casamento <gcasa>
I've made multiple attempts to recreate this with the latest CVS of both 
GNUstep (base/gui/back) and Gorm without success.

GJC


-------------------------------------------------------
Date: Sun 10/31/2004 at 13:18       By: Gregory John Casamento <gcasa>
I have taken the attached .gorm file and added a number of controls to it along 
with many connections as GSPrintPanel2.gorm.   I tried various things such as 
saving and reloading the .gorm a couple of times and saving shutting down and 
then reloading.

At no time did gorm crash, or cause the controls to disappear from the window.  
Please provide more detail about this problem as, if it is occurring I would 
like to fix it ASAP.

Thanks, GJC

-------------------------------------------------------
Date: Sun 10/31/2004 at 12:56       By: Gregory John Casamento <gcasa>
I disagree with the use of "constantly" in this bug's summary as this has to do 
never happened to me.   Also, there is insufficient detail for me to even guess 
as to the cause since the submitter doesn't provide a description of what they 
were doing.

I will test as many scenarios as I can to try to recreate this issue.  I have 
downloaded the attached .gorm file and I am able to modify it with no issues 
whatsoever.

GJC






File Attachments
-------------------

-------------------------------------------------------
Date: Sun 10/31/2004 at 13:18  Name: GSPrintPanel2.gorm.tgz  Size: 14.04KB   
By: gcasa
Heavily modified version of the .gorm which was originally uploaded.
http://savannah.gnu.org/bugs/download.php?item_id=10849&amp;item_file_id=1824

-------------------------------------------------------
Date: Sun 10/31/2004 at 09:17  Name: GSPrintPanel.gorm.tar.gz  Size: 12.43KB   
By: None
Tar.gz of new GSPrintPanel.gorm
http://savannah.gnu.org/bugs/download.php?item_id=10849&amp;item_file_id=1823






For detailed info, follow this link:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=10849>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/







reply via email to

[Prev in Thread] Current Thread [Next in Thread]