Search found 25 matches

by qniens
Wed Nov 15, 2017 12:11 pm
Forum: Wishes And Feature Requests
Topic: Madrix script ReadAsync
Replies: 1
Views: 35224

Madrix script ReadAsync

Hi all, ReadAsync(string file, string txt) must be used with an absolute path to the file. For example: string file = "C:\show\data\data.txt"; I would be nice if it can also be a relative path. For example: string file = "data.txt"; And Madrix script engine will search for the fi...
by qniens
Fri Oct 20, 2017 4:08 pm
Forum: Experiences And 'How To' - Questions
Topic: Change group name
Replies: 1
Views: 28388

Re: Change group name

Never mind, found it. Top right corner.
by qniens
Fri Oct 20, 2017 4:02 pm
Forum: Experiences And 'How To' - Questions
Topic: Change group name
Replies: 1
Views: 28388

Change group name

Hi all,
Simple question, but I can't find it:
Can you change the group name after it has been created?

Best regards,
Quinten
by qniens
Tue Jun 06, 2017 2:58 pm
Forum: Bug Reports
Topic: Madrix script - ALPHA constant ignored
Replies: 2
Views: 44838

Re: Madrix script - ALPHA constant ignored

Hello Guertler,

Thank you for your reply.
The work around is workable.

Perhaps you should remove the paragraph about the ALPHA constant in the manual:
http://help.madrix.com/m3/html/script/i ... and_c.html

Best regards,
Quinten
by qniens
Thu Jun 01, 2017 1:19 pm
Forum: Bug Reports
Topic: Madrix script - ALPHA constant ignored
Replies: 2
Views: 44838

Madrix script - ALPHA constant ignored

The ALPHA constant is ignored in the SetPixel draw function. @scriptname=""; @author=""; @version=""; @description=""; void InitEffect() { } void RenderEffect() { color red = {255,0,0,0,0}; SetPixel(red, 10,10); color opacity = {0,0,0,0,0}; SetPixel(opacity,10...