Jump to content

Wajeed

uniGUI Subscriber
  • Posts

    18
  • Joined

  • Last visited

Posts posted by Wajeed

  1. On 3/8/2021 at 2:01 AM, Fred Montier said:

    We are proud to announce our new content series projects for uniGUI:

    uniGUi: Mastering (subject)

    Let's start with Mastering Edits and the like (combobox etc)

    All about a specific control with complete demos to facilitate adaptation to your project. But there is a special detail: it uses only the native controls of uniGUI! No third-party code, libs, components ... only uniGUI.

    It's been more than a year working collecting and testing the best solutions that really work from the uniGUI forum, Ext.JS community, W3School,  CodePen, uniGUI support and all the resources available on JS / HTML / CSS that I could adjust to work with uniGUI.

    We are already in the final phase of concluding the last of the series and we will start making the projects available for purchase along with support and manual in Portuguese and English.

    --------------------------------------- Soon available in code and Samples forum.

    uniGUI - Mastering Edits

    --- ENG-INT

    All about alignment, animation effects, transitions, side/in-line glyphs, CSS, validation, complete demos to easy

    adapt to your app. All related to edits, comboboxs and alikes.  But there is a nice catch: only using native uniGUI

    controls ! No 3rd party code, libs projects...


    Mobile and Desktop and PDF Manual (in english) showing how to modify, combine and create new visual !

    Is more than one year works collecting the best solutions really tested and working from uniGUI's forum, Ext.JS

    community, 3WSchool, CodePen, uniGUi Support and all resource available about JS/HTML/CSS that I could fit to work

    with uniGUI.

    No caveats or trick. Plain and simple uniGUI Controls. That's all that series is about.

    Don't waste you time digging tips.

    08/03 - Mastering Edits and alikes
    11/03 - Mastering Panels and alikes
    15/03 - Mastering Forms and Frames
    20/03 - Mastering uniGUI Mobile Apps Interface
    10/04 - Mastering db/grids  

    Live demos soon.

    Visit https://t.me/uniguiExpress
    Tel: +55 11-98620-7676 WhatasApp/Telegram

     

    --- PT-BR

    Tudo sobre alinhamento, efeitos de animação, glyphs/icons in-line, CSS, validação, demos completos para facilitar a adaptação ao seu projeto. Tudo relacionado a edições, comboboxs e similares. Mas há um detalhe especial: usa apenas controles uniGUI nativos! Nada de código de terceiros, libs, components... so uniGUI.

    Mobile e Desktop !

    É mais de um ano trabalhando coletando e testando as melhores solução que realmente funcionam do fórum uniGUI, comunidade Ext.JS, W3School, CodePen, Suporte uniGUI e todos os recursos disponíveis sobre JS / HTML / CSS que eu poderia ajustar para trabalhar com uniGUI.

    Sem meias soluções ou truques. Controles uniGUI simplesmente. É disso que trata a série.

    Não perca seu tempo cavando dicas.

    Não perca seu tempo cavando dicas.

    08/03 - Mastering Edits and alikes
    11/03 - Mastering Panels and alikes
    15/03 - Mastering Forms and Frames
    20/03 - Mastering uniGUI Mobile Apps Interface
    10/04 - Mastering db/grids

    Live demos soon.

    Visite https://t.me/uniguiBrazil ou http://www.unigui.com.br
    Tel: +55 11-98620-7676 WhatasApp/Telegram

    MasterigEdits.gif

    Not able to open https://t.me/uniguiBrazil from firefox,

  2. Going by the forum discussion , your project seems impressive, but my opinion is lack of documentation in English will be preventing users like me in trying the product. I suggest you to create series of HOW TO videos with English subtitle will help users.

  3. On a Uniframe,I have a  button and a UniHtmlframe.
    UNIHTML frame is set false (serverside delphi code) on formcreate.
    On Button click, i load some html stuff in unihtml and visible true (Serverside delphi code)- everything goes right.

    My question.
    how to hide unihtmlframe when i click anywhere in the frame outside unihtml.

     

     

     

  4. Thanks, works perfect.

    Now, i cannot do the same in Uniframe.

     Self.WebForm.JSInterface.JSAssign('myvar', [2356]);  gives error undeclared indentifier webform.

    may be i am missing some files in uses class. please help

     

  5. Newbie to unigui and javascript,

    I am trying to pass variable from a unigui form to javascript.I tried two methods as discussed in forum

    First method

    on Mainform.oncreate
     Self.WebForm.JSInterface.JSAssign('myvar', [2356]);

    on same form button1 clientevents(ExtEvents) , I tried to access the variable

    function click(sender, e, eOpts)
    {
      var n1 = MainForm.windows.myvar;
      alert(n1);
    }

    nothing happens.

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

    Second method
    on Mainform button click

    procedure TMainForm.UniButton2Click(Sender: TObject);
    begin
    UniApplication.UniSession.AddJS('var myVar = 1');
    end;

    clientside(Extevents)
    function click(sender, e, eOpts)
    {
      var n1 = uniVars.myVar ;
      alert(n1);
    }

    i get undefined alert message at runtime when i click the button.

     

     

    image.png

  6. Hi,

     

    I have downloaded UNIGUI trial edition and creating some simple applications. Kindly clear my following queries.

     

    1) is there any loyalty for applications created using UNIGUI ?. Can i install the created applications in different server without any additional cost ?

    2) After my subscription periord expires, will my applications work ?

    3) Can i create new Application / Modify existing application after subscription period expires ?

     

     

     

     

×
×
  • Create New...