Jump to content

Sanyi

Members
  • Posts

    58
  • Joined

  • Last visited

Everything posted by Sanyi

  1. Hi Sherzod, I did it. Conclusion: 1. I'm programming C++. Before I set these options with a pascal code: procedure AddUniDBGridOption(var dg :TUniDBGrid;opt :TUniDBGridOption); begin dg.Options :=dg.Options+[opt]; end; procedure RemoveUniDBGridOption(var dg :TUniDBGrid;opt :TUniDBGridOption); begin dg.Options :=dg.Options-[opt]; end; That works no more in new version. I set the options with C++ code for example Rownumbers: dg->Options =dg->Options+TUniDBGridOptions() <<dgRowNumbers. That works with both of old and new versions. Very strange.... But dgEditing don't works. Here I'm doing what your wrote: I set ReadOnly property of grid. Thanks your help, Regards, Sándor
  2. Hi Sherzod, I tried your solution but not working. 1. I add dgRowNumbers in my formcreate. When I here call your solution, comes an error: 2. When I add after form create with a button clikc, then I see the column, but without numbers: This is a very big projects, with more then 400 source files! I need the runtime solution which works with Version 1546! Regards, Sándor
  3. Some other values of my programm..... Thats not good news. Something works with old versions, but in the new no more.....
  4. I mean other options... but I need it runtime, it depends on some other values.
  5. Thanks. And what it with others? I need to add or remove dgCheckSelect, dgMultiSelect, dgEditing. These will be working?
  6. No. My Customer Portal Login is office@medianova.hu I red it. " Starting from yesterday uniGUI forums started using the new email forums@fmsoft.net. Previous email was info@fmsoft.net. This means that all forum notifications will be sent from forums@fmsoft.net. You may need to adjust your email server whitelist to avoid emails from forums@fmsoft.net to go into spam folder. "
  7. The forum notification Emails will arrive. What schould I do?
  8. But why I become no answer for 2 month. And could you please correct it? I don't think that it cannot be corrected.
  9. I wrote, that in new version not working! In old version it works!!!!!!
  10. Hi! I made it. But no answer! Why? 2 month and no result? Regards, Sándor
  11. Hi! In new version 1555 I can't change the options in DBGrid in runtime (old version works!) UniDBGrid1.Options :=UniDBGrid1.Options+[dgRowNumbers]; not working! Please correct it! Regards, Sándor
  12. Hello, I started this node. What Farshad wrote, solved the problem. Regard, Sándor
  13. Hi! How can I hide in UniMap the layer selectoin panel? Thanks Sándor
  14. I need this feature too. With UniEdit works SelectAll Thanks
  15. From Farshad: " Can you please check pool settings regarding ISAPI Pool recycling? http://www.unigui.com/doc/online_help/index.html?iis_7_0.htm "
  16. ok, but I want it from my App Code
  17. Is it possible to get my node state? I want to know if my node is discarded. Thanks
  18. Sanyi

    Loading page

    Hi, I'm building huge applications with UniGUI. If the internet connection is slow, it takes a lot of time until the application appears in the browser of the device. Sometimes the users are thinking that the application is crashed. I would like to show a gif or any animation while the UniGUI page is completely loaded. I tried to show an image in a conventional html and redirect to UniGUI. It is visible as long as some UniGUI components are already loaded and at this point the gif disappears, so the user is not informed about 50 % of the whole loading time of UniGUI. Can you suggest any solution? Thanks a lot in advice! Regards, Sándor
×
×
  • Create New...