Re: [Amsn-devel] Amsn serious connection problem

2005-11-30 Thread Vivia Nikolaidou
On Wed, 30 Nov 2005, Youness Alaoui wrote: I know someone who had similars problems (impossible to connect) with the official MSN client, on a slow connection, and it was due to his enormous contact list, the time it takes for the list to be loaded made the server cancel the connection... I

Re: [Amsn-devel] X_GetImage crashes

2005-12-01 Thread Vivia Nikolaidou
On Wed, 30 Nov 2005, Le Philousophe - Phil wrote: I hope it is fixed but needs checking... Just got the new snapshot - I suppose you haven't uploaded your changes yet, right? Sorry for being too impatient... :) but you can send me some patches so I can also check! Anyway, THANX A LOT for

Re: [Amsn-devel] Amsn serious connection problem

2005-12-01 Thread Vivia Nikolaidou
On Wed, 30 Nov 2005, Youness Alaoui wrote: how can anyone live with a 4K/s connection!!! I hope it's KB/s, not Kbps... Why, I have a modem connection at home :) I can assure you that aMSN has no connection problems on me, even when I am downloading something (like 1KB/sec left for aMSN!) So

Re: [Amsn-devel] X_GetImage crashes

2005-12-01 Thread Vivia Nikolaidou
Hi again, Saw your fix on the CVS, but unfortunately it still has problems - crashes as soon as I open a second tab. Don't know what the connection with the traydock changes might be. : I *have* gotten two tabs to open though. It is more likely to behave normally if I have another skin

Re: [Amsn-devel] X_GetImage crashes

2005-12-01 Thread Vivia Nikolaidou
2005, Youness Alaoui wrote: do you think you can provide us with the backtrace of this bug ? $ gdb --args wish amsn run bt full ... quit That may help.. maybe... Thanks, KaKaRoTo On Thu, 01 Dec 2005 08:49:51 -0500, Vivia Nikolaidou [EMAIL PROTECTED] wrote: Hi

Located it! : [Amsn-devel] X_GetImage crashes

2005-12-02 Thread Vivia Nikolaidou
#8 0x40058755 in TkpDisplayButton () from /usr/lib/libtk8.4.so It is actually the send button. I enabled the standard grey flat button in chatwindow.tcl and increased the -width argument (but I mean REALLY increase it, had to set it to 60) and it is stable! I just get a funny huge button

Re: [Amsn-devel] Something else?!

2005-12-02 Thread Vivia Nikolaidou
I think it's perfect, a lot better since the user won't have any annoyin popup... I suggest we go with that.. Another suggestion: do the same for changing languages? Currently, after you select the new language, a popup says that you have to restart aMSN, so maybe write this one too inside

Re: Located it! : [Amsn-devel] X_GetImage crashes

2005-12-02 Thread Vivia Nikolaidou
-Do you still crash if you change : : skin::loadPixmap sendbutton for : : skin::loadPixmapsendbutton_hover inside# New pixmap-skinnable button (For Windows and Unix Tcl/Tk 8.3) Yes, I still crash. If YES: Replace the sendbutton by: button $sendbutton -image

Re: Located it! : [Amsn-devel] X_GetImage crashes

2005-12-02 Thread Vivia Nikolaidou
bind $sendbutton Button1 ::amsn::MessageSend $w $text This is VERY VERY VERY similar to a normal button in the chatwindow, same picture, same command(label), don't tell me it crashed or I won't beleive you. Le 05-12-02 à 19:34, Vivia Nikolaidou a écrit : That crashes too

Re: Located it! : [Amsn-devel] X_GetImage crashes

2005-12-02 Thread Vivia Nikolaidou
If it's not width 60,it crashes? Like 10, it crashes? Yes, it crashes for up to 50 or something... --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine

Re: Located it! : [Amsn-devel] X_GetImage crashes

2005-12-02 Thread Vivia Nikolaidou
On Fri, 2 Dec 2005, Youness Alaoui wrote: Vivia's been a great help! A big Thanks goes to her. Yes, you spotted the mistake immediately, wrote the code to correct it within dt, and then *I* have been a great help? :) A huge Thanks to you!!! :)

Re: Located it! : [Amsn-devel] X_GetImage crashes

2005-12-03 Thread Vivia Nikolaidou
as Lee said, it's teamwork... Exactly. One of the best teamworks in my life, I have to admit, especially because it was a cyber-teamwork with people I didn't know before! [...] You also found out that it happened only after oct 17th fixes. Following your instructions, though! :) so, to

Re: [Amsn-devel] Something else?!

