Jump to content

robinhodemorais

uniGUI Subscriber
  • Posts

    166
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by robinhodemorais

  1. I tried to do the same in version 1531 but it didn't work ....
  2. Hello, how does it work or export dynamic grid, I didn't find demo and example how to use it in the forum.
  3. I got.... function painted(sender, eOpts) { $('#'+sender.inputElement.id).mask("(99) 99999-9999"); }
  4. got this link https://cdnjs.cloudflare.com/ajax/libs/jquery.maskedinput/1.4.1/jquery.maskedinput.min.js is inside the files folder and configured, see the image that it is also loading on the console.
  5. try the following format, download jquery.maskedinput.min.js and jquery.min.js, in custom files declared as not ClientEvents> UniEvents should not be placed beforeInit: beforeInit function (sender, configuration) { Ext.onReady (function () { $ ("#" + sender.id + "- inputEl"). mask ("(99) 9999-9999? 9"); }); } but it didn't work, how can I do that?
  6. I have the StringGrid already configured to contain 24 columns and 40 rows through RowCount and ColCount of StringGrid, to write these values and make a query in my table and perform a loop in quary to pass the values to each cell of the stringgrid. Anyway that is filled by the StringGrid, is there no way to change the height of the line? because passing this stringgrid.ColWidths [0] value: = 0; I can hide the column but passing stringgrid.RowHeights [0]: = 0; it does not change the Heights of line 0;
  7. For example, forming an image, without a red rectangle, is two lines of line grid, it is a line 0 and a line 1, how do I hide these lines? if I can pass the height: = 0 parameter how to do the width: = 0 columns, it would work, but we cannot change the height of the specific stringgrid line.
  8. At this moment when we are entering, it would be a good option, we already have the client canceling the system and the values of the server windows are high to remain as affecting others too, Farshad as we are in this great evolution?
  9. I have a report that I set up on StringGrid, because it got better on it with the manipulation of cores and data by cells, I have 2 first columns that already hide them by passing or colWidth: = 0; however, I need to do this in 2 lines as well, like the first two lines, they use their value for account reports, but they should not be visible to the user, so how can you hide these two lines? A single alternative that is done for now changes the value of the blank, but it remains two lines of the string drop.
  10. Hello I managed to solve, I put the calls of js in html, thanks.
  11. how do i call a stick or pass a command with that function you did?
  12. Boa tarde, O Unigui roda somente na web ou mobile, porém o que você poderia fazer é rodar o unigui standalone e criar um browser com o delphi abrindo o localhost:8077, dessa forma você terá um executavel chamando a aplicação.
  13. WinExec ('e:\Robinho\webSocket\startNodeJS.bat', SW_SHOW); in a test in vcl it executes, but that same command by unigui does not execute the command
  14. I did the tests with this function but I couldn't make it work, it gives error
  15. Looking for how to run a stick with a single topic from that topic http://forums.unigui.com/index.php?/topic/3356-how-to-call-a-executable-file-on-server-side-within- unigui / where mhmda passes a procedure to execute, but I'm trying to implement it in my application and I'm not getting it ... when I'm in the development environment running autonomously, I need to execute a stick that is at the root of the root, this type of stop starts the service node of the service, or what I notice is that it appears quickly or that closes but I I can see something. in the bat file is in the following configuration bat name startNodeJS.bat
  16. Thanks for the return Farshad ... can I post? have an example to help me? because I can't find anything
  17. What are the functionality of ServerModule's onHttpDocument and onHttpCommand events? Does anyone have any examples? No example or demonstration was found .....
  18. Thanks for the help, you will do some tests, but it will not work with Hypper Server, you will not be able to put it into production, but in any case it will be used for studies ..... A doubt, do you know the features of the onHttpDocument and onHttpCommand events?
  19. i need to set up an api that will receive a post, this post will be a json of some information
  20. I really need it too and if the unigui naturally has this feature it will be fantastic, but I didn't find anything helping with these servermodule resources
×
×
  • Create New...