Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
132 user(s) are online (90 user(s) are browsing Forums)

Members: 0
Guests: 132

more...

Headlines

Forum Index


Board index » All Posts (jaokim)




OWB 3.13 freeze
Just popping in
Just popping in


Crashlog

OWB frooze when I was doing a quiz on facebook.com (ie lots of Javascript). It seems to go into some sort of endless loop, as can be seen in the stack trace.

Is this the way to do it, reporting crashlogs? Or is the crashlog site linked to the author of the os4depot-archives?

Go to top


Re: Changing icons?
Just popping in
Just popping in


@Mason
[quote=Mason]
You have to change the default icons:

workbench:prefs/env-arc/sys/

For the USB memory stick I would suggest to change the disk icon of the stick (via Information from the icons menu) or change the def_disk icon in the def_icons directory but then all new disks/media will displayed with this icon.
[/quote]

Isn't def_MOUNT.info used for any mounts made? I have def_CD0, def_CD1 etc in my drawer.
Creating a def_USB0.info would probably (hopefully) be the default icon for a unit in USB.

Go to top


Codebench - where to download?
Just popping in
Just popping in


I have tried to find the downloads for Codebench, since I just installed OS4.1, but I can't find it anywhere. I've seen links to amiupdate and on the official site, but all download-links seems to have vanished.

Is there a time/user ratio on the beta-versions or something else? I'd really like to try it out.

Go to top


Re: Icon Wunschkonzert - AISS Edition
Just popping in
Just popping in


If an aiss.library is created, couldn't that handle the glow effect dynamicaly? So that the glow effect is configurable? Ie, yellow glow, white glow, darker, negative etc.

And as for speed, the library could add some sort of caching.

Go to top


Re: OS4DepotGUI
Just popping in
Just popping in


@alexw

How about just allowing each user to have his/her own os4depot selection? Basically log everything the user downloads and allow to check just those archives. If the user wants everything, they'd have to download weach archive manually, but only once.

Perhaps that functionality is already implemented. But I would certainly not use the "download everything" option. Who would?

In all other respects it looks like a good program.

Go to top


Re: Version AISS [SOLVED]
Just popping in
Just popping in


@Mason

Nono! That's not the way to do it!

You have AISS in a script, right?

Add the following line first:
$VERAISS 3.2

Now you can do a
VERSION Sys:WBStartup/AISS
and get your version.

And this is the Amiga way to do it.

But then again, this only applies for the script. So, to technically update anything would require an update to the script.

ANd, here's a little script to test the version of SYS:WBStartup/AISS. Copy it and test with execute. Of course, add the line above to your script.

version SYS:WBStartup/AISS version 5 

version SYS
:WBStartup/AISS version 5 NIL:
IF 
WARN THEN 
 
echo "over version 5" 
ELSE 
 echo 
"under or equals 5"
ENDIF

version SYS:WBStartup/AISS version 2 >NIL:
IF 
WARN THEN 
 
echo "over version 2" 
ELSE 
 echo 
"under or equals 2"
ENDIF

version SYS:WBStartup/AISS version 3 revision 2 NIL:
IF 
WARN THEN 
 
echo "over version 3.2" 
ELSE 
 echo 
"under or equals to 3.2"
ENDIF


This can even test revisions! Love Amiga scripting!

Go to top



TopTop
« 1 ... 7 8 9 (10)




Powered by XOOPS 2.0 © 2001-2023 The XOOPS Project