aMSN Forums
May 25, 2013, 10:04:21 pm *
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 ... 10
1  aMSN Support / General / Can I upload "built-in" smileys to my contacts on: October 22, 2007, 01:27:43 pm
See http://www.amsn-project.net/forums/viewtopic.php?t=3216
2  aMSN Support / General / Key combination hides aMSN and asks for a password on: October 02, 2007, 09:28:39 am
Well. At least for me the trayicon does return after unlocking.
I don't think it's skin related though.
(but in case you wonder I'm using the default skin).
3  aMSN Support / General / aMSN Alarms on: August 30, 2007, 09:48:53 am
Well, you don't give us that much information, so you make it quite difficult.
Are you running Windows? Linux?
Which amsn version are you using?

Is your sound problem specific to alarms, or does sound not work anywhere in amsn?
Do you see any errors in the status log (press ctrl-s to see this), right after you expected to hear a sound?

Entering a .wav file should be ok. But test the .wav file, it might be corrupt. If sound works
in the rest of amsn, then use a .wav file here that is also used in another place where it works.
4  aMSN Support / General / open by hovering on: August 16, 2007, 11:25:17 am
In subversion revision 8952 it is line 3410 and 3411, but you haven't said which version you're using exactly.
Search for these two adjacent lines (chatwindow.tcl):

Code:

$tab bind tab_bg <ButtonRelease-1> "::ChatWindow::SwitchToTab $container $win"
$tab bind tab_text <ButtonRelease-1> "::ChatWindow::SwitchToTab $container $win"


change it into this:

Code:

$tab bind tab_bg <Enter> "::ChatWindow::SwitchToTab $container $win"
$tab bind tab_text <Enter> "::ChatWindow::SwitchToTab $container $win"


Funny idea, but not a very good default I would say.
5  aMSN Support / Linux / Problem with the EURO money sign key on: August 16, 2007, 09:19:00 am
I'm using compose keys, Alt-Gr is my compose key (see [kde] control panel, Regional & Accessibility, Keyboard layout, Xkb options).
For me it's Alt-Gr, then 'c' or 'e', then '='.
Makes sense as € looks like an c or E with an = on top of it.
6  The Community / Plugins / winks - cant' open "content.xml" on: August 14, 2007, 12:59:34 pm
Do you find something like this in your logs?
[timestamp] cabextract output: couldn't execute "cabextract": no such file or directory

Try to give some more information, perhaps by inspecting your log files (ctrl+S, alt-P) more closely.
7  Development / Amsn development related issues / A feature request for tranlations -- opinions needed on: July 17, 2007, 10:38:18 am
proc trans is implemented in lang.tcl
It is not in a namespace called amsn, so
its name is just ::trans and not ::amsn::trans

Good luck
8  Development / Amsn development related issues / Problem with svn? on: July 17, 2007, 10:30:32 am
Shorten the url to what is needed. It will substitute correctly.
Code:

svn switch --relocate https://svn.sourceforge.net https://amsn.svn.sourceforge.net

this is enough and will work for amsn-extras as well I guess.
9  aMSN Support / Linux / wish8.5 100% CPU usage on: June 07, 2007, 01:00:19 pm
I'm not logged into that forum, so I cannot view the source of the script you used (I'm too lazy for that now...),
but I assume it installs and compiles the development versions of Tcl/Tk and aMSN.
So, it's not clear which version of aMSN you are using exactly, this depends on what you mean with "recently" exactly.
You could try to update all to the latest version.
That might be as simple as running your script again (again, I don't know what is in this script exactly).
10  aMSN Support / General / mobile and color scheme help on: June 04, 2007, 08:43:40 am
Hi Iceb,

1) Go to preferences, advanced tab, Appearance -> now find "remove empty groups from contact list".
2) By choosing another skin. Go to Account -> Select skin. Of course you need to have those installed correctly.
11  aMSN Support / General / i can't receive message (i think is a serious problem) on: June 04, 2007, 08:03:04 am
I have the same problem, my girlfriend says I'm not listening to her all the time.
12  The Community / Plugins / Games plugin update on: May 28, 2007, 07:58:26 am
Thanks. Committed both language files.
13  aMSN Support / Linux / Alarm on: May 25, 2007, 09:40:27 am
If you right-click the user and select Configure/Add/Remove Alarm,
do you see a 'delete button' ?
14  The Community / Plugins / Games plugin update on: May 25, 2007, 08:07:18 am
Games plugin is updated,
Version 0.20 includes Chess.

Be the first to install it -> http://www.savefile.com/files/750799
Screenshot -> http://www.savefile.com/files/750802

(or get it from our subversion repository of course)

Have fun.
15  aMSN Support / Linux / Amsn 0.97 don't start on: May 22, 2007, 02:52:40 pm
We should not use {expand}.
Something needs to be done about
  amsn/utils/snit/snit2.tcl
Eventually in Tcl/tk 8.5 {*} should be used instead of {expand}.

Don't know what to do exactly ....

NuKe, easiest thing would perhaps be to downgrade Tcl/Tk a little ...
But then perhaps you have that memleak version again ...

Perhaps try to replace {expand} by {*} in snit2.tcl ?
Could it be that simple?

Edit : ok, the latter probably works for you NuKe. Don't know about others, so I won't commit until I understand this better.
Pages: [1] 2 3 ... 10
Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!