Jump to content

Bektas

uniGUI Subscriber
  • Posts

    29
  • Joined

  • Last visited

Everything posted by Bektas

  1. I solved the problem . I read this "http://www.unigui.com/doc/online_help/installing-and-configuring-hyp.htm " after I intalled the FMSoft_uniGUI_runtime_1.90.0.1547.exe everything is ok .
  2. yes it is not working on the deployment machine.
  3. I do not know much about unigui. i'm so new. how can I install the hyperserver? where is the installer program? I made my own project and I am testing it on my own computer, but I want to run the program on another computer. please, tell me what shall I do?
  4. I do not know much about unigui. i'm so new I made my own project and I am testing it on my own computer, but I want to run the program on another computer. please, tell me what shall I do?
  5. 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
  6. It is ok . thanks with best regards
  7. 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 .
  8. you are wonderfull . it is ok. thanks a lot.
  9. it is working but it is not working with small values . pls try columns[0].setHeight(10)
  10. 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
  11. Client tarafı değişimi istemiyorum client tarafı global değişkenim durumuna göre buton rengini gösterecek.
  12. 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
  13. please run the demo on your computer https://drive.google.com/file/d/182JdEZXECX_P_uBK_gvjO6u4ctg6GV5K/view?usp=sharing
  14. I don't want to solve the problem with delphi . it is enough a solution in client extevent function .
  15. Yes I use TUniStringGrid. and I installed last version . but it is same problem. Actually if I can do it with Client extevents, it would be ok for me .
  16. May you have tested it on DBGrids? but there is a problem for goColSizing of TUniGridsStringGrid .
  17. I found there were 4 object features in all demos . How can I find features other than these features? How will we know other features? Always used list for Extevents getPosition() getText() getWidth() getHeight() setPosition() setText() setWidth() setHeight()
  18. 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
  19. I now get it why I can't download some attached files. Thanks for warning
  20. I am not using trial version. I dont understant why my profile is important. This is a question whoever answers I will be very pleased. Thanks
  21. 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
  22. goColSizing is true in options. But it doesn't work.
×
×
  • Create New...