Search found 4 matches

by GrainDesign
Tue Dec 05, 2017 8:49 am
Forum: Gadgets - General
Topic: Creating a circle with a gadget
Replies: 5
Views: 6875

Creating a circle with a gadget

Hi there I'm just learning how to create gadgets and was wondering what the easiest way of creating a circle within a gadget is. I have tried to use the CreateCircle() global method but cant seem to get it to work it just keeps returning a nil value. (Maybe I'm doing something wrong) Would it be eas...
by GrainDesign
Fri Nov 10, 2017 10:30 pm
Forum: Gadgets - General
Topic: Layer Gadget
Replies: 4
Views: 4467

Re: Layer Gadget

Thanks Adrian

That worked,
I was very close with it but just had it the coding slightly wrong.
by GrainDesign
Thu Nov 09, 2017 1:26 am
Forum: Gadgets - General
Topic: Layer Gadget
Replies: 4
Views: 4467

Re: Layer Gadget

Thanks for you reply.

I am new to Lua and not sure how to execute this,

I have managed to get my gadget to add the Layers to vcarve but struggling to get the code right to add the colour to them.

I have tried the :SetColour() but must be doing something wrong because it just throws errors.
by GrainDesign
Wed Nov 08, 2017 8:02 pm
Forum: Gadgets - General
Topic: Layer Gadget
Replies: 4
Views: 4467

Layer Gadget

Hi there

I have made a gadget to add layers into a job. I am wanting to know if it is possible to assign each of those layers its own colour via the script also.

If it is possible how would I go about this?

Thanks