christ59's Forum Posts

  • Hello.

    Is it possible in Construct 3 to format the text in HTML to make formatting?

    Thanks

  • Hello.

    Sorry to unearth this topic but I have the same problem but with IE only (tested on version 11 on 2 computers).

    It opens in base64 in a new tab. It does not offer the download.

  • christ59 I don't remember how to turn the menu on again (contextmenu) - but you can disable this function manually in runtime.js *(this will activate the right button function)

    #line	 #code (remove this line)
    138		$(this.frame).bind('contextmenu', function(e){ return false; });
    [/code:1q26jhe2]
    
    Thanks
  • Hello.

    For "textbox" there is the possibility to enable the "spell-checking". Is it possible with this plugin (for HTML)? (because currently the right click shows nothing)

    Thank you.

  • I use it;)

    Thank you.

  • Hello.

    The creation of a button in Construct is configured to be in "absolute" by default. Is there a solution for it to be in "relative"?

    Because if we just insert something in the HTML page, the canvas Construct shifts down but not the buttons! (same with the "Text Box")

    Thank you.

  • I found. I use CSS import.

    Sorry for the inconvenience

  • I downloaded it and integrated it in Construct.

    If I do :

    myHTMLtext -> Set CSS style "font-family" to "helveticaregular"

    It works.

    But I want to recover the font referenced in my xml tag.

  • Hello.

    I can not display the correct font in the HTML text field.

    Everything works except the police.

    I imported the CSS and the fonts in Construct.

    An idea ?

    Thank you.

    See code below my xml :

    <hint id='bul_start'><![CDATA[

    Ici le Titre

    ]]></hint>
  • Problem Description

    After several days to know why 95% of my sounds did not load and why no video load, except after reloading the page, here is the solution: disable the "Preloads sounds" in the properties of the module.

    And everything works now.

    Affected Browsers

    • Chrome: (NO)
    • FireFox: (NO)
    • Internet Explorer 11: (YES)

    Operating System and Service Pack

    Windows 7

    Construct 2 Version ID

    Construct 2 Release r248

  • After several days to know why 95% of my sounds did not load and why no video load, except after reloading the page, here is the solution: disable the "Preloads sounds" in the properties of the module.

    And everything works now.

  • Thank you for this plugin.

    But I have a problem with it.

    I get the color at the opening of the color box but not when I selected the color!

    It would be necessary that the plugin returns the color selected in the color box.

    Or, add a "get color" action.

    Thank you.

  • Try Construct 3

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

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

    I have text with special characters (the # for example) to send with Ajax request to a PHP but I only recover part of my text. All that is from the # is not recovered (the # either).

    How to make pass special characters?

    Thank you.

  • christ59 simple error in ID's. In HTML ID is unique for each element.

    I'm terrible

    Thank you for the info !

  • Example here : catupload.com/download/4bac27ac60586b339b4c2a840db4f092.html

    Thanks for your help.