2005-12-03 Thread Vivia Nikolaidou
Actually, maybe the aMSN user doesn't actually want to accept the video conference/webcam/whatever. So, I think it's better to ask him before sending the webcam request, otherwise it can be annoying for some ppl... Including this message, of course. On Sat, 3 Dec 2005, Jérôme Gagnon-Voyer

Re: [Amsn-devel] new website logo

2005-12-03 Thread Vivia Nikolaidou
please vote for the name: aMSN Messenger: Lee Vivia Alvaro's Messenger: Karol --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes

Re: [Amsn-devel] new website logo

2005-12-03 Thread Vivia Nikolaidou
Collision detected, syncing: --- please vote for the name: aMSN Messenger: Lee Alvaro Vivia Alvaro's Messenger: Karol Harry --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop!

Re: [Amsn-devel] new website logo

2005-12-03 Thread Vivia Nikolaidou
On Sat, 3 Dec 2005, Le Philousophe - Phil wrote: Hey, I noticed something : either we say aMsn either we say Alvaro's MSN Messenger but not Alvaro's AMSN Messenger it is redundant !! ... didn't Alvaro just say the same some emails ago? Or do I remember wrong? On Saturday 03 December 2005

Re: Located it! : [Amsn-devel] X_GetImage crashes

2005-12-05 Thread Vivia Nikolaidou
On Mon, 05 Dec 2005 05:40:25 -0500, Vivia Nikolaidou [EMAIL PROTECTED] wrote: Please, everyone try it and see that it works for you (Vivia) and I didn't break others... No, it crashes!!! :'( Seems it doesn't understand the #ifdef _XLIB_H , so I removed it and it works

Re: Located it! : [Amsn-devel] X_GetImage crashes

2005-12-05 Thread Vivia Nikolaidou
so here's the changed file :) All I did was to remove #ifdef _XLIB_H , now it just needs testing on Windows and Mac... On Mon, 5 Dec 2005, Youness Alaoui wrote: yep, that's also my though... KKRT On Mon, 05 Dec 2005 08:57:56 -0500, Vivia Nikolaidou [EMAIL PROTECTED] wrote: ok

Re: [Amsn-devel] 0.95 release

2005-12-12 Thread Vivia Nikolaidou
1 - change the reflector connection timeout to a more appropriate value, 2secs or 5secs.. AND make sure it doesn't make amsn freeze.. if it does, a 2sec freeze is not that bad... needs to be tested.. lines to change : search for '-timeout' in msncam.tcl I remember that it doesn't freeze, in

Re: [Amsn-devel] Re: [Amsn-lang] Translations + release

2005-12-12 Thread Vivia Nikolaidou
to stick to that. I just check now and see new keys BAD! Harry Op maandag 12 december 2005 12:22, schreef Vivia Nikolaidou: Hello, I see new keys to be translated being constantly added. This means that we have to check the webpage, find out there are new keys

Re: [Amsn-devel] 0.95 release

2005-12-12 Thread Vivia Nikolaidou
did you try being offline ? you need to be sure that it will timeout and it will USE all those 5 seconds... if you were online, you would get it to unfreeze in less than a second, once it's able to connect to the reflector... maybe not offline also... maybe offline will make it return

Re: [Amsn-devel] Desktop Integration plugin (functionallity added)

2005-12-15 Thread Vivia Nikolaidou
On Thu, 15 Dec 2005, Sander Hoentjen wrote: Nobody answered.. well i tried in gnome and it works perfectly. Can we still include it in the release? I think we should. Me too !!! : Sander On Mon, 2005-12-05 at 21:34 +0100, Ismael Asensio wrote: Hi! I'm posting a new version of this

Re: [Amsn-devel] Patch for smileys

2005-12-16 Thread Vivia Nikolaidou
On Fri, 16 Dec 2005, Youness Alaoui wrote: bravo, perfect fix :) thanx!! :) now, my comment if { [info exists emotion(casesensitive)] [is_false $emotion(casesensitive)]} { set text [string tolower $text] } if { ![info exists emotion(casesensitive)] } { set text [string tolower

Re: [Amsn-devel] Fwd: [Amsn-commits] msn Makefile.in,1.17,1.18

2005-12-18 Thread Vivia Nikolaidou
so there is no 'wait for packagers' unless for slackware... well, I have slackware and I can create a package... :) --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX

[Amsn-devel] dll's required for TkCximage

2005-12-18 Thread Vivia Nikolaidou
Hello, I know this is not amsn's problem but maybe we should take care of it for the release? A friend of mine told me that he got the latest CVS with Windows and it couldn't load TkCximage. It turned out (manually loading the dll from wish.exe -thanx Youness- and strings TkCximage.dll |grep

Re: [Amsn-devel] dll's required for TkCximage

2005-12-18 Thread Vivia Nikolaidou
On Mon, 19 Dec 2005, Vivia Nikolaidou wrote: I don't know - yes we are open-source but even openoffice ships these 2 dll's at install... :( obviously. Sorry, my mistake --- This SF.net email is sponsored by: Splunk Inc. Do you grep

Re: [Amsn-devel] dll's required for TkCximage

2005-12-18 Thread Vivia Nikolaidou
DLLs but only msvcrt.dll which is provided with all windows. Phil Le Monday 19 December 2005 01:12, Vivia Nikolaidou a écrit : Hello, I know this is not amsn's problem but maybe we should take care of it for the release? A friend of mine told me that he got the latest CVS

Re: [Amsn-devel] dll's required for TkCximage

2005-12-18 Thread Vivia Nikolaidou
Phil, if you can fix it with VS6, then it's all good... (but are you sure msvcrt.dll is on ALL windows (even fresh install of win95?) Not win95 ... http://www.aggsoft.com/download/win95updates.htm --- This SF.net email is sponsored by:

Re: [Amsn-devel] notes fix

2005-12-19 Thread Vivia Nikolaidou
Ok, it works now but is using a hack. Just tried - unfortunately I didn't want to try yesterday from home - and the listbox is huge again, note text disappears. I will try to take a look at the source today, but nothing promised --- This

Re: [Amsn-devel] notes fix

2005-12-19 Thread Vivia Nikolaidou
Ok, it works now but is using a hack. Just tried - unfortunately I didn't want to try yesterday from home - and the listbox is huge again, note text disappears. No, my mistake, I had amsn linked to the wrong directory :$ Bad news: still not fixed, the notes window appears blank! (tcl/tk

Re: [Amsn-devel] notes fix

2005-12-19 Thread Vivia Nikolaidou
Bad news: still not fixed, the notes window appears blank! (tcl/tk 8.4.6) Checked at home too (sorry for mailbombing today instead of emailing just once now...) It appears blank (tcl/tk 8.4.6 again), with this error: bgerror failed to handle background error. Original error: unknown

Re: [Amsn-devel] notes fix

2005-12-19 Thread Vivia Nikolaidou
and I know the reason.. simple fix : MAKE SURE The cvs_date file exists on your machine!!! I was trying slackware packages, and 'make install' removes cvs_date. :) Anyway, I got the new bugs.tcl and now I get the Tk error : (which disappears if I comment the line : $w.right.notes.ys

FIXED!!: Re: [Amsn-devel] notes fix

2005-12-19 Thread Vivia Nikolaidou
about the -height option, as I said, it's an option that was introduced in pixmapscrollbar yesterday so make sure that file is up to date! Well, it wasn't... Now it works! : (got the patch from the mailing list archives) if it's not and you can't download new cvs (r u using

Re: [Amsn-devel] last minute fixes

2005-12-20 Thread Vivia Nikolaidou
http://amsn.sourceforge.net/bugs/admin/index.php?bug=1931# is there a way to access this without u/p ? where the hell did that come from ? KKRT On Tue, 20 Dec 2005 02:21:56 -0500, Youness Alaoui [EMAIL PROTECTED] wrote: it seems fc4 has selinux per default installed.. selinux being

[Amsn-devel] error updating plugins?

2005-12-20 Thread Vivia Nikolaidou
[11:40:02] Error while updating TeXIM : main 1, lang 1, file 0 [11:40:03] Error while updating music : main 1, lang 1, file 0 [11:40:03] Error while updating sayit : main 0, lang 1, file 1 I have them in ~/.amsn/plugins . It downloads everything, all files, and when it's finished downloading it

[Amsn-devel] Re: error updating plugins?

2005-12-20 Thread Vivia Nikolaidou
, nothing we can do I guess... Viviayyy On Tue, 20 Dec 2005, Vivia Nikolaidou wrote: [11:40:02] Error while updating TeXIM : main 1, lang 1, file 0 [11:40:03] Error while updating music : main 1, lang 1, file 0 [11:40:03] Error while updating sayit : main 0, lang 1, file 1 I have them

Re: [Amsn-devel] Fwd: [Amsn-commits] amsn-extras/plugins/desktop_integration desktop_integration.tcl,1.3,1.4

2005-12-20 Thread Vivia Nikolaidou
On Tue, 20 Dec 2005, Sander Hoentjen wrote: On Tue, 2005-12-20 at 16:56 -0500, Youness Alaoui wrote: humm.. ok, if you say so, anyways, important thing is that it works (yay, I also got my karma++ back :P lol).. anyways, I moved it to another proc because the inlined fileevent proc is

Re: [Amsn-devel] Fwd: [Amsn-commits] amsn-extras/plugins/desktop_integration desktop_integration.tcl,1.3,1.4

2005-12-20 Thread Vivia Nikolaidou
Sorry. Wrong option on Reply question. WAS intended to be PM because it's off-topic but nevermind :D On Wed, 21 Dec 2005, Vivia Nikolaidou wrote: Warning: PM Warning 2: partially serious (not completely) you have to be sorry!!! look at what you did!!! you completly humiliated me

Re: [Amsn-devel] Fwd: [Amsn-commits] amsn-extras/plugins/desktop_integration desktop_integration.tcl,1.3,1.4

2005-12-20 Thread Vivia Nikolaidou
LOOOL + LL first lol, was that you took my email kind of seriously, it was just a joke (didn't you see a PS?) I did, but I just answered spontaneously - and it ended up half-serious so I added the first warning :D second lol, was that you sent a PM because of an 'off-topic'.. without

Re: [Amsn-devel] Fwd: [Amsn-commits] amsn-extras/plugins/desktop_integration desktop_integration.tcl,1.3,1.4

2005-12-21 Thread Vivia Nikolaidou
(Is that true Vivia?) NO (don't you trust Youness telling you?) and I wonder why you're keeping up - a joke said 56432785648732 times is no joke anymore. If you think it's funny, you have a pervert sense of humor. If you think it's true, well, what can I say, get a life... ... well, sorry

[Amsn-devel] test

2005-12-21 Thread Vivia Nikolaidou
Testing, please ignore --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD

Re: [Amsn-devel] Fwd: [Amsn-commits] amsn-extras/plugins/desktop_integration desktop_integration.tcl,1.3,1.4

2005-12-21 Thread Vivia Nikolaidou
:02, Le Philousophe - Phil a écrit : Le Wednesday 21 December 2005 10:22, Vivia Nikolaidou a écrit : (Is that true Vivia?) NO (don't you trust Youness telling you?) and I wonder why you're keeping up - a joke said 56432785648732 times is no joke anymore. If you

Re: [Amsn-devel] Re: [Amsn-commits] msn amsn,1.399,1.400

2005-12-22 Thread Vivia Nikolaidou
Yes, there is an option for changing it in preferences, so it's better that you didn't change it. The problem is: select /MM/DD and it appears 2022/12/20 . it's good to be ahead of your time sometimes but that's just too much :D Just checked with older CVS, we are in year 0505 ...

[Amsn-devel] Priority marking? (WAS: OT: Re: AI and human intelligence (WAS: [...]))

2005-12-23 Thread Vivia Nikolaidou
On Fri, 23 Dec 2005, Sander Hoentjen wrote: My mail client (Evolution) doesn't handle priority marking. I could have marked the subject but refused since no one else did it :P Pine doesn't handle it either, I had to add X-Priority to Customized Headers. I thought I could go with it if it's

Re: OT: AI and human intelligence (WAS: Re: [Amsn-devel] Fwd: [Amsn-commits] amsn-extras/plugins/desktop_integration desktop_integration.tcl,1.3,1.4)

2005-12-23 Thread Vivia Nikolaidou
AWESOME quote :) artificial intelligence is nothing compared to natural stupidity :D I can't remember where I saw it though... Must have been one of these books with Murphy's laws or something, but I really can't remember. Anyway, credits to an unknown person. :) Einstein had surely said

Re: OT: AI and human intelligence (WAS: Re: [Amsn-devel] Fwd: [Amsn-commits] amsn-extras/plugins/desktop_integration desktop_integration.tcl,1.3,1.4)

2005-12-23 Thread Vivia Nikolaidou
bash is started (in /etc/profile) ? that's probably where you saw it too... KKRT On Fri, 23 Dec 2005 09:51:35 -0500, Vivia Nikolaidou [EMAIL PROTECTED] wrote: AWESOME quote :) artificial intelligence is nothing compared to natural stupidity :D I can't remember where I saw

[Amsn-devel] Slackware package OK

2005-12-23 Thread Vivia Nikolaidou
I tested on my machine (Slack 10.0 though) and it works :) I just get no Description, but apart from this it's perfect. Great job! :) Greetings, Vivia --- Disillusion takes what illusion gives What's the use of make belief? --- This

Re: [Amsn-devel] 0.95 RELEASED! (almost)

2005-12-25 Thread Vivia Nikolaidou
Merry Christmas :) Sorry if I am not doing anything, I never have enough planned time online (maybe it turns out every now and then that I can stay a couple of hours, but I never know this in advance when I connect)... but - great work everyone else! :) also, we have problems with the

Re: [Amsn-devel] should come on todo

2005-12-26 Thread Vivia Nikolaidou
* when coming out of bossmode a window is created for the trayicons, shouldn't be so Unable to reproduce this with *stable* distro and *stable* tcl/tk :P --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for

Re: [Amsn-devel] Re: [Amsn-commits] msn abook.tcl,1.130,1.131

2005-12-27 Thread Vivia Nikolaidou
Congrats Phil! Seems to work! :) I have no groups though, just added deleting and readding the amsn-screenshots account :))) CONGRATS! --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop!

