Diego
About
- Username
- Diego
- Joined
- Visits
- 4
- Last Active
- Roles
- Member
Comments
-
Awesome, thanks a lot! Yes, I'm using an old version because I know it works just fine. :) Thanks a lot for your help Diego
-
That's cool! Last question: if I want to pass the unicode value using a variable created in a previous inline script like: exp.set("mysymbol", u'\u25CF' ") if in the sketchpad I use the variable pointer [mysymbol], it will print on…
-
Hi Sebastiaan, the problem is that even using Unicode fonts (like u'\u25CF') gives me the same problem. I was using Wingdings as a possible solution to that. Cheers, Diego
-
Hi @Daniel, thanks a lot for the detailed answer! Have a great evening, Diego
-
Hi @Daniel, any news about the Qt5 version for mac? If I'm right, now the choice is between a version (v. 3.1.6) that doesn't mess up with my icons but with the text in the script editor that is super hard to read and easily readable text but a me…
-
Thanks @Daniel for the suggestion. The icon mess is not only related to the qt5 version. I had the same problem with the last version with qt4. Uninstalling the app (and restarting the machine) fixes the problem partially. I'm even using AppCleaner…
-
@neuropacabra I have exactly the same problem. Many apps icons, or icons related to files without extension just lost their original icon and got substituted with the big white O on blue background. Does anyone know how to fix this? Changing back a…
-
Hi Josh, thanks for you answer. I agree with you, I was just concerned about the warning in the pyxid library: "At the time of this library release, there is a known issue with clock drift in XID devices. Our hardware/firmware developer is c…
-
I'm also trying to print exp.time() before and after a sketchpad with duration 96ms(for the refresh rate reason) inside a sequence (x10), and I would expect that the difference between the 2 exp.time() in the 10 iterations should be always the same…