Search found 16 matches

by afxgroup
Thu Apr 20, 2023 12:14 pm
Forum: Announcements
Topic: Hollywood 10: Xcelicious out now!
Replies: 15
Views: 6795

Re: Hollywood 10: Xcelicious out now!

Ordered now! :)
by afxgroup
Thu Nov 17, 2022 11:45 am
Forum: General programming
Topic: PUT calls via curl
Replies: 5
Views: 1998

Re: PUT calls via curl

sorry for the delay. I'm using Windows 10 (and now 11)
by afxgroup
Wed Aug 31, 2022 6:12 pm
Forum: General programming
Topic: PUT calls via curl
Replies: 5
Views: 1998

Re: PUT calls via curl

I can confirm that :

e:setopt_put(True) hangs the call

e:SetOpt_CustomRequest("PUT") works
by afxgroup
Fri Aug 12, 2022 4:09 pm
Forum: General programming
Topic: PUT calls via curl
Replies: 5
Views: 1998

Re: PUT calls via curl

The funny thing is that only with PUT I have this problem. With GET and POST everythings works correctly.. I'll try with your method
by afxgroup
Thu Aug 11, 2022 7:09 pm
Forum: General programming
Topic: PUT calls via curl
Replies: 5
Views: 1998

PUT calls via curl

Hi, Anyone has tried a PUT (not POST) call via curl? I've tried this function: Function p_executePUT(url, body, p_function) DebugPrint("CALLLING URL WITH PUT=", url) Local e = hurl.Easy() e:setopt_url(URL) e:setopt_put(True) e:setopt_httpheader({ "Authorization: Bearer " .. AuthT...
by afxgroup
Sat Oct 23, 2021 6:37 pm
Forum: Newbie questions
Topic: Test plugin
Replies: 9
Views: 3472

Re: Test plugin

Yes found everything. Thanks (and sorry)
by afxgroup
Sat Oct 23, 2021 12:14 pm
Forum: Newbie questions
Topic: Test plugin
Replies: 9
Views: 3472

Re: Test plugin

Bu i don't have the OS4 hollywood version. I have only the windows one and on windows everything is working correctly
by afxgroup
Thu Oct 21, 2021 12:46 pm
Forum: Newbie questions
Topic: Test plugin
Replies: 9
Views: 3472

Re: Test plugin

I've just compiled the plugin for OS4 but when i try to run a test file that is using it i get a requester that plugin is not found. Snoopy open it and LoadSeg is called but there are no more informations. What can i check to test what is missing?
Of course on os4 version i've added amigaentry.c
by afxgroup
Wed Oct 20, 2021 11:35 am
Forum: RapaGUI
Topic: Appending a widget to a frameless group doesn't work
Replies: 8
Views: 3034

Re: Appending a widget to a frameless group doesn't work

I've found the problem. If you add useicons="true" on Application also "image" expects an icon instead of a brush. The documentation says: This attribute can be used to globally change the default image type for attributes such as Button.Icon or Toolbarbutton.Icon to icon instead...
by afxgroup
Wed Oct 20, 2021 11:06 am
Forum: RapaGUI
Topic: Appending a widget to a frameless group doesn't work
Replies: 8
Views: 3034

Re: Appending a widget to a frameless group doesn't work

i'm facing the same problem when adding an image to a vgroup. Do you plan to release and update? And also. I didn't find a way to download an image using DefineVirtualFileFromString and display it into an <image> or <icon> object. Do you have a working example how to do this? It seems if an image ha...