septeven's Recent Forum Activity

  • Is it possible to set two files in "dependency" in edittime ?

  • Ashley announced that families will be the next things

  • it's coming ;)

  • It would be really usefull to think about a mobile version for the forum.

    I very often visit the forum with my iPhone and it's really annoying to have to zoom in and out all the time, etc...

    I hope you'll keep this in mind ;)

  • Ashley, about WebGL, it was the wrong example. I personally need to access to

    • set/get layout size
    • set/get instance position
    • set/get window size
    • Fullscreen in browser

    As you may know, I'm actually developing a big plugin for mobile device.

    In order to have an intuitive using, e.g. it would be usefull if the layout/window size could be changed from the plugin properties 'screen size' and 'screen orientation'

    For that example, I'm sure the user could input the width and height himself, but that's definitely not the way I think that an user has to use a plugin. Specially here, it has to be automatical to prevent user to have to look for the resolution screen.

    I hope you'll see what I mean, and why I consider this as usefull.

  • I think you can get the alpha, beta and gamma values from the gyroscope with the touch object ... (cf manual)

  • I guessed it. Thanks ashley.

  • Hi,

    as I already told to Ashley, I need to set projects settings in C2, etc... directly from plugins, specially from edittime.js (for interaction with plugins properties)....

    I know, for the moment, that it's not possible to do it but:

    from the edittime.js

    is it possible to set the size of the plugin's object, of the instance ? For the moment, I've only found the way to get width and height but no way to set them.

    Btw, is it possible to set/get the position of the instance in the layout ?

    If it doesn't, I know that you've got an amount of things to do, but please, could you add those needs onto your todolist:

    • set/get layout size
    • set instance size
    • set/get instance position
    • set/get window size

    and in future, a complete interface to modify/acces of all project settings from the edittime (fullscreen mode, webGL on/off, ...)

    It will be REALLY useful.

    Thanks

  • I tried to add RefreshPropertyGrid(); in Draw and it works perfectly...

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Ashley

    It works but popped up me a CheckFailure dialog.

    'Refreshing properties bar when in a property changed handler. This is unstable.

    Condition: !in_propchanged_handler

    File: Bars\PropertiesBar.cpp

    Line: 820

    Function: void_cdecl CPropertiesBar::Refresh(void)

    ...'

  • DiggyDog I'm actually in the end phase of developing an adaptation of iScroll, but encountered a bug when the device orientation is horizontal.

    When I'll solve it, I can release it.

  • I paste a part of a post I wrote few days ago.

    I encountered that I guess is a bug...

    In edittime.js, in OnPropertyChanged, I compare two properties that makes a change in another property...

    if (this.properties["Screen"] == "Low" && this.properties["Orientation"] == "Vertical")

              {

                   this.properties["Screen width"] = 320;

                   this.properties["Screen height"] = 480;

              }

    But, in C2, when I set the property "Screen" to "Low", it doesn't automatically change the "Screen width" value to "320", as it has to do.

    I have to input something in the "Screen width" input area, and after that, the value updates automatically to "320"....

septeven's avatar

septeven

Member since 27 Aug, 2011

Twitter
septeven has 1 followers

Connect with septeven

Trophy Case

  • 13-Year Club
  • Coach One of your tutorials has over 1,000 readers
  • Email Verified

Progress

15/44
How to earn trophies