Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] RE: platform-swt-dev digest, Vol 1 #684 - 5 msgs

Hi

Does any one know how they have developed the UI for the multipage editor we
get when we edit "plugin.xml" file. It looks more like HTML.

thanks
R Shamanth

-----Original Message-----
From: platform-swt-dev-request@xxxxxxxxxxx
[mailto:platform-swt-dev-request@xxxxxxxxxxx]
Sent: Thursday, August 07, 2003 9:30 PM
To: platform-swt-dev@xxxxxxxxxxx
Subject: platform-swt-dev digest, Vol 1 #684 - 5 msgs


Send platform-swt-dev mailing list submissions to
	platform-swt-dev@xxxxxxxxxxx

To subscribe or unsubscribe via the World Wide Web, visit
	http://dev.eclipse.org/mailman/listinfo/platform-swt-dev
or, via email, send a message with subject or body 'help' to
	platform-swt-dev-request@xxxxxxxxxxx

You can reach the person managing the list at
	platform-swt-dev-admin@xxxxxxxxxxx

When replying, please edit your Subject line so it is more specific
than "Re: Contents of platform-swt-dev digest..."


Today's Topics:

   1. Re: (no subject) (steve bucknam)
   2. RGB Convenience Method (Bryan W Clark)
   3. Windows 95 (Mihai Purcarea)
   4. Re: Windows 95 (James Wendel)
   5. Re: RGB Convenience Method (Steve Northover)

--__--__--

Message: 1
Date: Wed, 6 Aug 2003 10:46:11 -0700 (PDT)
From: steve bucknam <stevebucknam@xxxxxxxxx>
Subject: Re: [platform-swt-dev] (no subject)
To: platform-swt-dev@xxxxxxxxxxx
Reply-To: platform-swt-dev@xxxxxxxxxxx


--- Steve Northover <Steve_Northover@xxxxxxxxxx>
wrote:
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=6220
> 
> Sorry, this bug is really old and even contains a
> patch (that just removes 
> a line of code).  You are welcome to add yourself to
> the bug report and do 
> the research.  The issue is that we need to know how
> the Windows controls 
> honour "focus follows mouse".  Obviously, the
> Windows button control 
> doesn't call OS.BringWindowToTop().  Whatever it
> calls, we should also be calling.  Because this is a
> hack, 
> I couldn't find any documentation about it (but
> there may be some now).
> 
> 
> 
> 
> 
> steve bucknam <stevebucknam@xxxxxxxxx>
> Sent by: platform-swt-dev-admin@xxxxxxxxxxx
> 08/05/2003 02:55 PM
> Please respond to platform-swt-dev
> 
>  
>         To:     platform-swt-dev@xxxxxxxxxxx
>         cc: 
>         Subject:        [platform-swt-dev] (no
> subject)
> 
> 
> 
> I am running on Windows XP.  I set tweakui to have
> the
> window focus follow the mouse.  When I move over the
> eclipse IDE, the window not only gains the focus,
> but
> is also raises to the top.  This is the only window
> that behaves in this manner.  It there a setting
> somewhere to prevent the window from raising to the
> top when it gains focus?
> 
> Steve
> _______________________________________________
> platform-swt-dev mailing list
> platform-swt-dev@xxxxxxxxxxx
>
http://dev.eclipse.org/mailman/listinfo/platform-swt-dev
> 
> 
> 


--__--__--

Message: 2
To: platform-swt-dev@xxxxxxxxxxx
From: Bryan W Clark <bwclark@xxxxxxxxxx>
Date: Wed, 6 Aug 2003 14:51:20 -0400
Subject: [platform-swt-dev] RGB Convenience Method
Reply-To: platform-swt-dev@xxxxxxxxxxx

Hi ~

I would like to request a convenience constructor for the RGB class, I can 
fill out a bug in bugzilla if it's appropriate.  But I thought I'd ask 
first.

