I can add it to the doc but I think that behaviour is the only sensible way. It would be very weird if table2 would suddenly disappear when table1 is set to Nil or assigned to a new value
Search found 5615 matches
- Sat Nov 30, 2024 10:43 pm
- Forum: General programming
- Topic: Table1 = Table2, how does this actually work?
- Replies: 7
- Views: 621
Re: Table1 = Table2, how does this actually work?
- Sat Nov 30, 2024 10:41 pm
- Forum: Hollywood bugs
- Topic: RapaGUI Textentry Bug
- Replies: 9
- Views: 745
Re: RapaGUI Textentry Bug
MUI5 bugs can be reported here: https://github.com/amiga-mui/muidev/issues
- Sat Nov 30, 2024 10:40 pm
- Forum: General programming
- Topic: Fixed width fonts
- Replies: 5
- Views: 487
- Sat Nov 30, 2024 10:40 pm
- Forum: General programming
- Topic: BrushToRGBArray does not support async mode
- Replies: 8
- Views: 4644
Re: BrushToRGBArray does not support async mode
This of course works for this certain function and functions that deal each pixel individually, but a generic built-in solution in Hollywood would be faster and work with effects that you can't deal row-by-row, like BlurBrush() etc.. I agree it would be nice to have but it's a lot of work because t...
- Sat Nov 30, 2024 10:37 pm
- Forum: Hollywood bugs
- Topic: CreateDisplay mode="moderequester" hardcoded height
- Replies: 6
- Views: 840
Re: CreateDisplay mode="moderequester" hardcoded height
removing them creates a 640x480 screen in the center of screen, and "maxed" at 480... Makes sense to me. Hollywood is probably switching the monitor's resolution to 640x480 and then of course #ATTRMAXWIDTH and #ATTRMAXHEIGHT need to return 640x480 as well because that's the monitor's curr...
- Sat Nov 23, 2024 12:26 am
- Forum: RapaGUI
- Topic: HTMLview.Search Return Something If Not Found
- Replies: 7
- Views: 5452
Re: HTMLview.Search Return Something If Not Found
Ok, I'll check.
- Sat Nov 23, 2024 12:25 am
- Forum: Hollywood bugs
- Topic: CreateDisplay mode="moderequester" hardcoded height
- Replies: 6
- Views: 840
Re: CreateDisplay mode="moderequester" hardcoded height
What if you remove the "ScrWidth" and "ScrHeight" tags? Doesn't make sense to me to use these together with "ModeRequester"...
- Sat Nov 23, 2024 12:23 am
- Forum: Newbie questions
- Topic: Display problems
- Replies: 8
- Views: 1165
Re: Display problems
Among other things, it seems that they do not respond to direct emails from users... I mean, I have always spent money on their software... do I not have the right to some clarifications? I am certainly the one who is wrong, but an answer would be appreciated. Sorry, I've been very busy lately. I'l...
- Sat Nov 23, 2024 12:21 am
- Forum: Wishlist
- Topic: Hollywood for 64 bit AROS ABI 1.1?
- Replies: 1
- Views: 494
Re: Hollywood for 64 bit AROS ABI 1.1?
I'm afraid that's rather unlikely because the Amiga backend is still very hard-coded to the 32-bit architecture. Porting this to 64-bit would be a lot of work and AROS doesn't really have a significant amount of users that would justify such an effort.
- Sat Nov 23, 2024 12:20 am
- Forum: Wishlist
- Topic: A way to detect if Caps Lock is on/off
- Replies: 1
- Views: 309
Re: A way to detect if Caps Lock is on/off
Ok, noted, I'll see if this can be added.