[Amsn-devel] MSNP11 problem

2005-12-28 Thread Vivia Nikolaidou
First of all, GREAT WORK again, thanx ;) Now the problem: I tested mutually deleting and readding with the amsn-screenshots account (MSNP9 on screenshots). Then logged of from both accounts and then back on mine - the first time it thought amsn-screenshots hadn't added me, connecting back

[Amsn-devel] Question for FAQ

2005-12-28 Thread Vivia Nikolaidou
We have to add this one (I am also making a sticky post on the forum): Q: With version 0.94 I could see when someone opened a conversation window with me, but with 0.95 this doesn't happen anymore, why? --- This SF.net email is sponsored by:

[Amsn-devel] Patch for PSM in balloons (fwd)

2005-12-28 Thread Vivia Nikolaidou
... otherwise we have to make the contactlist larger in order to see the whole PSM :) PS: resending under the correct account this time :P*** ../unpatchedmsn/gui.tcl 2005-12-28 02:50:47.0 +0200 --- gui.tcl 2005-12-28 18:42:29.0 +0200 *** *** 5635,5641

Re: [Amsn-devel] Patch for PSM in balloons (fwd)

2005-12-28 Thread Vivia Nikolaidou
On Wed, 28 Dec 2005 [EMAIL PROTECTED] wrote: ... otherwise we have to make the contactlist larger in order to see the whole PSM :) I told you it was easy :P Yes, I DID IT I DID IT I DID IT, thanx for the motivation : On Wed, 28 Dec 2005, Le Philousophe - Phil wrote: PS:

Re: [Amsn-devel] suse packages

2005-12-29 Thread Vivia Nikolaidou
Hi, Thanx for asking to try to make a package!!! :) If everyone agrees, I have a suggestion: I had tried with make rpm and it didn't seem to work. So try again, and if it doesn't work on you either, you can try with this: http://asic-linux.com.mx/~izto/checkinstall/ Hope it helps! Vivia

[Amsn-devel] Yet another patch (fwd)

2005-12-29 Thread Vivia Nikolaidou
:@ wrong address again.. resending -- Forwarded message -- PSM inside the chatwindow (on the title, next to the email address) I also thought of adding it under the nickname/email, but it would look uglier on conversations with many people.*** chatwindow.tcl 2005-12-29

[Amsn-devel] Patch for PSM in balloons

2005-12-29 Thread Vivia Nikolaidou
... otherwise we have to make the contactlist larger in order to see the whole PSM :)*** ../unpatchedmsn/gui.tcl 2005-12-28 02:50:47.0 +0200 --- gui.tcl 2005-12-28 18:42:29.0 +0200 *** *** 5635,5641 } else { set

Re: [Amsn-devel] i need some help

2005-12-29 Thread Vivia Nikolaidou
On Thu, 29 Dec 2005, mechi noriega wrote: Hi, i surfed all through out your website but i couldn't find where to find some help. im having a problem with your new amsn 0.95 that is already in the frequently asked questions section but is no answered yet. my problem is that with version

[Amsn-devel] Desktop Integration file transfers

2005-12-31 Thread Vivia Nikolaidou
Happy New Year :) I select a file to send with Desktop Integration, press OK and nothing happens, I get this log: [16:12:25] Desktop Integration: Cancel button pressed And no, Cancel doesn't work as OK :D Vivia --- This SF.net email is