public static int UPPER_LIMIT = 255;

public RGB(int hashcode) {
        this( (hashcode & UPPER_LIMIT),(hashcode >> 8 & UPPER_LIMIT), 
(hashcode >> 16));
}

This would allow me to save (like in a preference save) RGB's as hashcodes 
and then bring them back from a single integer code.  Any thoughts?

Thanks,
~ Bryan

Bryan W Clark
Research Intern - Collaborative User Experience Group
Cambridge, MA USA


--__--__--

Message: 3
From: "Mihai Purcarea" <mpurcarea@xxxxxxxxxxx>
To: <platform-swt-dev@xxxxxxxxxxx>
Date: Thu, 7 Aug 2003 15:15:41 +0300
Subject: [platform-swt-dev] Windows 95
Reply-To: platform-swt-dev@xxxxxxxxxxx

This is a multi-part message in MIME format.

------=_NextPart_000_0019_01C35CF6.C3A55B50
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

I tryed to run the examples SWT standalone applications in a windows 95 =
but didn't work. I wonder if SWT is windows 95 compatible, since 95 is =
similar with 98. Do I have to install some updates for SWT to work on 95 =
or should I simply give up and go for 98 instead? Can anyone give me =
some hints? Thanks!

Mihai

------=_NextPart_000_0019_01C35CF6.C3A55B50
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2600.0" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>I tryed to run the examples SWT =
standalone=20
applications in a windows 95 but didn't work. I wonder if SWT is windows =
95=20
compatible, since 95 is similar with 98. Do I have to install some =
updates for=20
SWT to work on 95 or should I simply give up and go for 98 instead? Can =
anyone=20
give me some hints? Thanks!</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Mihai</FONT></DIV></BODY></HTML>

------=_NextPart_000_0019_01C35CF6.C3A55B50--



--__--__--

Message: 4
Date: Thu, 07 Aug 2003 08:23:55 -0500
From: James Wendel <kyrra@xxxxxxxxxxxx>
To: platform-swt-dev@xxxxxxxxxxx
Subject: Re: [platform-swt-dev] Windows 95
Reply-To: platform-swt-dev@xxxxxxxxxxx

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
  <title></title>
</head>
<body text="#000000" bgcolor="#ffffff">
This same question was asked on the eclipse.platform.swt news server
yesterday.&nbsp; The response was:<br>
<pre wrap="">-----
swt is not supported under win95
end of story"
-----

-James
</pre>
<br>
Mihai Purcarea wrote:<br>
<blockquote type="cite"
 cite="mid001c01c35cdd$9e9cf480$7902a8c0@xxxxxxxxxxxxxxxxxx">
  <meta http-equiv="Content-Type" content="text/html; ">
  <meta content="MSHTML 6.00.2600.0" name="GENERATOR">
  <style></style>
  <div><font face="Arial" size="2">I tryed to run the examples SWT
standalone applications in a windows 95 but didn't work. I wonder if
SWT is windows 95 compatible, since 95 is similar with 98. Do I have to
install some updates for SWT to work on 95 or should I simply give up
and go for 98 instead? Can anyone give me some hints? Thanks!</font></div>
  <div>&nbsp;</div>
  <div><font face="Arial" size="2">Mihai</font></div>
</blockquote>
<br>
</body>
</html>


--__--__--

Message: 5
To: platform-swt-dev@xxxxxxxxxxx
Cc: platform-swt-dev@xxxxxxxxxxx, platform-swt-dev-admin@xxxxxxxxxxx
Subject: Re: [platform-swt-dev] RGB Convenience Method
From: "Steve Northover" <Steve_Northover@xxxxxxxxxx>
Date: Thu, 7 Aug 2003 09:35:57 -0400
Reply-To: platform-swt-dev@xxxxxxxxxxx

This is a multipart message in MIME format.
--=_alternative 004AB46B85256D7B_=
Content-Type: text/plain; charset="us-ascii"

