Search found 67 matches

by Kurzer
Tue Dec 08, 2020 5:25 pm
Forum: Coding Questions
Topic: How to get HTTPRequest() working with xampp locally?
Replies: 5
Views: 1961

Re: How to get HTTPRequest() working with xampp locally?

I had the same problem in my project "database interface module" and got some great help from the user Peter. If you want to solve the problem without using a browser addon, please have a look in the first post of this thread: https://forums.spiderbasic.com/viewtopic.php?p=7403#p7403 The i...
by Kurzer
Wed Nov 18, 2020 4:28 pm
Forum: Coding Questions
Topic: Is there a list of CalendarGadget events?
Replies: 5
Views: 1725

Re: Is there a list of CalendarGadget events?

Fred wrote:I guess it should be native, right ?
That would be wonderful, Fred. Image
It would make the gadget more valuable to everyone.

Markus
by Kurzer
Mon Nov 16, 2020 8:24 pm
Forum: Coding Questions
Topic: Is there a list of CalendarGadget events?
Replies: 5
Views: 1725

Re: Is there a list of CalendarGadget events?

Peter,
thank you very much for your great effort! Image

Together with the regular BindGadgetEvent() command, the gadget now works as it is needed in practice.

Thanks a lot!

Cheers Markus
by Kurzer
Mon Nov 16, 2020 4:44 pm
Forum: Coding Questions
Topic: Is there a list of CalendarGadget events?
Replies: 5
Views: 1725

Is there a list of CalendarGadget events?

Dear fellows, did anybody know which events are supported by the CalendarGadget? The help is not very helpful here. Thanks in advance. Markus Edit: It seems that only an event is created when the user clicks on a day item. But if the user selects another month or year, no event is created. Unfortuna...
by Kurzer
Thu Nov 05, 2020 8:56 am
Forum: General Discussion
Topic: I cant change language in preferences
Replies: 4
Views: 3457

Re: I cant change language in preferences

Maybe the community can help you doing the translations?
by Kurzer
Sun Oct 25, 2020 2:08 pm
Forum: Coding Questions
Topic: Listicongadget and clicking on it
Replies: 15
Views: 6295

Re: Listicongadget and clicking on it

Great job, Peter.
I can confirm, that it works now in my project like a charm. Thank you.
by Kurzer
Sat Oct 24, 2020 6:36 pm
Forum: Coding Questions
Topic: Listicongadget and clicking on it
Replies: 15
Views: 6295

Re: Listicongadget and clicking on it

For your information: I was happy a bit too early, because in my project your HeaderHeight extension just did not work. After some research I found out that the following code resets the headerheight. The height of the data rows below is not affected. SetGadgetItemAttribute(#ListIconGadget3, 0, #PB_...
by Kurzer
Sat Oct 24, 2020 5:08 pm
Forum: Coding Questions
Topic: Listicongadget and clicking on it
Replies: 15
Views: 6295

Re: Listicongadget and clicking on it

Peter! YEEEEEEESSSS! Thank you. :D

Image
by Kurzer
Fri Oct 23, 2020 8:06 pm
Forum: Coding Questions
Topic: Listicongadget and clicking on it
Replies: 15
Views: 6295

Re: Listicongadget and clicking on it

Peter, can you tell me what I need to change in your module to also provide the header with the new Rowheight? Currently only the rows below are adjusted in height. Procedure SetRowHeight(ListIconGadget, RowHeight) GetGrid ! spider.DojoAspect.after( grid, 'renderRow', function( row, args ) { ! var d...
by Kurzer
Mon Oct 19, 2020 8:02 pm
Forum: Tricks 'n' Tips
Topic: Module: Database Interface Spider <-> Server / DB
Replies: 4
Views: 3289

Re: Module: Database Interface Spider <-> Server / DB

Updated to Version 1.11.

The module has been optimized. The encoding of data sent to the server is now done using the JSON functions (I have no idea why I manually escaped the data before :shock:). The procedures PrepareStringParameter() and IsNumber() have been dropped.