[Amsn-devel] Solved? Desktop Integration file transfers

2005-12-31 Thread Vivia Nikolaidou
I am resending the file, modified from Karel's changes. Please see if it works now - at least it works for me. But I have a feeling that it's not a good solution... anyway, if it works... :)namespace eval ::desktop_integration { variable current_desktop noone variable

Re: [Amsn-devel] Solved? Desktop Integration file transfers

2005-12-31 Thread Vivia Nikolaidou
that your configuration is inside a proc named ::${plugin_name}_cfg make sure it's the plugin's name, not it's namespace, so if you have a space in your plugin name, make sure to put brackets around it) KaKaRoTo On Sat, 31 Dec 2005 10:09:19 -0500, Vivia Nikolaidou [EMAIL PROTECTED] wrote

Re: [Amsn-devel] Re: [Amsn-commits] amsn-extras/plugins/desktop_integration desktop_integration.tcl,1.6,1.7

2006-01-02 Thread Vivia Nikolaidou
It had code that wasn't used yet ... now on first load, well, now still on every load of the plugin, it changes your settings (a lot more settings are changed for gnome then 2 days ago ;)) What settings? And how about KDE? :D --- This

Re: [Amsn-devel] Webcam Server

2006-01-02 Thread Vivia Nikolaidou
I guess you can conclude my gf can trust me very well if she can see me at any time :D well if there's an 'IF', then it's not real trust anymore.. ... s/if/given that ?? this is what I understood at least :) --- This SF.net email is

