Search found 77 matches

by NubeCheCorre
Fri Feb 21, 2014 10:36 pm
Forum: Newbie questions
Topic: How to read width and height parameters from an image?
Replies: 7
Views: 8804

How to read width and height parameters from an image?

Hi!, I use FileRequest() function to select one or more image files from a directory.. Then I need to know the width and the height of every image (they will have the same width and height but I don't know the size) as I need to create one brush and copy them one side by side.. I looked deeply in th...
by NubeCheCorre
Thu Feb 20, 2014 12:15 pm
Forum: Newbie questions
Topic: Android and Hollywood
Replies: 2
Views: 4464

Re: Android and Hollywood

ok thanks Andreas! :)
by NubeCheCorre
Mon Feb 17, 2014 10:27 pm
Forum: Newbie questions
Topic: Android and Hollywood
Replies: 2
Views: 4464

Android and Hollywood

Hi, sorry for the question but I need to know if there is some kind of restriction about Android Hardware supported by Hollywood.. For example: is this tablet ok to run hollywood program and games? http://www.amazon.it/Asus-ME102A-1A033A-Risoluzione-Processore-Fotocamera/dp/B00FRCJE94/ref=sr_1_1?ie=...
by NubeCheCorre
Tue Jul 30, 2013 2:22 pm
Forum: Newbie questions
Topic: StringRequest() problem..
Replies: 7
Views: 9006

Re: StringRequest() problem..

ok thanks for the info! :-)

I didn't know it :)
by NubeCheCorre
Mon Jul 29, 2013 10:32 pm
Forum: Newbie questions
Topic: StringRequest() problem..
Replies: 7
Views: 9006

Re: StringRequest() problem..

thanks for the help, about the conversion of number and letters, shouldn't be Hollywood able to do this automatically?
by NubeCheCorre
Sat Jul 27, 2013 2:12 am
Forum: Newbie questions
Topic: StringRequest() problem..
Replies: 7
Views: 9006

StringRequest() problem..

Hi :-) before posting my problem i looked for a solution in the forum but I didn't find it, so here I am to ask you an hand.. ;) title$ = "Requester!" body$ = "Inserisci un numero" def$ = "ciao" a$, ok = StringRequest(title$, body$, def$, #ALL,0,FALSE) If a$ > "5&q...
by NubeCheCorre
Mon Jul 22, 2013 2:12 am
Forum: Newbie questions
Topic: AmigaOS4.1 Programm icon
Replies: 10
Views: 13463

Re: AmigaOS4.1 Programm icon

Thanks Andreas it was my fault, I did two errors.. The first one was the icon format, for some reason it was wrong, now i discovered the right tool to use to create right Amiga Icon format, it is this one: http://www.os4depot.net/index.php?function=showfile&file=graphics/iconedit/32biticoned.lha...
by NubeCheCorre
Sat Jul 20, 2013 5:47 pm
Forum: Newbie questions
Topic: AmigaOS4.1 Programm icon
Replies: 10
Views: 13463

Re: AmigaOS4.1 Programm icon

Thanks Andreas, the problem was that, I only specified one size of icon and not all the sizes, now it works :-) What about SetWBIcon() ? I converted a png image using FXPaint saving it as GlowIcon (it is an option of FXPaint) with extension ".info". Then I put this line in my code: SetWBIc...
by NubeCheCorre
Thu Jul 18, 2013 12:44 am
Forum: Newbie questions
Topic: AmigaOS4.1 Programm icon
Replies: 10
Views: 13463

Re: AmigaOS4.1 Programm icon

Hi :) I browsed the forum and discovered this topic that talk about my problem.. I tried to set up a program icon for a windows app but for some unknown reason, at least for me, it doesn't work.. I also tried the setwbicon() function to set up a workbench icon for a program when iconified but it doe...
by NubeCheCorre
Sat Mar 31, 2012 12:22 am
Forum: Newbie questions
Topic: Display or not the borders of the window
Replies: 6
Views: 7812

Re: Display or not the borders of the window

thanks Andreas! :)