Search Results

Search results 1-5 of 5.

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • Button problem

    Nairolf - - emWin related

    Post

    Hi, Thanks a lot ! I have not tested it so far because I'm busy on something else but it look like it is what I search for ! regards, Nairolf

  • Button problem

    Nairolf - - emWin related

    Post

    Hi, That's what I want to do but how can I catch input on the newly created buttons ? Which callback are they attached to ? regards, Nairolf

  • Button problem

    Nairolf - - emWin related

    Post

    Hi, Not exactly. I want a menu with button linked to a program. And I want to dynamicaly add button to this menu if a new program is created (on react of the validate button of program creator menu). I already know how to react on button touch but, as I was saying, I'm not able to create a button with the behavior I want. regards, nairolf

  • Button problem

    Nairolf - - emWin related

    Post

    Hi Schoenen, I've said product but it more like a production program. A menu allows to create new production program and I want to create in live the button used to select the correct program when the system is in production. And a program is just a serie of values that the main program have to know before starting the production. regards nairolf

  • Button problem

    Nairolf - - emWin related

    Post

    Hello, For a project I have, I want to add product at the end of a specification process and I need access to process after they're created. An idea of mine is to add button linked to product every time I create a new one. My problem is that I just can't get rid of it. I've tried to create button via every avaible method (BUTTON_Create, BUTTON_CreateEx, BUTTON_CreateIndirect...) but every time, either I supposedly have a button with a "callback" function but I'm not able to display it or I displ…