Search found 227 matches

by zylesea
Sat Aug 13, 2016 1:51 am
Forum: APK Compiler
Topic: What's the meaning of package
Replies: 6
Views: 10870

What's the meaning of package

Just went through the installation marathon of the apk compiler and the required packages. Seems to work, but there are two issues: 1st I don't understand the meaning of the information that has to be provided under the package item - what is it actually used for? 2nd - .hwas gets successfully compi...
by zylesea
Tue Jul 19, 2016 2:49 am
Forum: Showcase
Topic: Some scientific/educational software
Replies: 29
Views: 43604

Re: Some scientific/educational software

"Hurra - ich wachse" is nearing its completition for a V1.0 release - all V1.0 features are implented now. I put a V1.0 RC0 online for MorphOS - get it at http://via.i-networx.de/HIW/about.htm. This was quite some work. Not only programming, but also reading quite some papers and lots of d...
by zylesea
Fri Jun 03, 2016 11:53 pm
Forum: General programming
Topic: Internet radio with Hollywood?
Replies: 4
Views: 6686

Re: Internet radio with Hollywood?

Internet radio probably uses some extensions which HTTP Streamer currently doesn't support. I need to examine how this works exactly and see if it can be supported. As zylesea pointed out, HTTP Streamer currently needs a fixed file size to work. I would still like a real circular buffer: one mem bl...
by zylesea
Fri Jun 03, 2016 2:24 am
Forum: General programming
Topic: Internet radio with Hollywood?
Replies: 4
Views: 6686

Re: Internet radio with Hollywood?

Welcome everybody... my first post ;) I did not find the informations here so I wanted to ask I would like to write a internet radio player with playlist (GUI). You can access the streams with http so I thought it might be able to do that. I tested it with playmusic and http plugin but it seemed no...
by zylesea
Wed May 18, 2016 1:38 am
Forum: Showcase
Topic: Some scientific/educational software
Replies: 29
Views: 43604

Re: Some scientific/educational software

A new one: "Hurra, ich wachse!" This program targets at parents with an Android device. It's a tool to monitor many growth measures (height, weight, bmi, blood pressure and more) of your children (up to 18 years). It's work in progress yet, but I put a current snapshot online. This snapsho...
by zylesea
Sun May 15, 2016 11:00 pm
Forum: Announcements
Topic: RapaGUI 1.0 - introducing the killer plugin!
Replies: 22
Views: 53243

Re: RapaGUI 1.0 - introducing the killer plugin!

Wow! Just wow!
That is a more than excellent achievement.
Am still busy with my Android work, but can't wait to try this out.
And wow again!
by zylesea
Fri May 06, 2016 1:52 am
Forum: Wishlist
Topic: Ignore Show/hidekeyboard() on non mobile versions
Replies: 4
Views: 6257

Ignore Show/hidekeyboard() on non mobile versions

Showkeyboard() and hidekeyboard() are useful for Android only (well, maybe on Windows, too - dunno). I would suggest that this command just gets ignored at least on all Amiga flavours (there's no mobile keyboard for these), as it is a bit annoying to remove the command for testing on the dev systems...
by zylesea
Sun Apr 24, 2016 10:22 am
Forum: Newbie questions
Topic: Open and Close a window
Replies: 10
Views: 11649

Re: Open and Close a window

I want open a new window from a Hollywood program, and close this window no closing the main window program, for example to make a about window with my picturem but I tryed to made this but only I got closed the both windows the window with my picture and the program. I see. To close a window by hi...
by zylesea
Fri Apr 22, 2016 10:24 pm
Forum: Newbie questions
Topic: Open and Close a window
Replies: 10
Views: 11649

Re: Open and Close a window

Not exactly sure what you mean. Do you wnat to open another Hollywood window, show f.ex a picture within that and close it again. If so, createdisplay,opendisplay(),selctdisplay and freedisplay() are your friends. Look to help/14 display library/ If you want to run an external (non Hollywood one) pr...
by zylesea
Tue Apr 19, 2016 10:45 pm
Forum: Off topic
Topic: Recomendation on tablets
Replies: 8
Views: 14091

Re: Recomendation on tablets

Still wainting on my Nexus to arrive... Nexus arrived a while ago. Actual programming for tablets is quite a difference to the desktop. No windows, UI must be touch optimized. But it's really nice to see the selfwritten stuff getting executed at the tablet. Drawing items is indeed surprisingly slow...