Why don't you just do that anyway?  Pardon my ignorance but why do you 
need the convenience constructor to do this?





Bryan W Clark/Cambridge/IBM@IBMUS
Sent by: platform-swt-dev-admin@xxxxxxxxxxx
08/06/2003 02:51 PM
Please respond to platform-swt-dev

 
        To:     platform-swt-dev@xxxxxxxxxxx
        cc: 
        Subject:        [platform-swt-dev] RGB Convenience Method



Hi ~

I would like to request a convenience constructor for the RGB class, I can 

fill out a bug in bugzilla if it's appropriate.  But I thought I'd ask 
first.

public static int UPPER_LIMIT = 255;

public RGB(int hashcode) {
        this( (hashcode & UPPER_LIMIT),(hashcode >> 8 & UPPER_LIMIT), 
(hashcode >> 16));
}

This would allow me to save (like in a preference save) RGB's as hashcodes 

and then bring them back from a single integer code.  Any thoughts?

Thanks,
~ Bryan

Bryan W Clark
Research Intern - Collaborative User Experience Group
Cambridge, MA USA

_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-swt-dev



--=_alternative 004AB46B85256D7B_=
Content-Type: text/html; charset="us-ascii"


<br><font size=2 face="sans-serif">Why don't you just do that anyway?
&nbsp;Pardon my ignorance but why do you need the convenience constructor to
do this?</font>
<br>
<br>
<br>
<br>
<table width=100%>
<tr valign=top>
<td>
<td><font size=1 face="sans-serif"><b>Bryan W
Clark/Cambridge/IBM@IBMUS</b></font>
<br><font size=1 face="sans-serif">Sent by:
platform-swt-dev-admin@xxxxxxxxxxx</font>
<p><font size=1 face="sans-serif">08/06/2003 02:51 PM</font>
<br><font size=1 face="sans-serif">Please respond to platform-swt-dev</font>
<br>
<td><font size=1 face="Arial">&nbsp; &nbsp; &nbsp; &nbsp; </font>
<br><font size=1 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; To: &nbsp;
&nbsp; &nbsp; &nbsp;platform-swt-dev@xxxxxxxxxxx</font>
<br><font size=1 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; cc: &nbsp;
&nbsp; &nbsp; &nbsp;</font>
<br><font size=1 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; Subject:
&nbsp; &nbsp; &nbsp; &nbsp;[platform-swt-dev] RGB Convenience Method</font>
<br></table>
<br>
<br>
<br><font size=2 face="Courier New">Hi ~<br>
<br>
I would like to request a convenience constructor for the RGB class, I can
<br>
fill out a bug in bugzilla if it's appropriate. &nbsp;But I thought I'd ask
<br>
first.<br>
<br>
public static int UPPER_LIMIT = 255;<br>
<br>
public RGB(int hashcode) {<br>
 &nbsp; &nbsp; &nbsp; &nbsp;this( (hashcode &amp; UPPER_LIMIT),(hashcode
&gt;&gt; 8 &amp; UPPER_LIMIT), <br>
(hashcode &gt;&gt; 16));<br>
}<br>
<br>
This would allow me to save (like in a preference save) RGB's as hashcodes
<br>
and then bring them back from a single integer code. &nbsp;Any thoughts?<br>
<br>
Thanks,<br>
~ Bryan<br>
<br>
Bryan W Clark<br>
Research Intern - Collaborative User Experience Group<br>
Cambridge, MA USA<br>
<br>
_______________________________________________<br>
platform-swt-dev mailing list<br>
platform-swt-dev@xxxxxxxxxxx<br>
http://dev.eclipse.org/mailman/listinfo/platform-swt-dev<br>
</font>
<br>
<br>
--=_alternative 004AB46B85256D7B_=--


--__--__--

_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-swt-dev


End of platform-swt-dev Digest


Back to the top