hi there,
attribute 'content' is a text field not a digit field ...
-> ...'content','' + slider_value);
this makes it to a text field and in the Text object you have to leave out "slider_value" this is a static text field...
cheers
schoko
Search found 38 matches
- 28 Nov 2017 18:20
- Forum: Troubleshooting
- Topic: Cant set textfield 'content' to local variable
- Replies: 2
- Views: 3212
- 08 Nov 2017 16:11
- Forum: Projects
- Topic: Premium GUI elments
- Replies: 14
- Views: 11060
Re: Premium GUI elments
hi d, it's good to hear that you didn't find any bigger problem, i don't think i have hit any limits, the memory says 19%...(since the new editor version, before it was 23%) , (max overall file size is 16 mb, my project has 1,6 mb) will try it on the tablet.. do you use an ipad? , maybe its an issue ...
- 07 Nov 2017 16:28
- Forum: Projects
- Topic: Premium GUI elments
- Replies: 14
- Views: 11060
Re: Premium GUI elments
Hi d,
thank you for the support, i think it must be a little thing...
this is the "all in one", quite a huge template, which should do all possible controls...
all the best,
schoko
thank you for the support, i think it must be a little thing...
this is the "all in one", quite a huge template, which should do all possible controls...
all the best,
schoko
- 05 Nov 2017 12:22
- Forum: Projects
- Topic: Premium GUI elments
- Replies: 14
- Views: 11060
Re: Premium GUI elments
hi denoiser,
i tried to implement your premium elements in my template, for a reason i cannot figure out i can't see the canvas graphics, except with the button.
(it is just visible in the editor, but not on the tablet).
can you help me out here? (i must have missed something).
Thank you!
i tried to implement your premium elements in my template, for a reason i cannot figure out i can't see the canvas graphics, except with the button.
(it is just visible in the editor, but not on the tablet).
can you help me out here? (i must have missed something).
Thank you!
- 14 Oct 2017 06:52
- Forum: General Discussion
- Topic: Contacting admin/support
- Replies: 6
- Views: 1592
Re: Contacting admin/support
Hi nigel, i have started, long ago, develop a template to control and load instrument groups in kontakt, if you pm me your email i can send you what i have achieved so far.. It is far away from finished, and the purpose of it is mainly to browse / select group or individual instruments in kontakt ...
- 11 Oct 2017 15:53
- Forum: Troubleshooting
- Topic: Problem loading values between presets
- Replies: 2
- Views: 898
Re: Problem loading values between presets
hi, not sure if i can help you... When i have to deal with save and recall and so on i store it in a way like this: [CONTAINER/OBJECT] array1{'text1','text2',....} arrayall = {array1, array2,...} .... and so on.... don't forget the limitations on number of elements and length of the arrays(-> manual ...
- 07 Oct 2017 12:45
- Forum: Projects
- Topic: Premium GUI elments
- Replies: 14
- Views: 11060
Re: Premium GUI elments
hi denoiser, i tried to implement the knob into my template, on the tablet i can't see: theknob, the ledring, just the background and screws, do you know why(just on the computer)? can i resize the whole knob incl. ledring? i need it way smaller... it would be really nice if you could upload your ...
- 06 Oct 2017 15:36
- Forum: General Discussion
- Topic: nedd help with a issue that has been bugging me for a while
- Replies: 11
- Views: 3598
Re: nedd help with a issue that has been bugging me for a wh
what about this? 1.) insert a multislider(gradient, one slider, grid = 11,capture) 2.) under this multislider object make new expressions (second1, second2, ... , second10) -> second1 = 11, second2 = 22,... 3.) make a script on expression x decl max = getattribute(getobject(),'grid_steps ...
- 05 Oct 2017 18:03
- Forum: General Discussion
- Topic: nedd help with a issue that has been bugging me for a while
- Replies: 11
- Views: 3598
Re: nedd help with a issue that has been bugging me for a wh
it was meant this way global project variable LASTTAB (has to be empty of course) container0 -> (local variable) -> cont = 0 container0 -> (on frame script) -> LASTTAB = current_interface; if LASTTAB eq container0.cont //or get values with getexpression(getobject(),'cont'); { TRIGGER SOMETHING ...
- 05 Oct 2017 15:40
- Forum: General Discussion
- Topic: Making 16 switches where only one switch is lit at a time
- Replies: 2
- Views: 793
Re: Making 16 switches where only one switch is lit at a tim
hi that is not a show stopper you have allready switched to radio button mode for a task like this you have to use "scripting output functions" , midiout (or ctlout?) The name of the switcharray may be SWITCHARRAY with "firstof(SWITCHARRAY.x)" you get 0 -> first button pressed, 1 -> second button ...