I've been using the last of my furlough time to create a simple app for displaying ICS (iCal) files in a calendar.
It is Pure Pascal with ObjectGEM which I have never done much with so it is very much an Alpha at this time.
https://github.com/ps68060/GEMiCal
It does have a slight memory leak but I have also noticed that the PP ide has a leak as well.
Simple calendar app
Moderators: simonsunnyboy, Mug UK, Zorro 2, Moderator Team
Re: Simple calendar app
I have uploaded a release to github:
https://github.com/ps68060/GEMiCal/releases
No new features in recent builds I have been improving the code structure to make it easier to add more features.
https://github.com/ps68060/GEMiCal/releases
No new features in recent builds I have been improving the code structure to make it easier to add more features.
Re: Simple calendar app
I would like to change the events from text to buttons, rather like hyperlinks. This is so the event can be opened and to use bubble help.
I can't find an example of adding buttons to a window in objectGem.
Also I don't know if I can create a button in the rsc and then make lots of copies of it in code.
I can't find an example of adding buttons to a window in objectGem.
Also I don't know if I can create a button in the rsc and then make lots of copies of it in code.