Search found 735 matches
- Sun Jun 28, 2026 3:18 pm
- Forum: Announcements
- Topic: ZIP plugin 2.1 released
- Replies: 5
- Views: 32358
Re: ZIP plugin 2.1 released
It's difficult for me to provide such information because it's not my experience, but rather that of users who write: 'Error opening zip archive' when trying to save a .docx. I don't have a working instance of AROS. AROS has some livecd you can test in some kind of emulator vmware/virtualbox etc al...
- Wed Jun 24, 2026 4:27 am
- Forum: General programming
- Topic: #ADAPTER_SERIALIZE - constant not found?
- Replies: 3
- Views: 756
Re: #ADAPTER_SERIALIZE - constant not found?
System plugin must be corrupt or not in directory in new place (user profile+> hollywood/plugin)
- Tue Jun 23, 2026 12:10 am
- Forum: General programming
- Topic: #ADAPTER_SERIALIZE - constant not found?
- Replies: 3
- Views: 756
Re: #ADAPTER_SERIALIZE - constant not found?
maybe you have select "miniwood" in IDE?
in that case needed
in that case needed
@USING "system"
- Sun Jun 14, 2026 11:55 pm
- Forum: General programming
- Topic: Any way to know at Which index a table item resides when Item sent as ARG to Function?
- Replies: 3
- Views: 1349
Re: Any way to know at Which index a table item resides when Item sent as ARG to Function?
i guess currently the only way is to iterate all elements with ForEach, until you find it
- Thu Jun 11, 2026 10:53 am
- Forum: Showcase
- Topic: Super Trevor Land - isometric platform / jump and run game
- Replies: 12
- Views: 4708
Re: Super Trevor Land - isometric platform / jump and run game
As i write above . Its claim its "suspicious" but YOU CAN select "i understand risks" and downloadJuan Carlos wrote: ↑Thu Jun 11, 2026 10:48 am Itch blocked the game download for any system, claiming it's malware!
- Wed Jun 10, 2026 9:35 pm
- Forum: Showcase
- Topic: Super Trevor Land - isometric platform / jump and run game
- Replies: 12
- Views: 4708
Re: Super Trevor Land - isometric platform / jump and run game
Wow
nice graphics
nice moves
well designed in old style 2d platoforms
p.s when try to download, sysas you are "blocked for suspicius" content !, however allows you to download
nice graphics
nice moves
well designed in old style 2d platoforms
p.s when try to download, sysas you are "blocked for suspicius" content !, however allows you to download
- Sat Jun 06, 2026 5:35 am
- Forum: General programming
- Topic: Is NIL argument later defined still a local?
- Replies: 4
- Views: 2134
Re: Is NIL argument later defined still a local?
why should ? everything inside function is local DebugPrint("is randomvariable before? "..StrStr(IsNil(RandomVariable))) RandomVariable={} DebugPrint("is randomvariable after?"..StrStr(IsNil(RandomVariable))) DebugPrint("is OpArgs before? "..StrStr(IsNil(OpArgs))) Funct...
- Thu May 28, 2026 7:21 am
- Forum: RapaGUI
- Topic: Listview.GetSelection strangeness
- Replies: 5
- Views: 3150
- Tue May 26, 2026 5:10 pm
- Forum: Windows IDE
- Topic: Link to user profile plugins folder in About
- Replies: 1
- Views: 5855
Link to user profile plugins folder in About
Since hollywood 11, plugins need to be in user profile but older version have it in hollywood drawer this lead to sometimes confusion if you have forgot an old plugin An idea "stolen" from Firefox, is that in "about" can have a link to direct open uperprofile-plugins folder. help...
- Tue May 26, 2026 1:31 pm
- Forum: RapaGUI
- Topic: MouseLeft/MouseMove/MouseRight notifications not working in compiled EXE on Windows
- Replies: 4
- Views: 7710
Re: MouseLeft/MouseMove/MouseRight notifications not working in compiled EXE on Windows
I dont think hav sdiffirence inside s functin or not Just modify my example to test Anyway i will carefoully replace all plugins (especially rapagui) in you system Note that if you used old hollywood before 11 plugins where in holly folder but now in user profile Need to replace corect and latest ve...