Jump to content

mehamada

uniGUI Subscriber
  • Posts

    63
  • Joined

  • Last visited

Posts posted by mehamada

  1. On 8/4/2020 at 2:41 PM, SergioFeitoza said:

    Thanks Sherzod  Good material

    This video is the best one I found about “Delphi / uniGUI: ISAPI application with Apache Server. Simple and Practical”. With it and Xamp I could finally deploy my program

     

    I suggest including it in the site / manual

     

    https://www.youtube.com/watch?v=krSKLEt6KMY

     

    or unigui stuff create a videos on them channel for deploying this modules (ISAPI, APACHE)

  2. On 10/18/2018 at 7:39 PM, GerhardV said:

    Sorry don't speak Portuguese or whatever language that is :)

    google translate

    I managed to solve it with the following CSS: .x-column-header { border-right: 1px 1px 1px 1px; border-left: 1px 1px 1px 1px; border-top: 1px 1px 1px 1px; border-bottom: 1px 1px 1px 1px; color: #000; /* -- GRID HEADER FONT COLOR -- */ background-color: #F0F8FF; font: 400 13px 'Segoe UI', 'Open Sans', 'Helvetica Neue', helvetica, arial, verdana, sans-serif !important; }

  3. On 4/14/2018 at 1:39 PM, Abaksoft said:

    For now, I found a DIY solution :

    Creating an other Unigui Appli  (As VCL Mode) containing only FatsReport Components (frxDesigner...),

    witch can be launched by the principal application (AsService).

    it works "fine", Mmm......with some MemoryLeaks !

    could you share the source or explain it in details?

    • Like 1
  4. 13 hours ago, Hayri ASLAN said:

    Hello

    You question is not clear. You asked "from where i got the style and body style and other porperties of config?" and if you want to know what these properties you can check the documentation as they are config variables. Sorry to give you ExtJS docs link main page. The correct page will be https://docs.sencha.com/extjs/7.4.0/classic/Ext.panel.Panel.html#cfg-bodyStyle

    you know i want to master the integration between unigui and sencha js code, the problem the documentation of unigui is very small only one or two pages which didn't give me an satsified answer.

    i mean, unigui team should distribute how unigui deal with the sencha framwork no need for source code but explaining is enough,

    also no books for unigui can explain that only a brazilian book and not written in english

  5. 13 hours ago, Hayri ASLAN said:

    Hello

    You question is not clear. You asked "from where i got the style and body style and other porperties of config?" and if you want to know what these properties you can check the documentation as they are config variables. Sorry to give you ExtJS docs link main page. The correct page will be https://docs.sencha.com/extjs/7.4.0/classic/Ext.panel.Panel.html#cfg-bodyStyle

    thank you,

  6. 4 hours ago, Hayri ASLAN said:

    Hello

    You can check all the properties from EXTJS docs.

    https://docs.sencha.com/extjs/7.4.0/

    yeah , but it's only for sencha and you want me to read the wole documentation to know how i will itegrate it after gusseing and testing for next year to detect

    what is it,

     

    thank you ......

    actuallly it's fail answer, like i want to learn how to swim you put me in the ocean and order me to go

  7. On 6/13/2019 at 5:48 PM, fabiotj said:

    Hello guys!
    After a few years I am again working on tests with UniGui, trying to convert a Soft ERP (Delphi VCL to UniGui), and for this I updated the conversion tool that I had suggested in 2012, it is available in annex and can help anyone who wants to convert their soft VCL to UniGui.

    https://drive.google.com/file/d/1H8JLXzfNpVwM7sj7Wu-kjkaXierMC7ah/view?usp=sharing

    post-849-0-85107200-1343326678_thumb.jpgpost-849-0-86237200-1343326752_thumb.jpg

     

    Additional conversion tips:

    0) Analyze the visual objects of your project and see if they have a corresponding in the VclToUniGui.dat file

    1) Remove all TBevel from the project, as it does not have TUni compatible

    2) Add via Notepad ++ or another program that replaces text in bulk files in the section Uses the units UniGUIForm, uniGUITypes, uniGUIAbstractClasses,
       uniGUIClasses, uniGUIRegClasses, uniGuiVars, uniGUIApplication

    3) According to the use in each .pas add also the Units
    uniLabel, uniButton, uniBitBtn,
       uniSpeedButton, uniEdit, uniImage, uniGUIBaseClasses, uniPanel,
    uniCheckBox, uniMemo, uniMultiItem, uniComboBox

     

    could you reupload again

×
×
  • Create New...