Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
142 user(s) are online (99 user(s) are browsing Forums)

Members: 0
Guests: 142

more...

Headlines

Forum Index


Board index » All Posts (PEB)




Re: AmigaOne UBoot status?
Not too shy to talk
Not too shy to talk


@Sveta

I'm really interested in an update that will let ?A1 owners use a graphics card in the PCI slot (even if this means turning off DMA and USB).

Go to top


Re: SabreMSN 0.59 - 2009-09-19 - still no file transfers
Not too shy to talk
Not too shy to talk


@jahc

Happy birthday! And thank you for all of the great software development down through the years. At 29 you should still have many more years of productive coding left in you!

Go to top


Re: Learning HollyWood (~Tutorial) Vol. 1
Not too shy to talk
Not too shy to talk


@Seblam

Yes, it was introduced in version 4.0.

Go to top


Re: Learning HollyWood (~Tutorial) Vol. 1
Not too shy to talk
Not too shy to talk


@Seblam

The button you created will not respond if Hollywood is in the middle of running other functions that use Wait commands. Try to find a way to call the functions that you need using SetInterval() or SetTimeout(), and avoid using any Wait commands.

Check out the documentation under "Script timing".

Also if you want your button to respond while a transition effect is being performed, you will need to use AsyncDrawFrame().

The way to add a new line in the middle of a string of text is to insert "/n" (without the quotation marks).

Go to top


Re: Learning HollyWood (~Tutorial) Vol. 1
Not too shy to talk
Not too shy to talk


@Seblam

Quote:

... I am doing this with graphical buttons (MakeButton function) but it seems this function and the associated events aren't permanently active when the program is already running functions or loops. I would like to know how it would be possible to have them permanently active...


Buttons are attached to the BGPic on which they were installed; so if you switch to a new BGPic, you will loose the buttons from the previous one (until you switch back).

Go to top


Re: Learning HollyWood (~Tutorial) Vol. 1
Not too shy to talk
Not too shy to talk


@Seblam

The font being in your program directory will not help; but if it is installed properly on the window side, then it should work. It may be a problem with how you are calling it. Use the name of the font, not the font file with the .ttf extention.
For example, this should work:
SetFont("Times New Roman Bold", 12)


With the next release of Hollywood, Andreas has said that there will be the option of embedding fonts into the executable file (as can already be done with graphics using the preprocessor commands).

Go to top


Re: Learning HollyWood (~Tutorial) Vol. 1
Not too shy to talk
Not too shy to talk


@Seblam

Use TypeManager (SYS:System/TypeManager) to install the fonts to your system, then you will find them with the .font extension.

Go to top


Re: image diaporama on os4.1
Not too shy to talk
Not too shy to talk



Go to top


Re: AmiSoundED - any more updates?
Not too shy to talk
Not too shy to talk


@RacerX

IIRC, Fredrik Wikstrom (aka "salass00") mentioned a while ago that he doesn't plan on doing much more with AmiSoundED because of other projects that are more interesting to him (such as SRec).

I really hope that he DOES continue to develop AmiSoundED. I like it a lot as it is, but I would love to see some more features added too, such as a way of measuring the length (time) of a sample or selection, and maybe some effects using SoundStretch (from OS4 Depot), etc.

Go to top


Re: Hollywood Designer question
Not too shy to talk
Not too shy to talk


@splurge

Use Run() with the path to your script in quotation marks. Just make sure you use double back slashes instead of single.
Ex:
Run("C:\\Documents and Settings\\All Users\\Script.vbs")

Edit: Let me know if a more detailed explanation would be helpful.

Go to top


Re: Filer, from OpenAmiga.org
Not too shy to talk
Not too shy to talk


@orgin and abalaban

To get the narrow window title bar:
1) Open up the GUI prefs, go to "Styles" under "Subsystem", and find what Bitmap set is being used.
2) Go to that directory and open the "Config" file in NotePad.
3) Find the line that begins with "BarNarrow" and change "No" to "Yes"

Go to top


Re: A Note about "Sticky Notes"
Not too shy to talk
Not too shy to talk


@Snuffy

The "sticky cursor" bug has been fixed in the new version (1.1), as well as some other bugs.

