oliver@osswald.com

Member

Last active 3 years ago

  1. 5 years ago
    Sat Jul 28 10:39:35 2018
    oliver@osswald.com started the conversation Code completion.

    For instance in this code snippet:

    var t1 = TextField1.text;
    if (t1.

    After the dot, I would like to get a list of available methods and properties for this variable. It seems this is not possible, right?

    Where is the information on the available methods for a string type (and any other type?)

    I know I can use:

    if (t1.length == 0) { }

    But where is the documentation on this?

  2. Sat Jul 28 10:31:54 2018
    oliver@osswald.com started the conversation Debugging? Step through code?.

    As far as I see, currently there is not much support for debugging, right?

    • I do not see on which line an error occurred
    • There is no way to step through code and peek into current values

    Any plans to provide more support on debugging? Or am I missing something?

  3. Mon Jul 16 11:20:16 2018
    oliver@osswald.com posted in Apple reject application.

    @marco @webapplication4you yes I am!
    Just curious, am I famous for what?

    Modesty characterizes the master

  4. Tue Jun 26 21:08:03 2018
    oliver@osswald.com posted in HTTP Client redirect URI.

    @doobox : Thanks, I got it!

  5. Tue Jun 26 18:05:34 2018
    oliver@osswald.com posted in HTTP Client redirect URI.

    I'm still not able to make the spotify example run. I'm constantly getting this error:
    INVALID_CLIENT: Invalid redirect URI

    my Bundle ID is : com.osswald.spoty

    In the spotify developer dashboard and in creos HTTP client server configuration properties I tried setting this as redirect URI:

    com.osswald.spoty:/oauth2Callback

    or

    com.osswald.spoty://oauth2Callback

    when running the app, I am getting "Invalid redirect URI" in both cases.

    So, is this example working for anybody and if yes, what am I missing?

  6. 6 years ago
    Mon Mar 19 10:14:07 2018

    Wow ... thanks! I’ll give it a try!

    Anyway, great video!

  7. Mon Mar 19 08:55:54 2018
    oliver@osswald.com started the conversation OT: How do you make video available on your great homepage?.

    This is slightly off-topic:

    I notice that the background video on your website (http://creolabs.com ) is starting almost immediately, apparently there is no long download latency, no matter what browser is used. It also plays well when I use a tablet. I love that!

    Would you be willing to share with us the magic behind it? It looks like you use maxcdn for content delivery. But then still it is quite amazing, that the video starts playing quite immediately, even on a Safari browser (and not only on Firefox, where one can use .webm video file format for immediate play of a stream).

    Do you use any special plugin or service for this? Thanks in advance for sharing some insight!

  8. Fri Sep 15 06:17:07 2017
    oliver@osswald.com started the conversation sample project not found.

    I tried to download the new example project from this page:
    http://docs.creolabs.com/tutorials/freehand-drawing.html

    Screenshot of the error:
    -image-

  9. Sun Jun 18 16:46:29 2017
    oliver@osswald.com posted in Signing Identity ?.

    Check if the following has been done, or works for you:

    1. Login to your Apple developer account and create the certificates
    2. Install Xcode, go to preferences, accounts and view details
    3. Download your certificates

    Now you should be able to select them in creo.

    Certificate:
    -image-

    Xcode:
    -image-

    Download:
    -image-

  10. Fri Jun 16 13:22:13 2017
    oliver@osswald.com posted in Working HttpClient sample project?.

    Okay, i get it! Thanks marco and tbd!

View more