Search found 227 matches

by zylesea
Mon Jun 15, 2020 1:18 am
Forum: Showcase
Topic: Exutil - an exif based batch renaming utility
Replies: 11
Views: 14601

Re: Exutil - an exif based batch renaming utility

A small bugfix for Exutil. I just used the program myself this weekend and it somehow failed... Going into the code and found a mess with a string. Well, two messes in fact. Fixed these, Then repacked the whole thing and uploaded it to my site and to Aminet. Now it should work as intended. Get V 1.1...
by zylesea
Wed Jun 10, 2020 1:24 am
Forum: Showcase
Topic: Some scientific/educational software
Replies: 29
Views: 43131

Re: Some scientific/educational software/simple things

Here's another very simple program: tdcc Originally I did this programm for my eframe project and just adopted it to the RAPA GUI now. It's a very simple utility to shut off the display rather immediately w/o messing within the preferences. It provides also a simple timer for shutdown. The intended ...
by zylesea
Thu Apr 30, 2020 11:55 pm
Forum: Newbie questions
Topic: Hollywood programs listed anywhere?
Replies: 12
Views: 10859

Re: Hollywood programs listed anywhere?

Thanks for all the replies, and suggestions. I just upgraded to Hollywood version 8, and also upgraded my Designer to version 5, and since I don't currently have my X1000/AmigaOS4.1FE, or my PowerMac G5/MorphOS3.13 set up and running, I have installed the Windows version of Hollywood on my PC, so I...
by zylesea
Sat Jan 04, 2020 10:46 pm
Forum: Showcase
Topic: PerCIMan - Person Contact and Information Manager
Replies: 18
Views: 23923

Re: PerCIMan - Person Contact and Information Manager

Another small update (V0.7) of PerCIMan, getting closer to 1.0 eventually.
Now with a simple birthday reminder and a few fixes/improvements.

Check it out at: https://via.i-networx.de/perciman/about.htm

Feedback very welcome.
by zylesea
Sun Oct 27, 2019 11:48 am
Forum: Showcase
Topic: PerCIMan - Person Contact and Information Manager
Replies: 18
Views: 23923

Re: PerCIMan - Person Contact and Information Manager

As by returning to normal time this night provided an extra hour of time I took opportunity and spent it on PerCIMan. So, here's a little update to V0.6.

Check it out at: https://via.i-networx.de/perciman/about.htm

Changes in v06: A bit of housekeeping and minor improvements.
by zylesea
Sun Oct 20, 2019 12:45 am
Forum: Newbie questions
Topic: Dealing with Key-Event ... for later showkeyboad() use
Replies: 2
Views: 3953

Re: Dealing with Key-Event ... for later showkeyboad() use

Here's my solution to enter to a string, including backspace and quitting on Return.Takes also care whether the keyboard actually is shown or hidden. Function p_enter_text(key$) (...) Switch key$ Case "BACKSPACE" my_string$=UnleftStr(my_string$,1) Case "\n": If android$=1 Then hi...
by zylesea
Fri Sep 06, 2019 12:21 am
Forum: Newbie questions
Topic: Instruction to set a negative number to positive
Replies: 3
Views: 4112

Re: Instruction to set a negative number to positive

Juan Carlos wrote: Mon Aug 26, 2019 7:23 pm Which is the instruction to convert a negative number to positive? And viceversa.
The example -3 to 3.
Just use the - operator

Code: Select all

i=-3
i=-i
DebugPrint("i= ",i)
by zylesea
Tue Jul 09, 2019 10:46 pm
Forum: Announcements
Topic: Hollywood has landed on iOS: Remedios 1.0 released
Replies: 24
Views: 33194

Re: Hollywood has landed on iOS: Remedios 1.0 released

This is cool.
I mean the story to get there took quite a bit and I am pretty happy for you that finally you could manage to find a way to make Hollywood on iOS a reality.

Seems to be time to get an iOS device soon... ;-)
by zylesea
Tue Jun 25, 2019 11:02 pm
Forum: Announcements
Topic: Polybios 1.1 released
Replies: 3
Views: 6376

Re: Polybios 1.1 released

Thank you for the update. I am looking forward to the summer holidays to eventully get back in front of the editor to do some programming again. Time was pretty tight recently...
by zylesea
Thu May 09, 2019 11:54 pm
Forum: Amiga IDE questions
Topic: Prefered Amiga IDE
Replies: 12
Views: 16386

Re: Prefered Amiga IDE

jPV wrote: Sun May 05, 2019 9:59 am I don't know what I'd be missing in Cubic IDE currently,
Unicode support
Flow Studio (which is also getting Hollywood support in the future).
Yeah, And I am looking very forward to that.