(I still don't know why running it from RAM: made such a difference.)

Go to top


Re: A Note about "Sticky Notes"
Not too shy to talk
Not too shy to talk


@acefnq

That has got to be the strangest bug I have ever encountered. And I really wish that I could get to the bottom of it so that I can submit a bug report to Andreas (that is, if it turns out to be something in Hollywood).

Go to top


A Note about "Sticky Notes"
Not too shy to talk
Not too shy to talk


Just to test the archive that I uploaded to OS4 Depot, I downloaded the archive to my "RAM Disk:" and ran it from there, and noticed a strange bug: If you type two letters, the cursor will often place itself between the first and the second (instead of after the second, where it should be). But this only happens when running it from RAM:

So just copy it to some place on your hard drive, and it should run fine from there.

Does anyone else notice the same behavior?

Go to top


Re: OWB feature request: ARexx OPEN_NEW_TAB
Not too shy to talk
Not too shy to talk


@jahc

Good idea. If J?rg adds that ARexx command, I'll support it in my AddressBook too.

Go to top


Re: Next Update - Update
Not too shy to talk
Not too shy to talk


@bean

So far its working great here on my ?A1 with OS4.1.

Thanks for the update!

Go to top


Re: SAM Flex 800 Some Software Issues- Partially Solved
Not too shy to talk
Not too shy to talk


@acefnq

Welcome back!

The only thing that I can suggest is that you e-mail the authors of those programs and attach GR crashlogs. For NetSurf, that would be Chris; for AmiUpdate, check with Rigo.

I'm surprised the Push4Dock installer requires Python. If you want, I can send you a AmiDock.amiga.com.xml file for a basic Push4Dock installation.

___ Paul ___

Go to top


Re: Help me,issues on my Amiga One
Not too shy to talk
Not too shy to talk


@MamePPCA1

I used to get frequent crashes with my ?A1 when I would do CPU intensive things (such as playing videos) until I changed the heatsink and fan; now my system is rock-solid. So that would by my guess as to the cause of your problems.

Go to top


Re: Filer, from OpenAmiga.org
Not too shy to talk
Not too shy to talk


@orgin

These are my color settings:

<key>Filer.def.background1pen.r</key>
<string>0xFFFFFFFF</string>
<key>Filer.def.background1pen.g</key>
<string>0xFFFFFFFF</string>
<key>Filer.def.background1pen.b</key>
<string>0xFFFFFFFF</string>
<key>Filer.def.background2pen.r</key>
<string>0xEFEFEFEF</string>
<key>Filer.def.background2pen.g</key>
<string>0xEFEFEFEF</string>
<key>Filer.def.background2pen.b</key>
<string>0xEFEFEFEF</string>
<key>Filer.def.devicepen.r</key>
<string>0x80008000</string>
<key>Filer.def.devicepen.g</key>
<string>0x0</string>
<key>Filer.def.devicepen.b</key>
<string>0x0</string>
<key>Filer.def.directorypen.r</key>
<string>0x0</string>
<key>Filer.def.directorypen.g</key>
<string>0x307F307F</string>
<key>Filer.def.directorypen.b</key>
<string>0xD174D174</string>
<key>Filer.def.assignpen.r</key>
<string>0x0</string>
<key>Filer.def.assignpen.g</key>
<string>0x371C371C</string>
<key>Filer.def.assignpen.b</key>
<string>0xD745D745</string>
<key>Filer.def.dstbackground1pen.r</key>
<string>0xB878B878</string>
<key>Filer.def.dstbackground1pen.g</key>
<string>0xB878B878</string>
<key>Filer.def.dstbackground1pen.b</key>
<string>0xB878B878</string>
<key>Filer.def.dstbackground2pen.r</key>
<string>0xA3C4A3C4</string>
<key>Filer.def.dstbackground2pen.g</key>
<string>0xA309A309</string>
<key>Filer.def.dstbackground2pen.b</key>
<string>0xA306A306</string>

Go to top


Re: Filer, from OpenAmiga.org
Not too shy to talk
Not too shy to talk


@orgin

Quote:

I've updated the command line handling:
http://orgin.biz/~orgin/filer


Thanks, it now works perfectly with ContextMenu!

Go to top



TopTop
« 1 ... 3 4 5 (6) 7 8 9 ... 18 »




Powered by XOOPS 2.0 © 2001-2023 The XOOPS Project