Patrick AuthorPatrick has been working with audiovisual systems in one form or another since 1995. After moving to Germany in 2005, he founded Controlhaus and began developing automation and control software for mega-yachts, luxury homes, command and control centers and a few conference rooms along the way. He loves to learn, hang out with his family and be creative.
I am doing the resizing Icons from the uifx files that i downloaded and they are not all 125×125. So I am getting a error: Not a valid resample value after doing the sips -z *.png
Not sure about that error. I will have to look into it further (busy at ISE right now).
But you do not need to resize the UIFX icons. The different sizes are already provided.
The video showing you how to resize graphics is there in case you need to resize your own graphics.
I am getting this warning on this line of code. Can you help me?
‘characters’ is deprecated: Please use String or Substring directly
if output.write(writeString, maxLength: writeString.characters.count) < 0
Thanks,
Rick
characters is deprecated in Swift 4.
Try using:
writeString.count
I am trying to open the CrestronUiServer App and Infrared Codes App and they come up with Could not open file. Can you help me with this.
Thanks,
Rick
Great course! Very informative. Thank you for putting this together!
Thanks for commenting.
Great to hear that you found the course useful!
Pat