Search found 5446 matches

by airsoftsoftwair
Tue Oct 09, 2018 11:42 pm
Forum: Wishlist
Topic: SaveBrush() => png 8 bits indexed
Replies: 6
Views: 5654

Re: SaveBrush() => png 8 bits indexed

That's not possible because Hollywood doesn't store images as chunky pixels. But if you carefully read the to do section you'll see that palette support has been on the agenda for quite some time now :)
by airsoftsoftwair
Tue Oct 09, 2018 11:40 pm
Forum: Showcase
Topic: Raffeli
Replies: 1
Views: 2845

Re: Raffeli

Nice! :)
by airsoftsoftwair
Sat Oct 06, 2018 10:44 pm
Forum: General programming
Topic: sorting files
Replies: 6
Views: 4724

Re: sorting files

Sure, just use a custom callback with Sort() that compares the values and tells Hollywood which entry comes first.
by airsoftsoftwair
Sat Oct 06, 2018 10:42 pm
Forum: General programming
Topic: UnZip and Progress
Replies: 2
Views: 2449

Re: UnZip and Progress

Well, if you want to unpack a whole archive, you don't even need the progress callback of zip.ExtractFile() - unless you are a perfectionist. For most needs, it's enough to just query #ATTRNUMENTRIES in the zip and take those as your 100%. For every entry in the zip archive you can then easily calcu...
by airsoftsoftwair
Fri Oct 05, 2018 11:24 am
Forum: Newbie questions
Topic: How makes scroll with a picture?
Replies: 20
Views: 13439

Re: How makes scroll with a picture?

Like Bugala said, you just have to figure out which part of the picture is visible and then display that part using DisplayBrushPart(). That's how scrolling works. For some examples, take a look at the "SmoothScroll" example (part of GL Galore and RebelSDL) and the "BeastScroll" ...
by airsoftsoftwair
Fri Oct 05, 2018 11:21 am
Forum: Hollywood bugs
Topic: Draw Circle() or Ellipse() not good
Replies: 10
Views: 7769

Re: Draw Circle() or Ellipse() not good

Right, looks like a problem with very small radii. Will be fixed.
by airsoftsoftwair
Wed Sep 26, 2018 8:25 pm
Forum: APK Compiler
Topic: There is an advertising screen at the start of my APKs
Replies: 10
Views: 12427

Re: There is an advertising screen at the start of my APKs

Depends on how much money you intend to make with APKs generated by the APK Compiler. PM me for a quote.
by airsoftsoftwair
Thu Sep 20, 2018 7:52 pm
Forum: APK Compiler
Topic: There is an advertising screen at the start of my APKs
Replies: 10
Views: 12427

Re: There is an advertising screen at the start of my APKs

For his personal use, it may pass, but for a commercial project, we pass directly for sponsored amateurs, who do not master their creations. APK Compiler is also available without the branding for industrial customers. But of course it's more expensive than 49 euros then. All other versions don't h...
by airsoftsoftwair
Sun Sep 16, 2018 10:36 pm
Forum: Wishlist
Topic: Show Cursor in InKeyStr
Replies: 5
Views: 4724

Re: Show Cursor in InKeyStr

Well, maybe :)