Search found 625 matches

by lazi
Wed Apr 17, 2013 10:07 pm
Forum: Hollywood bugs
Topic: CountJoysticks() return incorrect value on OS4
Replies: 3
Views: 5357

CountJoysticks() return incorrect value on OS4

Hi Andreas, and the Hollywood folks! Here is what I do experiencing: I have two identical analog joypads. Prefs/Amigainput USB interface lists the two connected gamepad. At lowlevel settings I assigned like this: gamepad unit 0 to Port1-Joystick gamepad unit 1 to Port2-Joystick. Hollywood's CountJoy...
by lazi
Tue Mar 19, 2013 10:37 pm
Forum: Wishlist
Topic: Support for tif Images
Replies: 2
Views: 4775

Re: Support for tif Images

What advantage would it brings?

TIFF can handle CMYK graphics data, however you can't display that directly on a monitor. PNG has better compression for lossless RGB graphics.
Just tried to load a tiff bgpic via datatypes and it worked.
by lazi
Tue Mar 19, 2013 9:25 am
Forum: Wishlist
Topic: Hollywood GUI - Edit script
Replies: 7
Views: 11845

Hollywood GUI - Edit script

Hi!

If there would be a configurable 'Edit script' function in the Hollywood GUI the My Projects list would have been more sense. It should let to set up a command line which invokes the user's favourite editor.

I would love that :-)
by lazi
Tue Feb 26, 2013 11:54 pm
Forum: General programming
Topic: Android isleftmouse()
Replies: 3
Views: 4896

Re: Android isleftmouse()

I was actually thinking about almost similar couple of days ago. Do i for example keep checking if isleftmousedown() is true, and then check the mouse(x) and mouse(y), or is there some other system for this? This is not working as I mentioned in the previous post. And what about if i want user to b...
by lazi
Tue Feb 26, 2013 10:30 pm
Forum: General programming
Topic: Android isleftmouse()
Replies: 3
Views: 4896

Android isleftmouse()

Made something that uses isleftmouse() in a loop. It is working with leftmouse button holded down. On android only the touching moment makes isleftmouse() -> true. Can I somehow informed if the user still holds a finger on the touchscreen? Just tested the eventhandler too. After the onmousedown even...
by lazi
Wed Feb 20, 2013 10:21 pm
Forum: SDK
Topic: Plugin compiling and framework for beginners
Replies: 11
Views: 24160

Re: Plugin compiling and framework for beginners

Thanks! That will do it surely.
All of your documentations are top notch undoubtedly!
by lazi
Tue Feb 19, 2013 6:24 pm
Forum: SDK
Topic: Plugin compiling and framework for beginners
Replies: 11
Views: 24160

Re: Plugin compiling and framework for beginners

Thanks for clarify the situation a bit, however I can't understand half of that half as well as I should like :) For a first step I would be satisfied with a plugin framework with a new command which can get parameters and could give back results. I don't plan to use any system dependency currently....
by lazi
Tue Feb 19, 2013 3:39 pm
Forum: SDK
Topic: Plugin compiling and framework for beginners
Replies: 11
Views: 24160

Plugin compiling and framework for beginners

Hi Andreas! Played a bit with the plugin sources you made available. Not be a hardcore C programmer even compiling it is a challenge for me. First I tried the vectorgraphics plugin. After copied the hollywood sdk and the freetype includes into the SDK it is almost compiled. > gcc plugin.c plugin.c: ...
by lazi
Wed Jan 30, 2013 10:21 pm
Forum: Hollywood bugs
Topic: filerequest missing feature?
Replies: 1
Views: 3288

filerequest missing feature?

Hi!

With the new "platform independent" pattern matching I am a bit confused. How can I filter .info files out of the filerequest's list?
~(#?.info) doesn't work because a #? is always preceeds anything from the pattern input.
by lazi
Tue Jan 15, 2013 1:59 pm
Forum: Hollywood bugs
Topic: @APPVERSION
Replies: 6
Views: 7883

Re: @APPVERSION

Posted the case on the Hyperion forum. Let us see what happens :)

Anyway checked my old 3.1 system and found a v44.4 version command which works correctly on OS4. Don't know yet where you can find that however aminet holds some version replacements.