Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
68 user(s) are online (28 user(s) are browsing Forums)

Members: 0
Guests: 68

more...

Headlines

Forum Index


Board index » All Posts (broadblues)




Re: Processes started from Network-Startup and the "status" & "break" commands
Home away from home
Home away from home


@Hans

Status shows my MKshare server started from network-startup like so:


; $VER: Network-Startup 53.2 (01.06.2011)

AddNetInterface QUIET DEVS:NetInterfaces/~(#?.info)

; Add below this line applications that need a running network

RUN >NIL: appdir:mkshareserver.debug >NIL: <NIL:

New Shell process 11
11.AmigaOS4:> status
Process 2: Loaded as command: FilerCX
Process 5: Loaded as command: OWB
Process 6: Loaded as command: appdir:mkshareserver.debug
Process 11: Loaded as command: status
11.AmigaOS4:>


status only shows shell programs, is your ZitaFTP a shell program or workbench?


Go to top


Re: X-Dock with icons on multiple rows
Home away from home
Home away from home


No X-Dock doesn't support this.

I'd recommend you use sub docks to organise the icons.

You could have two docs side by side if you really want multiple rows.

Or you can make the icons smaller so that they fit.

Go to top


Re: Extended Memory (and just a memory) questions
Home away from home
Home away from home


@kas1e

Quote:

I write some simple test case and found, that i can only allocate just about ~1.4gb on one malloc, while i have 250 mb free. So in summ its just 1.650 in whole , but its already barier to burn and crash. So its of course not 2gb (as 31 bit addressing), but even not 1.8gb, but ~1.7gb of memory which can be used under aos4 :)


Yes, this is subtlity sometimes missed. You have a limit of 2Gb of (signed) address space, system ram is not the only thing usuing that space, the first 256 of gfx card memeory, PCI card memeory etc also eat inot that so that is why a X1K sometimes appears to run out of memory evn when it has 500Mb "free" .

Quote:

So, question, can i use that Extended Memory thing, to just add relevant code in those helpers myalloc() and myfree() functions, so, they will just works as it, but just will have ability to alloc and 1.5gb via malloc, and 2gb and whatever extendent memory can handle.


No. To use Extended Memory in a useful way you need some kind of paging system.

For example sketchblock has buffer objects composed of a number of pages of Extended (or normal) memory. When these buffer are reference via their 'get or set methods' then the relavant pages are paged in and out using the extended memeory API functions. I have a LRU cache of paged in pages to optimise this process and limit the amount of memory space used at any one time whilst slaos reducing cache misses.

If your application needs to directly access very large blocks of memory in that way without any kind of access API (ie by simply dereferencing pointers,) you are not going to be able to use ExtMem for it.


Go to top


Re: Enhancer Bug thread
Home away from home
Home away from home


@Raziel

Quote:

Maybe the server has a blacklist with my email/isp on?


Unlikely, blacklists are usually to filter incoming mail not outgoing. I have no access to any mailer logs, or similar, so much as I'd like to, can't help further, sorry for your frustration in this regard.

Go to top


Re: Enhancer Bug thread
Home away from home
Home away from home


@kas1e

Quote:

Also found that navigate through the files inside of directory are "amiga + ." and "amiga + ," , is it possible to edit via user somehow ? For example i want to attach "amiga + ." on space for example.


They correspond to the '<' and '>' keys. AS they are menu short cuts they are not customisable for the moment.

Quote:

And dunno if it bug or not, but : if you run slideshow in the directory , then once it reach last one, it start from the first one in the loop : all fine. But if you use button "next file" , then once it reach last on, it didn't jump on first one as slideshow , while probabaly should.


No it doesn't this is by design.

Quote:

Also in MultiViewer, seems that keys PgUP/pgDown didn't work when i want to jump over text file. Original Multiviewer can do that, same as MultiEdit.



These operate on the file list in MultiViewer

Go to top


Re: Enhancer Bug thread
Home away from home
Home away from home


@Raziel

Monitor is only to allow users who haven't contributed to the thread to monitor the bug, all other users get updated.

The email issue is at your end as far as I can tell, perhaps you can email your tech support and ask why emails from the site get rejected?

Wether the back button retains the input content largely depends on the browser. OWB is eratic in this respect.

I personally don't like this version of mantis as muich as the previous one, it relies much to much on fonts containing non alpha numeric glyphs and the colour usage was much clearer before, but hey ho. Generally though once your used to it it's easier than bugzilla.

Go to top


Re: Enhancer Bug thread
Home away from home
Home away from home


@Raziel

