aMSN Forums
May 20, 2013, 09:51:07 am *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: New forum for aMSN !!
 
  Home Help Search Login Register  
  Show Posts
Pages: [1] 2 3 ... 14
1  aMSN Support / Windows / wish.exe crashes on login on: July 12, 2009, 08:18:16 pm
Quote from: "siller"
just to let you know (somethin' you probably already knew but still)

latest revision is working
revision 11343

keep up the good work guys

Still crashes for me with 11343. 11333 stll works ofc.
2  aMSN Support / General / Filetransfer issues... on: May 13, 2009, 03:28:56 pm
Quote from: "kakaroto"
actually, this shouldn't happen.. do you have any way to reproduce ? is it always happening when you click on the send file button?
maybe you should come and catch me on IRC, i'd like to debug it with you...


Not always no...
I'm trying to figure out if this is related to whatever client the other contact is using or just "random"
Right now it seems like it's only to WLM-users though.

But i'll pop in on IRC if you think that might help.
updated to 11180 without changes in this issue btw.
3  aMSN Support / General / Filetransfer issues... on: May 11, 2009, 08:23:33 pm
These have been around for a few revisions now...
Using Rev. 11170 right now.
And i sometimes get this error while trying to send files:
Code:

can't use non-numeric string as operand of "+"
    while executing
"expr {$Ycoord + $incr_y + 2}"
    (procedure "::ChatWindow::TopUpdate" line 198)
    invoked from within
"::ChatWindow::TopUpdate $chatid"
    (procedure "chatUser" line 87)
    invoked from within
"chatUser $chatid"
    (procedure "::amsn::FileTransferSend" line 43)
    invoked from within
"::amsn::FileTransferSend .msg_0"
    invoked from within
".msg_0.f.bottom.left.buttons.inner.sendfile invoke"
    ("uplevel" body line 1)
    invoked from within
"uplevel #0 [list $w invoke]"
    (procedure "tk::ButtonUp" line 24)
    invoked from within
"tk::ButtonUp .msg_0.f.bottom.left.buttons.inner.sendfile"
    (command bound to event)


Most often if not all the time it happens to a user who has WLM 2009...

I didn't see anything recently about this so I hope i don't double-report it.
4  aMSN Support / Windows / [REV 10929] Received msg sound playing when message is sent on: February 03, 2009, 12:21:42 pm
Quote from: "vivia"
Great! Thanks for finding it out!

Happy to help in any way i can Smiley
5  aMSN Support / Windows / [REV 10929] Received msg sound playing when message is sent on: February 02, 2009, 06:42:25 pm
Quote from: "vivia"
Right. Can you update svn and retry please? Smiley

Works!
6  aMSN Support / Windows / [REV 10929] Received msg sound playing when message is sent on: February 01, 2009, 07:43:19 pm
It's the changes in chatwindow.tcl that causes this...
Revision where that file was updated is 10910. No changes have been made to that file after that.

Using a chatwindow.tcl prior to that does not cause this problem.
The cause is the removal of:
Code:

if { [::MSN::usersInChat $chatid] == $chatid } {
set usr_name $chatid
}


Wich if I'm not totally mistaken screws up this test?

Code:

if { $new_window == 1 || [::config::getKey sound_on_first_message 0] == 0 } {
#If no focus, and it's a message event, do something to the window
if { (([::config::getKey soundactive] == "1" && $usr_name != [::config::getKey login]) || \
 [string first ${win_name} [focus]] != 0) && ($msg != "" || [::config::getKey sound_on_first_message 0] == 1)} {
play_sound type.wav
}

      }
7  aMSN Support / Windows / [REV 10929] Received msg sound playing when message is sent on: February 01, 2009, 07:21:26 pm
Sure. I'll take a look to see if i can find where it first occurs.
8  aMSN Support / Windows / [REV 10929] Received msg sound playing when message is sent on: February 01, 2009, 05:36:27 pm
Dunno if this is a general issue or just windows or if i just have managed to change some settings somewhere. Tongue

However, It's quite an annoyance that whenever i send a message the sound that usually just plays when i receive a message plays.
Haven't done anything special more than just updating to the latest rev.
9  aMSN Support / Windows / DROP A FILE to contact window to transfer it on: November 26, 2008, 09:35:36 pm
I'm reviving this thread a bit.
I have the same issue with Drag and Dropping of files to send them. This has worked without issues but all of a sudden stopped working and now it just show me the Forbidden mouse-pointer as well.

Following the steps mentioned before i have this output:

Code:

(aMSN) 1 % info loaded
{utils/farsight/tcl_farsight.dll Farsight} {utils/windows/winico0.6/Winico06.dll Winico} {C:/Program/aMSN/lib/tls/tls14.dll Tls} {utils/windows/tkdnd/libtkdnd.dll Tkdnd} {utils/TkCximage/TkCximage.dll Tkcximage} {utils/windows/snack2.2/libsnack.dll Snack} {{} Tk}

Code:

(scripts) 2 % package require tkdnd
1.0


Right now I'm using rev 10765 of aMSN.
Sadly i have no idea how far back this stopped working since i only sporadically send files...
10  Development / aMSN2 / Translations in aMSN2? on: July 14, 2008, 07:29:55 pm
Quote from: "kakaroto"
the front ends will not do any translation, pretty much everything will be given to the front ends already translated by the core.
Anyways, we'll be using gettext... but this is all way too early to talk about this. Just be patient!

Thanks for the info... Pretty much just what i was wondering.
I'm a very impatient person but i'll do my best waiting for more!

Better make the current translation a bit more up to date instead Tongue
11  Development / aMSN2 / Translations in aMSN2? on: July 11, 2008, 06:26:59 pm
Just something i thought of just now...
Since the front-ends will be varying how will this impact on translation of things?
Will there be some kind of uniform way for language-files or will it simply depend on wich Toolkit that is used for the GUI?

I've been helping some with the swedish translations for a while and well i do want to continue to contribute so it would be nice if anyone as any kind of idea on this.
12  aMSN Support / General / How to group messages in a conversation window? on: July 04, 2008, 08:00:51 pm
try the Windbag plugin:
http://www.amsn-project.net/forums/viewtopic.php?t=2383
13  The Community / Whatever You Want To Talk About Here / what is a "toolkit"? on: June 16, 2008, 04:56:45 pm
I think this pretty much wraps it all up:
http://en.wikipedia.org/wiki/Widget_toolkit


While an IDE may feature a GUI-builder there still is code underneath.
VS tries to hide it away as much as possible. And fiddling with the code created by the builder can result in unexpected results.
Netbeans even locks generated code from editing sometimes.
14  Development / Amsn development related issues / MSNP15 on: May 11, 2008, 08:00:02 pm
Quote from: "kakaroto"

EDIT :
@Trappski : no there was no option and I just added one in SVN revision 9871. You will find it in the appearance tab under the "show DP in CL" option.

Thanks a bunch!
15  Development / Amsn development related issues / MSNP15 on: May 11, 2008, 06:50:32 pm
Is there an option to not show those darn Spaces stars?
They just annoy me... i've dug through the Prefs without finding anything.
Pages: [1] 2 3 ... 14
Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!