Re: [Amsn-devel] found bug

2006-08-25 Thread Sander Hoentjen
On Thu, 2006-08-24 at 17:53 -0400, Youness Alaoui wrote:
 Hello,
 I think I found a bug.. happens on Windows, don't know about linux..
 when you click the close button of amsn's main wnidow, the popup asks what 
 do you want to fucking do, and you say minimize to 
 tray.. then amsn is minimized, but not to tray.. only to the taskbar...
 
 KKRT
 
Heh i just noticed the same on linux


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Amsn-devel mailing list
Amsn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amsn-devel


Re: [Amsn-devel] found bug

2006-08-25 Thread Vivia Nikolaidou

Hi,

if { $systemtray_exist == 1  $statusicon != 0  
[::config::getKey closingdocks] } {
status_log Hiding\n white

do you get the status_log entry? I think the ::config::getKey shouldn't be 
there - no matter what the config key is, didn't we just press Minimize to 
tray?

On Fri, 25 Aug 2006, Sander Hoentjen wrote:

 On Thu, 2006-08-24 at 17:53 -0400, Youness Alaoui wrote:
  Hello,
  I think I found a bug.. happens on Windows, don't know about linux..
  when you click the close button of amsn's main wnidow, the popup asks what 
  do you want to fucking do, and you say minimize to 
  tray.. then amsn is minimized, but not to tray.. only to the taskbar...
  
  KKRT
  
 Heh i just noticed the same on linux
 
 
 -
 Using Tomcat but need to do more? Need to support web services, security?
 Get stuff done quickly with pre-integrated technology to make your job easier
 Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 ___
 Amsn-devel mailing list
 Amsn-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/amsn-devel
 


---

Where is the life that we have lost in living?
 Where is the wisdom that we have lost in knowledge?
 Where is the knowledge that we have lost in information?

OEO;


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Amsn-devel mailing list
Amsn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amsn-devel


Re: [Amsn-devel] found bug

2006-08-25 Thread Álvaro J. Iradier
I agree, can you fix it?

Greets.

On 8/25/06, Vivia Nikolaidou [EMAIL PROTECTED] wrote:

 Hi,

 if { $systemtray_exist == 1  $statusicon != 0 
 [::config::getKey closingdocks] } {
 status_log Hiding\n white

 do you get the status_log entry? I think the ::config::getKey shouldn't be
 there - no matter what the config key is, didn't we just press Minimize to
 tray?

 On Fri, 25 Aug 2006, Sander Hoentjen wrote:

  On Thu, 2006-08-24 at 17:53 -0400, Youness Alaoui wrote:
   Hello,
   I think I found a bug.. happens on Windows, don't know about linux..
   when you click the close button of amsn's main wnidow, the popup asks 
   what do you want to fucking do, and you say minimize to
   tray.. then amsn is minimized, but not to tray.. only to the taskbar...
  
   KKRT
  
  Heh i just noticed the same on linux
 
 
  -
  Using Tomcat but need to do more? Need to support web services, security?
  Get stuff done quickly with pre-integrated technology to make your job 
  easier
  Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
  http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
  ___
  Amsn-devel mailing list
  Amsn-devel@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/amsn-devel
 


 ---

 Where is the life that we have lost in living?
  Where is the wisdom that we have lost in knowledge?
  Where is the knowledge that we have lost in information?

 OEO;


 -
 Using Tomcat but need to do more? Need to support web services, security?
 Get stuff done quickly with pre-integrated technology to make your job easier
 Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 ___
 Amsn-devel mailing list
 Amsn-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/amsn-devel



-- 
(:===:)
  Alvaro J. Iradier Muro - [EMAIL PROTECTED]

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Amsn-devel mailing list
Amsn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amsn-devel


Re: [Amsn-devel] found bug

2006-08-25 Thread Vivia Nikolaidou
On 8/25/06, Álvaro J. Iradier [EMAIL PROTECTED] wrote:
 I agree, can you fix it?

 Greets.

Fixed. Does it behave OK now?


 On 8/25/06, Vivia Nikolaidou [EMAIL PROTECTED] wrote:
 
  Hi,
 
  if { $systemtray_exist == 1  $statusicon != 0 
  [::config::getKey closingdocks] } {
  status_log Hiding\n white
 
  do you get the status_log entry? I think the ::config::getKey shouldn't be
  there - no matter what the config key is, didn't we just press Minimize to
  tray?
 
  On Fri, 25 Aug 2006, Sander Hoentjen wrote:
 
   On Thu, 2006-08-24 at 17:53 -0400, Youness Alaoui wrote:
Hello,
I think I found a bug.. happens on Windows, don't know about linux..
when you click the close button of amsn's main wnidow, the popup asks 
what do you want to fucking do, and you say minimize to
tray.. then amsn is minimized, but not to tray.. only to the taskbar...
   
KKRT
   
   Heh i just noticed the same on linux
  
  
   -
   Using Tomcat but need to do more? Need to support web services, security?
   Get stuff done quickly with pre-integrated technology to make your job 
   easier
   Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
   http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
   ___
   Amsn-devel mailing list
   Amsn-devel@lists.sourceforge.net
   https://lists.sourceforge.net/lists/listinfo/amsn-devel
  
 
 
  ---
 
  Where is the life that we have lost in living?
   Where is the wisdom that we have lost in knowledge?
   Where is the knowledge that we have lost in information?
 
  OEO;
 
 
  -
  Using Tomcat but need to do more? Need to support web services, security?
  Get stuff done quickly with pre-integrated technology to make your job 
  easier
  Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
  http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
  ___
  Amsn-devel mailing list
  Amsn-devel@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/amsn-devel
 


 --
 (:===:)
   Alvaro J. Iradier Muro - [EMAIL PROTECTED]

 -
 Using Tomcat but need to do more? Need to support web services, security?
 Get stuff done quickly with pre-integrated technology to make your job easier
 Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 ___
 Amsn-devel mailing list
 Amsn-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/amsn-devel



-- 
Where is the life that we have lost in living?
 Where is the wisdom that we have lost in knowledge?
 Where is the knowledge that we have lost in information?

OEO;
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Amsn-devel mailing list
Amsn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amsn-devel


[Amsn-devel] found bug

2006-08-24 Thread Youness Alaoui
Hello,
I think I found a bug.. happens on Windows, don't know about linux..
when you click the close button of amsn's main wnidow, the popup asks what do 
you want to fucking do, and you say minimize to 
tray.. then amsn is minimized, but not to tray.. only to the taskbar...

KKRT

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Amsn-devel mailing list
Amsn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amsn-devel