[Amsn-devel] MSNP11 patch

2006-01-03 Thread Vivia Nikolaidou
Seems to work now. Please test by mutually deleting and readding contacts (also from AL/BL). (You can play with the screenshots account, like I did) It is 99% the patch that Phil sent me, but Phil I found the mistake: line 3014: after 1000 ::MSN::WriteSB ns \ADC\ \RL N=$username\;

Re: [Amsn-devel] OT: Congratulations WAS: Re: [Amsn-commits] msn amsn-remote,1.2,1.3

2006-01-04 Thread Vivia Nikolaidou
Your first commit! Congratulations! (Now I hope it doesn't break amsn horribly :P) Thanx :))) Well, no it doesn't break aMSN, I tested it :D Thanx Phil too for the congratulations! : --- This SF.net email is sponsored by: Splunk Inc.

Re: [Amsn-devel] MSNP11 patch

2006-01-04 Thread Vivia Nikolaidou
I don't know why you did that !! The after 0 is only to execute it at the end of the current proc and having some blocking troubles... Anyway, except that I want all you test it because I am not sure of what I did !! Simple: You send the ADC and *right after* this the REM. Server responds

[Amsn-devel] Re: [Amsn-lang] suggestion and MY webcam not working

2006-01-05 Thread Vivia Nikolaidou
Forwarding this to amsn-devel, amsn-lang is a list for language-related issues :) On Thu, 5 Jan 2006, .: Xadap :. wrote: hi yesterday i used the webcam for the 1st time since i've got amsn. congratulations. it works almost perfectly (my webcam... i think isn't supported, altouth it's an

[Amsn-devel] MSNP11 finished? [Amsn-commits] msn protocol.tcl,1.749,1.750 (fwd)

2006-01-05 Thread Vivia Nikolaidou
I can't think of any more MSNP11 issues for now. As far as I have tested it, it seems to work OK. (Well, PSMs still do look ugly, but it needs code rewriting...) Anyway, now please test MSNP11 :) Vivia :)) -- Forwarded message -- Date: Thu, 05 Jan 2006 19:53:21 + From: Le

[Amsn-devel] MSNP11 todo ...

2006-01-05 Thread Vivia Nikolaidou
... yeah, it seems to work perfectly for no group, BUT... (ok, most seem GUI issues) 1) When creating a group, the GUID shows instead of the group's name until you restart aMSN. When you create two groups during the same aMSN session, only the second GUID will show, until you restart

[Amsn-devel] [Amsn-commits] msn protocol.tcl,1.751,1.752 (fwd)

2006-01-05 Thread Vivia Nikolaidou
it. Can you test? Can everyone test Was it really (and for real this time) the last P11 bug? :) -- Forwarded message -- Date: Thu, 05 Jan 2006 22:02:39 + From: Vivia Nikolaidou [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [Amsn-commits] msn protocol.tcl,1.751,1.752 Update

Re: [Amsn-devel] [Fwd: sugerencia para aMSN / Suggestion ]

2006-01-06 Thread Vivia Nikolaidou
Hi, I don't think anyone has worked on MSN Space yet. It would take a lot of time I guess, though I don't know at all how it works :) BTW, even if MSNP11 is necessary... I think it works OK now, I tested yesterday together with a friend (Karel, did you fix these tcl/tk 8.5 issues yet?) On

[Amsn-devel] CxImage + animated smileys

2006-01-06 Thread Vivia Nikolaidou
Hi, I don't know who broke it (maybe Youness?) but when I'm trying to steal an animated smiley, it thinks it's not animated so it asks me to resize it - and of course I lose the animation whether I press Yes or No. Tracing it, I found that ::CxImage::IsAnimated $file always seems to return 0.

Re: [Amsn-devel] Question: next / previous tab shortcut

2006-01-06 Thread Vivia Nikolaidou
On Fri, 6 Jan 2006, Boris Faure (billiob) wrote: 2006/1/6, Tom Jenkins [EMAIL PROTECTED]: Didn't someone send us a patch to do this? Tom https://sourceforge.net/tracker/index.php?func=detailaid=1177716group_id=54091atid=472657 Thanx! Committed with the bindings suggested by Youness

Re: [Amsn-devel] [Fwd: Amsn error report]

