Search found 77 matches

by NubeCheCorre
Tue Feb 24, 2015 10:45 pm
Forum: Announcements
Topic: Hollywood 6.0: Epiphany out now
Replies: 34
Views: 202829

Re: Hollywood 6.0: Epiphany out now

stand alone means that I can compile hollywood program from macos and linux too??

For macos ppc what are the requirements?
by NubeCheCorre
Mon Feb 23, 2015 5:35 pm
Forum: Announcements
Topic: Hollywood 6.0: Epiphany out now
Replies: 34
Views: 202829

Re: Hollywood 6.0: Epiphany out now

I have bought the download version but still haven't received the files... :-P
by NubeCheCorre
Wed Feb 26, 2014 11:05 pm
Forum: Newbie questions
Topic: FileRequester Cancelled
Replies: 4
Views: 6763

Re: FileRequester Cancelled

Thanks it works! :)
by NubeCheCorre
Mon Feb 24, 2014 10:25 pm
Forum: Newbie questions
Topic: FileRequester Cancelled
Replies: 4
Views: 6763

FileRequester Cancelled

i use this code (here is only a part) to know if the user press the cancel button and end the program, but i get an error: pattern$ = "jpg|jpeg|bmp|tif|gif|png" title$ = "Scegli i files da unire orizzontalmente" f$ = FileRequest(title$,pattern$,#REQ_MULTISELECT) If f$ = "&qu...
by NubeCheCorre
Sun Feb 23, 2014 9:26 pm
Forum: Newbie questions
Topic: How to set the pixel position inside of an image?
Replies: 2
Views: 4522

Re: How to set the pixel position inside of an image?

Thanks Andreas, that's it! I was able to create my very first and simple, but very very useful, utility to join single graphic files in one single image (very usefull for gaming purpose) :)
by NubeCheCorre
Sun Feb 23, 2014 7:09 pm
Forum: Newbie questions
Topic: How to read width and height parameters from an image?
Replies: 7
Views: 8805

Re: How to read width and height parameters from an image?

ok, I thought that being "table" a table, I could access to its element using a index, instead i have to use the string as index :)
by NubeCheCorre
Sun Feb 23, 2014 10:47 am
Forum: Newbie questions
Topic: How to read width and height parameters from an image?
Replies: 7
Views: 8805

Re: How to read width and height parameters from an image?

It works, thank you!, so is it better to use this kind of syntax (table.Value) instead of table[]?
by NubeCheCorre
Sat Feb 22, 2014 10:29 pm
Forum: Newbie questions
Topic: How to set the pixel position inside of an image?
Replies: 2
Views: 4522

How to set the pixel position inside of an image?

I would like to know if there is a way to set the initial x,y position of the cursol/pixel inside an image before copying an image inside of it.. i.e.: i create a new brush of 1024x768 and I would like to copy differents small image sidebyside.. so everytime i need to move the cursor/pixel horizonta...
by NubeCheCorre
Sat Feb 22, 2014 8:40 pm
Forum: Newbie questions
Topic: How to read width and height parameters from an image?
Replies: 7
Views: 8805

Re: How to read width and height parameters from an image?

I tried but I still have some problem... it seems that the table is empty, very strange.. here the code I wrote to test the function: @VERSION 5,0 @APPTITLE "Join Files" @APPVERSION "$VER: Hollywood 5.0 (12-March-12)" @DISPLAY {Title = "Join Files"} @SCREEN {Mode = &quo...
by NubeCheCorre
Sat Feb 22, 2014 11:19 am
Forum: Newbie questions
Topic: How to read width and height parameters from an image?
Replies: 7
Views: 8805

Re: How to read width and height parameters from an image?

Thank You!! I totally missed that function! thanks! :)