I have admin access to the mantis program but not any special access to the server itself so can only send stuff via mantis.

Looking at your user account all email options are enabled.

Go to top


Re: Swap items in list
Home away from home
Home away from home


@mritter0
BOOL SwapListItems(struct List *List,uint32 Item1,uint32 Item2)
{
    
BOOL succes FALSE;
    
struct Node a, *b;
    
FindNodeByIndex(List,Item1);
    
FindNodeByIndex(List,Item2);
    if ( 
&& b)
    {
         
struct Node *s,*p;
         
a->ln_Succ;
         
a->ln_Pred;

         
a->ln_Succ b->ln_Succ;
         
a->ln_Pred b->ln_Pred;

         
b->ln_Succ s;
         
b->ln_Pred p;
         
success TRUE;
    }
     return 
success;
}


I'll leave as an excercise for the reader to write the function FindNodeByIndex() (walk the list counting as you go).

It doesn't use the Exec functions but they would just get in the way in this specialist case.

Go to top


Re: Enhancer Bug thread
Home away from home
Home away from home


@Daedalus

If I remeber rightly the installer script sets things up so that you can read and confirm all the readmes as you progress through the installation.

Go to top


Re: Enhancer Bug thread
Home away from home
Home away from home


@Raziel

Coming back to the ringhio thing . In you most recent test script you put PERCENTAGE with no argument and assumed the default was 0.


PERCENTAGE can not have "no argument" as it's a keyword so the next item on the row is 'eaten' as the argument. In this case it was UPDATE. Adding to your scripts layers of weirdness.

I'm going to set the N flag on all the numerical keywords, so the above would throw an error rather than silently drive you crazy!


Go to top


Re: Enhancer Bug thread
Home away from home
Home away from home


@Raziel

Replied to your bug report, doesn't happen for me. See note.

In case you still didn't get any emails, seratu replied to your datatype bug.

Was that a serious question about the hold up of release of OS components?

WRT to new file.

In tab mode ad a new tab. In non tab mode a new file icon replaces the new tab icon. Or there is a clear list option in the filemanager side bar.

Go to top


Re: Enhancer Bug thread
Home away from home
Home away from home


@kas1e

So I must be some server level antispam preenting raziel from ever seeing his mails from the mantis server.

Quote:

Do you mean choice the same font as setting in silvergreen font prefs, and save it ?


Choose any font you like, just so long as you choose one.

Quote:

Anyway, somehow was in hope to have it work out of box when unpacking and run, as i am not only one using silvergreen :)


SilverGreen is bad theme it's

1. Ugly
2. Very Ugly
3. Breaks stuff

Go to top


Re: Enhancer Bug thread
Home away from home
Home away from home


@kas1e

Did a test post to that bug.

Re work arround the work arround exists already, Set a font for the editor.

Go to top


Re: Enhancer Bug thread
Home away from home
Home away from home


@Raziel


Works for me.

/* */

options results

ADDRESS COMMAND

'sh ./testscript' 

say "next:"

'sh -c "pwd"'


11.RAM Disk:> rx test.rx 
This is my Test Script
next
:
/
RAM Disk



Go to top


Re: Enhancer Bug thread
Home away from home
Home away from home


@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

Go to top


Re: Enhancer Bug thread
Home away from home
Home away from home


@Raziel

Just modified your bug with comment, let me know if you got an email.

Go to top


Re: Enhancer Bug thread
Home away from home
Home away from home


@Raziel

Quote:


@broadblues

Yes, very strange.

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).

Go to top


Re: Enhancer Bug thread
Home away from home
Home away from home


You should get an email by default.

Go to top


Re: Enhancer Bug thread
Home away from home
Home away from home


@Razie

Quote:

It actually depends on the size/length of the used sound file to make it crash earlier/with fewer loops.
Looks like a buffer overrun (but i'm just parroting stuff i heard before)


I wouldn't think it would be buffer overrun that would strike at random and so might crash with just one sample, unpredictably.

One possibilty is that the number of concurrent sounds excedes a certain limit and that is not being handled properly, longer samples might overlap more and thus excede that limit sooner.

But as I said sound.datatype is not my thing ....

Go to top


Re: Enhancer Bug thread
Home away from home
Home away from home


@Raziel

THis is not my area and I'm not sure if the sound datatype guy will reading this thread so can you write this up on the Mantis? He should see then and if not straight away at least it wont get lost.


Go to top



TopTop
« 1 ... 10 11 12 (13) 14 15 16 ... 114 »




Powered by XOOPS 2.0 © 2001-2023 The XOOPS Project