2006-01-06 Thread Vivia Nikolaidou
maybe a tcl/tk version problem ? Not unless they have changed something with tcl/tk. I used Slack default. LC variables seems more probable to me... dunno though KKRT On Fri, 06 Jan 2006 12:13:57 -0500, Vivia Nikolaidou [EMAIL PROTECTED] wrote: Hi, This has been fixed

Re: [Amsn-devel] [Fwd: Congrats and Questions]

2006-01-07 Thread Vivia Nikolaidou
Hi, Are you sure your jpg's are not located in a folder with special characters (accented etc) inside, or have no special characters themselves? A bug like this was just corrected on the CVS version. Greetings, Vivia - Original Message Subject: Congrats and Questions

Re: [Amsn-devel] FT bug ?

2006-01-07 Thread Vivia Nikolaidou
protocol.tcl Phil Le Saturday 07 January 2006 02:01, Vivia Nikolaidou a écrit : I give up :( Tried, but I either couldn't get the IPv4-Internal-Addrs to appear or I could get it to appear with my address (I am not firewalled). Ended up giving me this error, with the SB sometimes getting stuck

[Amsn-devel] FAQ: X_OpenFont

2006-01-09 Thread Vivia Nikolaidou
Since last night, two people came to IRC to report that aMSN crashes on logon with one X_OpenFont message. After having them set the system encoding to utf-8 and try a couple of different fonts, the problem wasn't solved. Turned out today on one of them that... he didn't have any locales

Re: [Amsn-devel] FAQ: X_OpenFont

2006-01-09 Thread Vivia Nikolaidou
Since last night, two people came to IRC to report that aMSN crashes on logon with one X_OpenFont message. After having them set the system encoding to utf-8 and try a couple of different fonts, the problem wasn't solved. Turned out today on one of them that... he didn't have any

Re: [Amsn-devel] FAQ: X_OpenFont

2006-01-09 Thread Vivia Nikolaidou
if I remember correctly, whenever the FAQ is updated, the FAQ version number should be incremented.. Vivia, did you increment it ? By hand when you edit, inside the text? No I didn't :$ Anyway, just confirm that this is how it is changed. I will increment it in a while when I will add the

FAQ update (was: Re: [Amsn-devel] FAQ: X_OpenFont)

2006-01-09 Thread Vivia Nikolaidou
I suggest we also add that problem about /etc/localtime not existing (don't remember the thread.. search for time value in the forums).. Added this, as well as Why doesn't aMSN support audio / Why did aMSN drop linphone support? if I remember correctly, whenever the FAQ is updated, the FAQ

[Amsn-devel] Quick answer needed: Desktop Integration

2006-01-10 Thread Vivia Nikolaidou
Hello, I just realized that the file that we offer for download for Desktop Integration is the wrong one, where the file selector won't work. I tried to enable auto-update, added the cvs_version like, but do I also have to increment the plugin_version in order to trigger the update? Does

Re: [Amsn-devel] a flash player for winks

2006-01-11 Thread Vivia Nikolaidou
wow! great.. but better.. cabextract, no ? (subproject from that site).. seems to be fully functional and they have bins for all platforms, mac/win/alot of linux distros and other *NIX flavors! cabextract says it uses this library :) ---

Re: [Amsn-devel] a flash player for winks

2006-01-11 Thread Vivia Nikolaidou
yeah, stupid me.. but do we want to exec cabextract $in $temp $flashplayer $temp or do we want to write our own tcl commands that wrap the library, then use ::cabextractor::extract $in $temp; exec $flashplayer $temp ... well, i was just thinking about smaller download size :D but nvm,

Re: [Amsn-devel] 0.95.1 MSNP12

2006-01-12 Thread Vivia Nikolaidou
Eventually you could enable P12 in cvs and still release 0.95 without it even if it is declared stable enough ... Current CVS is actually using P12... it's a diff of 3 or 4 lines from P11 :D So, yes, you are also using P12 since a few days!

Re: [Amsn-devel] fixed a typo in remote.tcl

2006-01-12 Thread Vivia Nikolaidou
Thanks Vivia for committing this (and his other) change, however in future could you please send an email in reply to the request so that the other developers know that it has been done. Doesn't everyone watch amsn-commits ? --- This

[Amsn-devel] Reflector + grabber error + lost status logs

2006-01-12 Thread Vivia Nikolaidou
Hi everyone, I tried webcam + reflector with Arieh and it was acting weird. He was the one sending webcam. At the beginning we tried to make it go through the reflector, it connected OK, but on his side it was giving a grabber error on the status log as soon as it said connected to reflector.

Re: [Amsn-devel] 0.95.1 MSNP12

2006-01-12 Thread Vivia Nikolaidou
I'm often having problem with Deleting people. I delete someone and then later I find out he's now in the No group group instead of being deleted... LOL and I was looking for a way to move someone to No Group! BTW : confirmed. Delete someone, restart aMSN, he is in No group.

Re: [Amsn-devel] 0.95.1 MSNP12

2006-01-12 Thread Vivia Nikolaidou
Quickly pasting: (to summarize: we need someone to sniff M$N about how it deletes someone who is in a group already) BTW : confirmed. Delete someone, restart aMSN, he is in No group. [17:22:33] Vivia® ελληνικά ελληνικά says: i fixed it by deleting the person from the group and then

Re: [Amsn-devel] 0.95.1 MSNP12

2006-01-12 Thread Vivia Nikolaidou
REM trID FL ctcGUID grp1GUID REM trID FL ctcGUID grp2GUID REM trID FL ctcGUID grp3GUID REM trID FL ctcGUID If the contact is in 3 groups... So my fix is correct ? There remains the bug I was talking about - readd the contact if you just removed it from a group and you will see. PS Try to

Re: [Amsn-devel] Reflector + grabber error + lost status logs

2006-01-12 Thread Vivia Nikolaidou
someone needs to compare the code used when doing reflector or not... Yes, this is my point - preferably someone who actually knows the code :D although there shouldn't be any diff since it's a layer behind the grabbing part... That's what I thought too, but there obviously is a

Re: [Amsn-devel] Reflector down?

2006-01-12 Thread Vivia Nikolaidou
conclusion : no direct connection is made, so reflector is tried after a 30second delay... The status log didn't even mention the reflector, it just wouldn't try. I didn't get the trying reflector message. Though it worked later with Arieh. Karel, I think we should test again tomorrow.

Re: [Amsn-devel] 0.95.1 MSNP12

2006-01-12 Thread Vivia Nikolaidou
PS Try to fix now... Fixed, works perfectly. Thanx a lot! :) --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as

