Jump to content

gerardocrisci

uniGUI Subscriber
  • Posts

    177
  • Joined

  • Last visited

  • Days Won

    7

Posts posted by gerardocrisci

  1. Provided that the seminar examines two best libraries for the web Ext JS and JS React,

    It is to consider the fact that  Wintech Italy talk on a day  ...  dedicated to the future of Delphi.

     

    I consider UniGUI a best library on which point to create programs,

    In fact, I was one of the first (18 months ago) to buy a license ..

     

    But in the past there have been many other libraries developed by ExtJs as ExtPascal, Raudus, hellokitto ..

    and it is not to be excluded that Embarcadero has consideration for these Framework js to create one library for web interface.

    • Upvote 1
  2. translated

     

     

    Wintech Italy

     

    SEMINARS - June 8

     

    A day of seminars dedicated to the development with Delphi. Members can freely choose to follow two sessions (one in the morning and one in the afternoon), according to your preferences.

     

     

    MORNING

     

    Web development: ReactJS and ExtJS compared

     

    LUCA MINUTI - MARCO BREVEGLIERI

     

    The world of web frontend development is constantly abuzz with constant output of new framework that promise to revolutionize the way we work.

     

    In this workshop we compare two completely different framework: React JS and Ext JS, and it will analyze its strengths and weaknesses trying to figure out how to choose the right one for us.

     

    Introduction to the development of Web applications

    DOM from the framework: Ext JS and JS React

    Development of a complete application

    And the winner is ...

     

     

    :blink2: You will also be discussed UNIGUI or there is a development of a new library of Embarcadero ?? :o

  3. http://www.delphiday.it/

     

     

    Wintech Italia 

     

    SEMINARI - 8 GIUGNO

    Una giornata di seminari dedicati allo sviluppo con Delphi. Gli iscritti possono scegliere liberamente due sessioni da seguire (una al mattino e una al pomeriggio), secondo le proprie preferenze.

     

     

    MATTINA Sviluppo Web: ReactJS e ExtJS a confronto

    LUCA MINUTI - MARCO BREVEGLIERI
    flag-italy.png

    Il mondo dello sviluppo frontend web è in continuo fermento con la costante uscita di nuovi framework che promettono di rivoluzionare il modo in cui lavoriamo.

    In questo workshop mettiamo a confronto due framework completamente diversi: Ext JS e React JS e ne analizzeremo pregi e difetti cercando di capire come scegliere quello più adatto a noi.

    • Introduzione allo sviluppo di applicazioni Web
    • Dal DOM al framework: Ext JS e React JS
    • Sviluppo di un'applicazione completa
    • And the winner is...
  4. I noticed that when the application starts that TUniImageList created when a folder in "cache / res" with all the icon in the component.

     

    It is no longer simply an ImageList component that does relate directly to a server folder with icons already inside nomenate 1.ico, 2.ico, 3.ico ...

     

    So the dll is smaller and does not waste time every time to create temporary files.

     

    I have not the source for TUniImageList and I can not do it.

  5. Hello everyone
     
    finally I'm using this library to a project.
     
    I ask you to have a component as TUniDBComboBox /TUniComboBox
    that besides having the property Items
    has properties by Values
    to display a label
    and set in the database a different value,
    Thank you

     

    <ul class="x-list-plain">

     <li value="C">Coffee</li>

      <li value="T">Tea</li>

      <li value="M">Milk</li>

      <li value="W">Water</li>

      <li value="J">Juice</li>

      <li value="B">Beer</li>

    <ul>

×
×
  • Create New...