Re: Any way to get an Re: in front of form messages? Fw: [openide-dev] createSheet not triggered in stand alone application

Wade Chandler <[email protected]> Wed, 25 Feb 2009 15:57:00 -0800 (PST)
Newsgroups gmane.comp.java.netbeans.general
Message-ID <[email protected]>
Here you go:
http://www.netbeans.org/issues/show_bug.cgi?id=159178

Thanks,

Wade

 ==================
Wade Chandler, CCE
Software Engineer and Developer, Certified Forensic Computer Examiner, NetBeans Dream Team Member, and NetBeans Board Member
http://www.certified-computer-examiner.com
http://wiki.netbeans.org/wiki/view/NetBeansDreamTeam
http://www.netbeans.org




________________________________
From: Melongo Annabel <[email protected]>
To: [email protected]
Cc: [email protected]
Sent: Wednesday, February 25, 2009 5:59:31 PM
Subject: Re: [nbdiscuss] Any way to get an Re: in front of form messages? Fw: [openide-dev]  createSheet not triggered in stand alone application


That's a really good remark Wade, I've noticed that too. Sometimes even, the reply doesn't have the original message. I will raise this issue in our next meeting and see what can be done. Do you mind filing an issue for this in bugzilla?  http://www.netbeans.org/issues




________________________________
 From: Wade Chandler <[email protected]>
To: [email protected]
Cc: [email protected]
Sent: Wednesday, February 25, 2009 4:00:39 PM
Subject: [nbdiscuss] Any way to get an Re: in front of form messages? Fw: [openide-dev] createSheet not triggered in stand alone application


Messages from the forum to the mailing lists are confusing. One can not tell whether they are a new thread where we have to read between the lines to help folks, or if they are a threaded message; this partly due to not have an Re: or anything in front of them. Too, the forums seemingly do not easily use quote or give us a link at the bottom of the messages so we can quickly get to the thread to see the full history and make it easier to help users; in this particular fowarded message each email from the poster must assume everyone is reading the forum versus mailing lists as there is not history even from the message they are replying. This is something we need to be able to help others and not waste time.

Thanks,

Wade

==================
Wade Chandler, CCE
Software Engineer and Developer, Certified Forensic Computer Examiner, NetBeans Dream Team Member, and NetBeans Board Member
http://www.certified-computer-examiner.com
http://wiki.netbeans.org/wiki/view/NetBeansDreamTeam
http://www.netbeans.org



----- Forwarded Message ----
> From: rogergl <[email protected]>
> To: [email protected]
> Sent: Wednesday, February 25, 2009 4:08:09 PM
> Subject: [openide-dev]  createSheet not triggered in stand alone application
> 
> I aleady did this (see code example).
> 
> 
> 
> Regards
> 
>  Roger
> 
> 
> 
> public class TestFrame  extends JFrame implements ExplorerManager.Provider {
> 
> 
> 
>    MigLayout layout = new MigLayout();
> 
>    
> 
>    JScrollPane jScrollPane1;
> 
>    
> 
>    private final ExplorerManager manager = new ExplorerManager();
> 
> 
> 
>        ...