Search found 167 matches

by p-OS
Mon Apr 24, 2017 6:06 pm
Forum: MUI Royale
Topic: Request: Numericbutton class
Replies: 8
Views: 11127

Re: Request: Numericbutton class

I agree. and as it is just a subclass of with no new attributes It migth be easy to add.
by p-OS
Mon Apr 24, 2017 6:02 pm
Forum: General programming
Topic: Meta Info on Hollywood vars at runtime ?
Replies: 4
Views: 5236

Meta Info on Hollywood vars at runtime ?

Hello, as HW compiles to kind of Byte Code I wonder if it preserves meta information like table and function names in the compiled code and if it is possible to access these informations ?

If I have a reference/pointer to a function, can I find out the name of this function ?
by p-OS
Tue Apr 18, 2017 5:26 pm
Forum: General programming
Topic: Lua version used for Hollywood?
Replies: 6
Views: 7371

Re: Lua version used for Hollywood?

The entry in Lua user projects seems to be quite old.
But according to HW7 docs (chapter Credits) ist is still Lua 5.02
by p-OS
Wed Apr 12, 2017 1:34 am
Forum: SDK
Topic: MOS: SetPointer conflict : intuition.h vs hollywood/plugin.h
Replies: 3
Views: 10640

Re: MOS: SetPointer conflict : intuition.h vs hollywood/plug

Your suggestion results in: src/amigaentry.c:49:26: error: 'InitPlugin' undeclared here (not in a function) {"InitPlugin", (void *) InitPlugin}, ^ src/amigaentry.c:50:27: error: 'ClosePlugin' undeclared here (not in a function) {"ClosePlugin", (void *) ClosePlugin}, ^ src/amigaen...
by p-OS
Tue Apr 11, 2017 1:11 pm
Forum: RapaGUI
Topic: A couple of requests for the new RG version
Replies: 11
Views: 10286

Re: A couple of requests for the new RG version

AFAIK they exist for 68k only, but at least on MorphOS they work fine (OS4 don't know). And as they are based on powerful date.library they are also powerful when it comes to special date related issues (e.g. the fact that some days don't exist in gregorian calendar or support different calendar sys...
by p-OS
Tue Apr 11, 2017 1:47 am
Forum: SDK
Topic: MOS: SetPointer conflict : intuition.h vs hollywood/plugin.h
Replies: 3
Views: 10640

MOS: SetPointer conflict : intuition.h vs hollywood/plugin.h

SDK 6.1 library plugin example: when I add the following lines to either amigaentry.c and/or testplugin.c : #include <proto/intuition.h> #include <intuition/intuition.h> before this line: #include <hollywood/plugin.h> I get this error from gcc (no matter if gcc 2.9 or gcc 5) : Work:Hollywood/SDK/exa...
by p-OS
Sun Apr 09, 2017 10:45 pm
Forum: RapaGUI
Topic: A couple of requests for the new RG version
Replies: 11
Views: 10286

Re: A couple of requests for the new RG version

I'm not sure about the date picker, though. Is there a MUI gadget for picking a date? I don't remember one. http://aminet.net/search?path[]=dev/mui&readme=Kai+Hofmann To see those date related classes ina ction, have a look at Homebank (which I use daily) http://aminet.net/biz/misc/HomeBank.lha
by p-OS
Sun Apr 09, 2017 10:17 pm
Forum: Newbie questions
Topic: Inspecting nested tables
Replies: 5
Views: 6038

Re: Inspecting nested tables

He tries to simulate ENUMs from Java. But his code might be little bit ineffective ;)
by p-OS
Fri Apr 07, 2017 4:17 pm
Forum: Newbie questions
Topic: Inspecting nested tables
Replies: 5
Views: 6038

Re: Inspecting nested tables

Maybe you could post an example of how your table of enums shall lool like in the end ?
by p-OS
Sat Apr 01, 2017 1:37 am
Forum: Announcements
Topic: Hollywood 7: Eternity out now!
Replies: 42
Views: 73792

Re: Hollywood 7: Eternity out now!

Using SVG for displaying text with non-european writing systems seems not to work either -.- This is my SVG-File text3.svg (in the end I wanted to create a VirtualFileFromString with a dynamically built string...) : <?xml version="1.0" encoding="UTF-8" standalone="no"?>...