Antoine

Results 9 comments of Antoine

For my experience, just put `ctracker.getCurrentPosition()` in an `if` statement : ``` positions = ctracker.getCurrentPosition() if(positions) { // do your stuff here } ```

Hi, The option works really well, thank you. Althought, it will be perfect if there was a character counter like in Kirby's built-in textarea field ! ![counter-character](https://user-images.githubusercontent.com/18557215/36154951-4f6c621e-10d3-11e8-97ad-ffb4def35064.jpg) Thank you !

Hello @benwest, Thanks for your interest in Kirby Webpack. Can you be more specific when you say "method of detecting the panel didn't work"? What didn't work exactly? The panel...

Can you provide your OS version ? _I guess you work on Windows because we were able to reproduce this error on Windows 10._

Finding it on the reference folder...

Sorry for the comments, but it appears that only FaceData is well referenced, the rest of the library is not...

On the KinectPV2 Library, you have a reference folder : ![image](https://cloud.githubusercontent.com/assets/18557215/23580429/12557bd6-0102-11e7-8272-e36a96b85636.png) In there you have multiples html pages, with some documentation, but most of it is very incomplete : ![image](https://cloud.githubusercontent.com/assets/18557215/23580439/5127736e-0102-11e7-93fa-cb584eed06a7.png)...

Hi, Sorry to reopen the issue, but anyone has an idea how to assign/generate an unique ID to a structure field entry ? @calebgrove, you pointed out [this link](https://github.com/calebgrove/select-a-structure/issues/5) but...

Hi @calebgrove , Thanks for your answer. Texnixe, a member of the kirby forum, provides a solution for this after I asked the other day. You can see [his solution...