Jump to content

rasaliad

uniGUI Subscriber
  • Posts

    130
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by rasaliad

  1. Hi,

     

    I really love unigui and love you all guys... and a lot of you ask me for help here and help there especially with 'layouts' so I thought maybe I should do it more professional, so I will ask you:

     

    [unigui layouts - Extjs / Touch]

    Do you prefer a guide - pdf OR online live video conference (2 hours)?

     

     

    Hi Mohammad

     

    Thanks for your help to the unigui community, I prefer a PDF guide (and attach example projects file) because it can be read over and over.

     

    Thanks for advanced

     

    PD: I'm able to pay for it if it's necessary.

  2. Well... I just want to say Thank you,  

     

    Thanks for your help, there is a power behind the layout, to make beauty and flex GUI, but not all of us know about it, or how to use it. Your tutorials are very useful and appreciate. Thanks again.

     

    Regards,

  3. Hi Folks,

     

    I have a Mobile Form and on it, there is a TUnimDBListGrid, every 5 seconds, I want to refresh the query (Close and open a qrQuery1), then when the close and open happened, appeared the screen mask over the ListGrid, how can I avoid it to show?, I mean, I want to refresh but no with the screen mask, I have not set any screen mask property. 

     

     

    post-285-0-95606900-1507559743_thumb.png

     

    post-285-0-61219500-1507559756_thumb.png

     

     

    Thanks and Regards,

     

    Liriano

  4. Hi, could someone help me?

     

    I have a customer that is going to buy Delphi 10.2 Tokyo Professional with FireDac and UniGui, my question is: Does UniGui install without problem with Delphi 10.2 Tokyo Professional.

     

    Please give me a help as soon as possible, we need to buy it.

     

    Thanks in Advanced

     

    Liriano 

  5. H

     

    Thanks. I Suppose if i have questions about components i have to use the Sencha forum?

     

    Eric

     

    Hi etwoss, from 2011 I have never go to Sencha forum, and I have several project in UniGUI. It its Rock!!!!. Here in this forum you can find and ask what you need.

    • Upvote 1
  6. Hi,

     

    Try this:

     

    1. Remove these files from CustomFiles

     

    2. UniMainModule ->

    uses ... uniGUIClasses, uniGUITypes;
    procedure TUniMainModule.UniGUIMainModuleCreate(Sender: TObject);
    begin
      UniAddJSLibrary('files/DateTime.js', False, [upoPlatformMobile]);
      UniAddJSLibrary('files/DateTimePicker.js', False, [upoPlatformMobile]);
    end;
    

    Best regards.

     

     

     

    Hi DD!!!!

     

    Thank you, very, very much. Now All is working

  7. Hello Delphi Developer

     

    My Application is a Hybrid one, then after add the files Datetime.js and DateTImePicker.js to the files folder, now the desktop App is not running because the following files is not found:

     

    From the log file:

     

    [HandleFileRequest[192.168.1.37]]:File not found: C:\Program Files\FMSoft\Framework\unigui\ext-4.2.5.1763\src\DateExtras.js

    [HandleFileRequest[192.168.1.37]]:File not found: C:\Program Files\FMSoft\Framework\unigui\ext-4.2.5.1763\src\field\Text.js
    [HandleFileRequest[192.168.1.37]]:File not found: C:\Program Files\FMSoft\Framework\unigui\ext-4.2.5.1763\src\ux\picker\DateTime.js
     
    My question is, there is not problem if I copy this file to the corresponden folders? or What do you suggest to me?
     
    Thanks in advanced
  8. Call "ajaxRequest()" in onclick event of href and handle passed event

    <a href='#' onclick="ajaxRequest(MainForm.form, 'linkclick', ['param=value']);">Click me!</a>
    

    This code should be located inside TUniHTMLFrame to work.

    Thank you Zilav!!! it works

×
×
  • Create New...