Show Posts
|
|
Pages: [1] 2 3 ... 10
|
|
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): $tab bind tab_bg <ButtonRelease-1> "::ChatWindow::SwitchToTab $container $win" $tab bind tab_text <ButtonRelease-1> "::ChatWindow::SwitchToTab $container $win"
change it into this: $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.
|
|
|
|
|
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. 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.
|
|
|
|
|
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' ?
|
|
|
|
|
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.
|
|
|
|
|