Jump to content

herculanojs

uniGUI Subscriber
  • Posts

    565
  • Joined

  • Last visited

  • Days Won

    13

Posts posted by herculanojs

  1. On 10/16/2020 at 1:29 AM, x11 said:

    I think you can.

    You can download a trial, there are desktop demo projects, try to adapt them for mobile platforms.

    I've tried running simple desktop projects on my smartphone and they work. But I did not try to adapt.

    From which version this functionality is included. And which ones would be of the demos?
    In the trial version also available for testing?

  2. In version 1.70.0.1486 the option in MainModule - BrowseOptions.boDisableMouseRightClick has no effect. Even if set to true, the browser continues to display the context menu. How can I make the browser menu to be disabled?

  3. On 1/8/2021 at 12:17 AM, Hayri ASLAN said:

    Hi

    can you please create a test case?

    Are you using onready event?

    I was able to identify the problem. For some reason when creating the triggers and leaving the same visible = false, they were not found afterwards. Tanks

  4. On 7/9/2020 at 11:43 AM, Hayri ASLAN said:

    Hi,

    You can't change the trigger class after rendered.

    Please add 2 triggers to the edit. Set both visible:=True;

    On ready of form hide one of them:

    
    
      with UniEdit1, JSInterface do
      begin
        JSCall('triggers.t2.hide');
      end;

    And if you want to show the other one when you click to button use :

    
    with UniEdit1, JSInterface do
      begin
        JSCall('triggers.t1.hide');
        JSCall('triggers.t2.show');
      end;

     

    Hide works fine, but show gives error.

    image.png.15822392ad169a1ddff3889164110555.png

    image.png

  5. On 12/16/2018 at 4:58 AM, alp.yilmaz said:

    hi ,

    Can you share a simple program example that illustrates the use of FastScript.
    Thank you.

     

     

    I don't use fastscript, I use the TMS Scripter

×
×
  • Create New...