Jump to content

emin

uniGUI Subscriber
  • Posts

    143
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by emin

  1. emin

    Layout centered

    It works perfectly thanks alot
  2. emin

    Layout centered

    Hi Is it possible to create a layout like this in UniGui. I couldn't find center layout, may be I missed something Center layout
  3. Browser console shows below error: Uncaught TypeError: $(...).autoNumeric is not a function at ctor.<anonymous> (ext-unigui-min.js:9) at ctor.fire (ext-all.js:20) at ctor.doFireEvent (ext-all.js:20) at ctor.doFireEvent (ext-all.js:20) at ctor.b.doFireEvent (ext-all.js:20) at ctor.fireEventArgs (ext-all.js:20) at ctor.fireEvent (ext-all.js:20) at ctor.finishRender (ext-all.js:20) at ctor.finishRenderItems (ext-all.js:20) at ctor.finishRender (ext-all.js:20)
  4. The problem is that, I add to custom files jqurey.js and jquery.maskedinput.js As far as uniedit is concern everythink is ok as it sould be. However if I add a UniFormattedNumberEdit on a form/frame and run the project nothing shown on the form. When I remove jquery.js and jquery.maskedinput.js from custom files UniFormattedNumberEdit1 and other components run smoothly I tought that I've solved the problem, unfourtuanatly I couldn't
  5. I guess so. But firefox and samsung browser allow this kind of use. What is the difference and how can I handle this issue
  6. I think Responsive Layout is essential for a web application.
  7. Hi I add a uniurlframe on mainform to login a webpage. If I run the app locally everything is ok. However on serverside after login the page returns the login screen immediately. This happens on chrome and Edge browsers. When I use firefox I can login the page without any problems. Is there any configurations that I need to make
  8. I solved the problem, that's why I deleted the message
  9. emin

    32-bit-vs-64-bit

    Instead of sweetalert I use this one. It works smoothly. You can find all detailes below link http://forums.unigui.com/index.php?/topic/13421-unigui-does-humanejs-updated/&tab=comments#comment-71824 Humane.rar
  10. It is OK when you place edit on mainform. But doesn't work on a frame.
  11. emin

    32-bit-vs-64-bit

    Thank you for your reply
  12. Hi I have a project which will be used by aproximetly 1000 users. I'll deploy the app on a server which has 8 GB RAM and 8 Core Intel XEON CPU. I am not sure which is the best chose for building the project 32-bit Nodes or 64-bit Nodes. I've check the manuel about the issue. (Manuel link) The manuel recommends using 32-bit Nodes whenever possible I wonder if this recomendation still correct. Thanks in advance for your opinions
  13. Bu şekilde doğru çalıştı. Destek için teşekkür ederim. Bu tür detaylar için başvurabileceğimiz bir dokümantasyon var mı acaba? Paylaşabilirseniz çok memnun olurum.
  14. Please let me know any progress in resolving the issue. Because I need to decide whether or not to use excel exporter in my new projects. Thanks in advance
  15. Test uygulaması ektedir. Uygulamada veriler oluşturduğum test veri tabanından gelmektedir. unitest.rar
  16. I've created this database for the test case. You can find connection parameters on FD Connection1. I added mysql lib as well libmysql.dll
  17. Dear Sherzod There is already an example with ClientDataset in demos and it works smoothly. However, there is a problem when I use the query instead
  18. Test case ekledim. Test seneryosunda önce ülke veya meslek butonları ile listeleme yaptırıp, daha sonra listeyi yazdırırsanız sorunu görebilirsiniz. unitest.rar
  19. DBTreeGrid üzerinde verileri tree yapısında göstermek için TreeKeyFields özelliğini kullanıyorum. TreeKeyFields alanına tasarımda "ad;islemturu;meslek" parametresini girdiğimde ekli resimdeki gibi görüntüleniyor. Ancak uygulama çalışırken bu sıralamayı değiştirmem gerekiyor. Örneğin "ad;meslek" şeklinde veya "meslek;islemturu" şeklinde. Çalışma anında değişiklik için DBTreeGrid1.TreeKeyFields:='ad;meslek'; kodunu kullanıyorum. Ancak herhangi bir değişiklik olmuyor.
  20. I added a video to demonstrate the problem.
  21. When I examined the demo, I saw that exported records coming directly from the database. At runtime, no change to dbgrid source In my application, I change the names and properties of the columns in the same dbgrid according to query at runtime My code like this: query.close; query.sql.text:='select x,y from abc'; query.open; unidbgrid1.columns[0].width:=140; unidbgrid1.Columns[0].Title.caption:='x'; unidbgrid1.Columns[0].Title.Alignment:=taLeftJustify; unidbgrid1.Columns[0].Alignment:=taLeftJustify; unidbgrid1.columns[0].readonly:=true; unidbgrid1.Columns[1].Title.caption:='y'; unidbgrid1.Columns[1].Title.Alignment:=tacenter; unidbgrid1.Columns[1].Alignment:=tacenter; unidbgrid1.columns[1].readonly:=true; unidbgrid1.Columns13].Width:=140;
  22. Hi I extract UniDBGrid to Excel using UniGridExcelExporter. However, instead of the data in excel cells I see below message: Render Error: Cannot set property 'tdAttr' of null " The code I use for export: UniDBGrid1.Exporter.Exporter: = UniGridExcelExporter1; UniDBGrid1.Exporter.Title: = UniTreeMenu1.Selected.Text; UniDBGrid1.Exporter.ExportGrid; I wonder if I have a missing parameter that I haven't specified.
  23. When I use DBTreeGrid, I encountered two problems and although I searched the forum, I could not find a solution. 1- If I add TreeKeyFields values at design time, fields is grouped accordingly. When I change these values at runtime, there is no change. However, it is effective if I recreate the treegrid. This is not a very effective solution either. Because it is not very logical to do this every time a query runs on the data source that DBTreeGrid is connected to. 2- When I query on which DBTreeGrid is connected, it automatically becomes Fullcollapse. I tried the following methods to make the tree FullExpand again when the query changes. However, there was no change. When I do the query and FullExpand process at the same time, it is not effective. After the query, when I click the button, FullExpand works. How can I solve the problem? The code I use is: query.sql.text: = 'xxxxx'; Query.open; UniDBTreeGrid1.FullExpand; Alternatively, I used the code below. But it didn't help. UniTreeMenu1.JSInterface.JSCode (# 1'.getStore (). Data.items.forEach (function (hand) {el.expand ()}); ');
  24. DBTreeGrid kullanırken iki sorunla kaşılaştım ve forumda da araştırmama rağmen çözüm bulamadım. 1- TreeKeyFields alanına tasarım anında hangi alanları girmiş isem gruplamayı ona göre yapıyor. Çalışma anında bu değerleri değiştirdiğimde herhangi bir değişiklik olmuyor. Ancak treegrid yeniden oluştursam etkili oluyor. Bu da çok efektif bir çözüm değil. Çünkü DBTreeGrid'in bağlı olduğu veri kaynağında her sorgu çalıştığında bu işlemi yapmak çok mantıklı değil. 2- DBTreeGrid'in bağlı olduğu query üzerinde sorguyu yenileyince otomatik olarak Fullcollapse oluyor. Ağaç yapısını sorgu değiştiğinde yeniden FullExpand yapmak için aşağıdaki yöntemleri denedim. Ancak değişiklik olmadı. Sorgu ile FullExpand işlemini aynı anda yapınca etkili olmuyor. Sorgudan sonra ayrıca butona tıklatarak yaptığımda FullExpand çalışıyor. Sorunu nasıl çözebilirim? Kullandığım kod: query.sql.text:='xxxxx'; Query.open; UniDBTreeGrid1.FullExpand; Alternatif olarak aşağıdaki kodu da kullandım. Ancak faydası olmadı. UniTreeMenu1.JSInterface.JSCode(#1'.getStore().data.items.forEach(function(el){el.expand()});');
×
×
  • Create New...