george's Forum Posts

  • Steps to Reproduce the issue:

    1) Click on "Click to open a new window". this opens google.com in a new window

    2) go back to the original window

    3) now try to hover over the texts. The hover behaves like a click event.

  • I have a "Text object" on click of which i want to call "browser -> open URL in new window".

    I am using "touch -> Is touching Object" for simulating the click behavior.

    It works fine on all the touch devices.

    But when i use it with mouse/touch-pad, i am facing a lot of issues.

    The new page opens successfully in new window but when i go back to the original window, i observe the following:

    1) the system keeps on calling "browser -> open URL in new window" continuously.

    2) The mouse hover starts behaving like a mouse click event.

    Note that I have enabled Touch -> use mouse input as "yes"

    The version that i use is "release 132 64bit"

    This is the file https://www.dropbox.com/s/nwsexvmifo2mrgd/Browser_issue_new_url.capx

  • Hi Ashley,

    How to remove the black bars on left and right?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hi guys,

    Please help me fix the issue of my apps in ipod touch.

    I have a login page and when my cursor is on my textbox the screen is moving up. and when I hide the keypad in ipod touch the screen is not the same position, the screen position is not returning to the default position.

    Please help me fix this issue.

    Regards,

    George

  • ramones,

    Thank you so much for the sample. Its very helpful.

    By the way how to limit the object on x?

    example:

    If the return data is 15. currently it will display on x continuesly.

    I want to limit that, object will display 1-5 on first level and it will breakline to enter the onject 6-10 to the new line.

    In short, I want to display the object by 5. after count of 5, breakline to display the object.

  • Hi all,

    I have a situation, And I need to create object/character base on the result of my php and database result. I made an object but I am stock on how to create the object base on the result oh my php and mysql.

    Every object will base on the user ID.

    ex. Object1 will show if the result of mysql is including the user_id = 1

    Please guys help if you know how to do this.

    Heres my files.

    https://www.dropbox.com/sh/6v7lnegdn0t2zn1/OzhaJhtjO6

  • ---------------------------

    Construct 2 Check failure

    ---------------------------

    Check failure! This is probably a bug:

    ACE table: Expression ID duplicated in ACE table

    Condition: exp_ids.find(id) == exp_ids.end()

    File: c:\c2\source\exporters\html5\..\..\common\ERAHelpers.h

    Line: 254

    Function: void __cdecl era::ACETable::AddExpression(int,int,const class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > &,const class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > &,const class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > &,const class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > &,void (__cdecl *)(const class era::StaticResult **,int,class era::StaticEvaluation *))

    Build: release 115 (64-bit) checked

    Component: HTML5 exporter

    (Last Win32 error: 0)

    You are using a 'checked' release of Construct 2, intended for testing, which causes certain errors to be reported this way. Hit Ctrl+C to copy this messagebox - it's useful information for the developers, so please include it with any bug reports! Click 'Abort' to quit (unsaved data will be lost!),'Retry' to turn off messages for this session and continue, or 'Ignore' to continue normally.

    ---------------------------

    Abort   Retry   Ignore   

    ---------------------------

  • Hi All,

    I am creating a games that will generate a position like binary tree base on mysql date result.

    Anyone can give idea on how to do?

  • septeven,

    My concern for this is that I want to implement the combo box on iPod touch app and I need to change the font size because it's very small. If possible please implement it. :)

  • septeven,

    How to set the font-size of combo box text?

  • septeven,

    Okay I understand that. Thank you for the explanation.

  • The first combo box is need to select something.

    The second combo box is list of data base on the first combo box selection. This is working on my pc browser. And hopefully it will work also in mobile because this is very useful when you want to make a list.

    Specially when you want to create a contact list.

  • Hi septeven,

    I was expecting like on the image, Combo box and Listbox type.

    https://www.dropbox.com/s/2engpjf9le6vph2/listbox.png

    On combobox properties there is type:(Combo Box and List Box).

    The first combo box on the image is I use type : combo box.

    The Second combo box on the image I use type : list box.

    This is working on pc browser. But on mobile the second combo box is not working as listbox.

  • Hi septeven,

    I am working app for ipad and iphone and I am using the listbox. I Notice that the listbox is not working, Instead combobox is showing.

    Is this bug, or I need to do something on the event?

    This is example from If you open this url to iphone or ipad the combobox will display not the listbox.

    http://www.credeone.com/lbtest/

  • here is the image that I need to share

    https://www.dropbox.com/s/885xxvttqvv8fdg/facebook_share.PNG