Re: [Amsn-devel] 0.95.1 MSNP12

2006-01-12 Thread Vivia Nikolaidou
Now, this is MY suggestion... what do we get by using MSNP12 ? what new feature ? PSM ? anything else ? I'd say, let's have an option in advanced window that says : Enable support for Personal Messages (EXPERIMENTAL feature) -- needs profile + restart Yes, I think this is the best thing

Re: [Amsn-devel] 0.95.1 MSNP12

2006-01-13 Thread Vivia Nikolaidou
Changes below just made: I haven't enabled it by default yet, Going to lunch and I'll see when I get back :) yeah, I'm ok with that.. I though of an option for cvs and 0.95.1, but if you want it to be 'forced testing', then enable it in cvs and add to the wiki in the release notes :

Re: [Amsn-devel] 0.95.1 MSNP12

2006-01-13 Thread Vivia Nikolaidou
yeah, I'm ok with that.. I though of an option for cvs and 0.95.1, but if you want it to be 'forced testing', then enable it in cvs and add to the wiki in the release notes : revert back protocol change to msnp12 or something that we'd understand... Done. Everyone will now be

[Amsn-devel] Strange characters bug reproduced!!!

2006-01-13 Thread Vivia Nikolaidou
I accidentally managed to reproduce the strange characters bug! It happens when you try to connect over port 80! However, I am at home now and don't want to perform binary search on the versions. We know that 0.94 works and that June's version has the bug. Does anyone want to find the date

Re: [Amsn-devel] bug with personal messages

2006-01-14 Thread Vivia Nikolaidou
Bug with strange characters on contact list fixed, thanx A LOT Sander! :) BTW, PMs have problems with every unicode char as it was expectable :P Really? With utf-8 encoding and the correct font? I have Greek and even Korean letters on my PM and they appear correctly... so do Greek characters

Re: [Amsn-devel] bug with personal messages

2006-01-14 Thread Vivia Nikolaidou
BTW, PMs have problems with every unicode char as it was expectable :P Really? With utf-8 encoding and the correct font? I have Greek and even Korean letters on my PM and they appear correctly... so do Greek characters from other people... No, they appear correctly on my end, but not

[Amsn-devel] Language commits: [Amsn-commits] msn/lang langel,1.6,1.7 (fwd)

2006-01-14 Thread Vivia Nikolaidou
iconv :) -- Forwarded message -- Date: Sat, 14 Jan 2006 17:50:00 + From: Vivia Nikolaidou [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [Amsn-commits] msn/lang langel,1.6,1.7 Update of /cvsroot/amsn/msn/lang In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20631 Modified

[Amsn-devel] test

2006-01-14 Thread Vivia Nikolaidou
please ignore --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!

  1   2   3   4   5   6   >