I have set everything to "email" and "any", yet i never receive a mail. Not sure if i shouzld receive one on creating my own item, but i did not get one over the past months.
regarding Notifications...
Since it's using the datatype, should it be possible to add gif animations? And if not, would it be possible to add those?
edit:
Oh and one other thing...is it possible to trigger/create Notifications from anywhere else than AREXX? Like from a DOS script (not using an encapsuled AREXX command)? I didn't find anything in the readme.
I have set everything to "email" and "any", yet i never receive a mail. Not sure if i shouzld receive one on creating my own item, but i did not get one over the past months.
I don't think you will get an email for actions taken by yourself but you should get ones for those taken by others. I have recived notifications of additional registrations but no bug updates of late, that may be becaue none have been assign to me for a while. Most of my products are perfect
Quote:
regarding Notifications...
Since it's using the datatype, should it be possible to add gif animations? And if not, would it be possible to add those?
Note sure what it uses for anim loading, the animatins are displayed by adedicated gadget, not the animations.datatype (which is frankly evil and best burried with stake through its heart and forgetton about for the rest of time)
Quote:
edit:
Oh and one other thing...is it possible to trigger/create Notifications from anywhere else than AREXX?
Yes ofcourse from applications using the IApplication API. ( NotifyA() )
Quote:
Like from a DOS script (not using an encapsuled AREXX command)? I didn't find anything in the readme.
Not really, without some kind of custom command.
Why use dos for anything complex go straight to ARexx / Python / Perl depending on your needs (all those can call via the ARExx API).
@Raziel Hmm OK not sure what is going on re the email. Your address is correct I presume?
WRT dos scripts. I know what you mean on one level, but once you start adding notificatins to them, somehow I feel you've up the complexity in scripting language realms, we'll proabaly agree to differ on that
Yes, there is only one place where i can set my email address in "My Account" and that is the correct one.
Maybe it's permitted by the site scripts for a mere "reporter"...i very much believe that you have a "developer" or even higher status.
wrt dos scripts Yeah, you're probably right. I normally have an idea of doing something, try to do it in dos scripts and only when i can't achieve what i was trying to do i switch to arexx.
Need to check if something like this is possible from an ADDRESS COMMAND within arexx
Quote:
sh ./configure program --some-option --another-option
I fear that arexx permits using a shell (abc-shell?) within AmigaDOS shell from within arexx, but might be wrong
Getting back to your sound issues; the A-EON wave datatype is a streaming datatype. I would imagine that multiple instances of a notifications streaming sound from the same file could lead to problems. You might want to convert your wave sound to 8svx or aiff and see if that works better with A-EON sound.datatype. (8svx & aiff datatypes are non-streaming).
Amiga X1000 with 2GB memory & OS 4.1FE + Radeon HD 5450
I can workaround/fix it by adding a simple "wait", thats not really the problem. Also, i'm not having the crash in my everyday script, since no such case is used and if there would be, it would sound awful anyway (a long string of the same same sound repeatedly playing)
I was just giving an example on how there is a possibility to make it crash (which should never happen, the software should deal with such cases in any way other than a crash imo)
It can be that Mantis mail-informing again broken. It works from begining, then got broken, and take 2 or 3 months to be fixed. Then, after it was fixed, i was always in fear it will be broken again. And maybe it is ?
@broadblues
Can you for example modify one of my reports, so we will see if i got mail (i got them previosly for sure, so if thing works, i should recieve it).
ps. And about that bug i quote avode: is it possible to add any kind of workaround about (as we know that from OS side nothing will be fixed in that regards imho, and even if, someday, that update may never happens, so workaround is better choice imho).
1. default theme ugly, silver green is good 2. default theme is very ugly, silver green is much better 3. probabaly , the same as default one for sure
But i got your point, or waiting for OS fix, or fix silvergreen (if it theme issue), or doing as you say. Probably that can be noted in readme somehow for all other users
Actually since i don't really visit Mantis that often i only yesterday realized that my other datatypes bug was fixed in January, but not released with the last enhancer update (cause i still get the same crash).
Enhancer software lists PlayCD and AmiDVD as part of the package. Are those programs maintained?
I get a crash and some other oddities with those, which i know is because of my DVD Burner and i like to get it supported.
short story: - PlayCD is crashing hard when i close the program while it's playing back a track (part of a serial log is available, since it drags down the serial as well eventually)
Dump of context at 0xDF74A000
Trap type: DSI exception
Machine State (raw): 0x1000000000003032
Machine State (verbose): [Hyper] [Super] [FPU on] [IAT on] [DAT on] [Recoverable]
Instruction pointer: 0x7FB43D5C
Crashed process: PlayCD (0x4DD0B960)
DSI verbose error description: Access not found in hash or BAT (page fault)
Access was a load operation
0: 000234EC 02972790 3D223134 5EDB6000 00008D3B 24400000 61D0D000 5FE320CC
8: 5EDB6000 00000000 00008D3B 5EDD94EC 000003C0 4E245568 00000000 4E7D3680
16: 5FE32008 029727F8 5FE320CC 5FE320C4 00000154 00000154 00000000 EB330000
24: 00000000 000003C0 00000000 00000000 00000000 00000000 00000000 00000000
CR: 22822888 XER: 40000054 CTR: 7FB43CB8 LR: 7FB42C78
DSISR: 40000000 DAR: 5EDD94EA
Disassembly of crash site:
7FB43D4C: 80B00004 lwz r5,4(r16)
7FB43D50: 409C0114 bge- cr7,0x7FB43
...breaks here, there's probably more, but serial is dead too...
- AmiDVD throws this at me as soon as i start the program and it's window is up (and no media is inserted) Quote:
Please add a "New Project..." option to the PD menu.
I always end up loading in some file, deleting everthing to be able to start a new project without the need of starting another instance of MultiEdit. Most of the time forgetting that the file is already saved under a different name and destroying the former work through that oversight.
The only way, i can see, to get a blank canvas with MultiEdit is to start a new instance.
Thank you
edit:
I know about the "Add tab" button, but i want to have a new project under the current tab...
...and the "New tab" button freezes my system if another tab is already open with a text file loaded in.
Steps to reproduce: 1) Open MultiEdit 2) Load in any text file, doesn't need to be big 3) Click on "Open New Tab"
My machine goes into a freeze, clock runs along, but everything else, inlcuding input stops, CPU load at 100% indefinitely. No crash on serial, just a mighty frozen system.
edit2:
Issue 415 opened, seems to be the case with just a few text files, maybe even just the one i have the issue with