Jump to content

Bektas

uniGUI Subscriber
  • Posts

    29
  • Joined

  • Last visited

Posts posted by Bektas

  1. I have a unigui standalone applicaton exe. I want it to work at another computer for win10.

    I added 8077 port

    I added myseverver.exe on firewall

    I intalled FMSoft_uniGUI_runtime_1.90.0.1549.exe in the PC.

    I intalled FMSoft_uniGUI_HyperServer_Config_1.90.0.1549 in the PC.

    I intalled FMSoft_uniGUI_HyperServer_Config_1.90.0.1549 in the PC.

    I intalled FMSoft_uniGUI_Theme_Pack_1.90.0.1549.exe in the PC.

    I restarted the PC on win10 .

    but I could not open the app by http://localhost:8077/  . I have not seen any  thing . it is empty . only I just saw my application title . 

    I could not find Sencha Ext JS and Sencha Touch on the website .I'm finding a demo download page on the . 

    Do I  have to pay money to download these files? 

     Where are their links.  Could you please write the link exactly?

     

    What have I missed?

    Thanks in advance

     

     

  2. 35 minutes ago, Bektas said:

    you are wonderfull . it is ok.  thanks a lot.

    nice in sight it is ok, but it doesn't work when I change size a column . so the problem is continue...

    pls try you will also see the problem .

  3. 3 minutes ago, Sherzod said:

    Hello,

    Try this approach:

    
    function reconfigure(sender, store, columns, oldStore, oldColumns, eOpts)
    {
        columns[0].setHeight(100);
    }

     

    it is working but it is not working with small values . pls try columns[0].setHeight(10) 

  4. On 1/29/2019 at 2:44 PM, mehamada said:

    i mean how to increase the first row of the gird (title) height size

    as example in dbgrideh

    dbgrideh1.title.rowheight = 24;

     

    not the header panel of the grid, your solution will only set the height of the header panel

     

    all of this is valid for dgrid. none of them did stringgrid. please try  heigh of ColumnTitles for unistringgrid so you will see the problem 

  5. 35 minutes ago, Hayri ASLAN said:

    Hello

    If you hide the column titles, you can resize the columns.

    So please set ShowColumnTitles = True

    yes you solved. thank you very much for fast and sincere interest .

    item1. 

    how can I set column title?

    item2.

    how can I set  heights of column title? if it is possible , no need item1

     

     

  6.   var W=MainForm.UniPanel1.getWidth() - MainForm.UniSpeedButton1.getWidth();
     I can get  objects MainForm  in functions of extevents but I can not get variables of MainForm or UniServerModule .why?

    I use that UniSession.AddJS('var i');
     Self.WebForm.JSInterface.JSAssign('i', [125]);

    I don't want to use it that way. I'm constantly updating the variables when changing values

     

     

     

     

  7. I have a public integer variable named myval in TMainForm . how can I use it in a function of ExtEvents?

     

    I tried it below it works but I don't want myval  to update every time. 

    Self.WebForm.JSInterface.JSAssign('myval', [2356]);

    Is there a command that works like the following?

    I tried the UniSession.AddJS('TMainForm.myval')  but it didnot work  because I am new I dont know how to use it .

    This question has been asked a lot, but I could not find any clearly answer.

    Thanks

    Bektas

×
×
  • Create New...