Jump to content

NNPaulo

uniGUI Subscriber
  • Posts

    54
  • Joined

  • Last visited

Everything posted by NNPaulo

  1. In iexplorer V21H1 (windows 10) ok, graph is show evertime. In Chrome Chrome Versão 97.0.4692.71 (Compilação oficial) (64 bits), sometimes graph is not show. In Chrome Versão 97.0.1072.55 (Compilação oficial) (64 bits) is the same , sometimes graph is not show. And Finally FireFox V95.0.2 is OK.
  2. Hi Sherzod, thanks for reply. I make a simple test in delphi, click "graph" and "graph 2" and sometimes the graph is not show. Forgive my english! DelphiMob.zip
  3. Chrome Versão 97.0.4692.71 (Compilação oficial) (64 bits) I have a old VirtualMachine with XP and chrome 49.0.2623.112 m and in this chrome work fine.
  4. In Edge is the same that chrome ( Button "Graph", "Graph", "graph" and finally Button "Graph 2" ) only some time the graph is show.
  5. Graphics on mobile devices are not working on chrome. I created a test (attached) clicking "graph". In iexplorer and firefox it works, but in chrome it only shows the graph a few times. Unigui: 1.90.0.1531 C++Buider XE5 TstMobChart.zip
  6. I mhmda could you please verify this question: I follow the recommendation in this topic and use uniAlignmentClient in all components, but the unimscrollbox don't cooperate with the layout.
  7. When using uniAlignmentClient the UnimScrollBox don´t alig n to container. I attach a small project! Real.bmp The objective is that scrollbox align with UnimPanelScreen (the container ) and all client components is 100% width. http://forums.unigui.com/index.php?/topic/13071-responsive-mobile-modal-form/&tab=comments#comment-69803 Layout.zip
  8. Hi Sherzod, is OK, but i need change the code: function added(sender, container, index, eOpts) { var hd=sender.header; if(hd) { hd.setMinHeight(20); hd.setHeight(20); } } Thanks.
  9. Hi Sherzod, thanks for answer; Where i put this code? Mobile form don't have script!
  10. How can I change the height of the title in unimPanel? New Bitmap Image.bmp Thanks.
  11. Yes, I am a customer. And for now I'm satisfied. Small documentation, but good support.
  12. OK I found the solution; UniBitBtn1->JSInterface->JSConfig((UnicodeString)L"textAlign", ARRAYOFCONST(((UnicodeString)L"left")) ); @Hayri: Thanks @akr: C++ is very powerfull but some time have this....
  13. Ok I suspected of that, and parameters are ?
  14. Hi almusx; see Thanks to Hayri
  15. Hi Hayri; Yes is working! I try in my test case of Dephi and in my main project in C++Builder and is working! Thank you very much! Where i can find more information about this _rndAxis_ and another functions that i can use to customize the axis of chart?
  16. Hi Hayri, thanks for answer; I Try UniBitBtn1->JSInterface->JSConfig(L"textAlign", ARRAYOFCONST((L"left")) ); in UniFormCreate but the program compile but in chrome -> loading... and don't show the the form. the same in delphi UniBitBtn1.JSInterface.JSConfig('textAlign', ['left']); in TMainForm.UniFormCreate is OK and text in UniBitBtn align left I create a test program ( c++ BuilderXE ) Note: that sample is only for test of JSConfig; i evaluate UniGui and is only for that cases that is necessary use JS to extend the functionality of UniGui. BProject1.zip
  17. I agree, C++ is very powerful and UniGUI is fantastic, but is frustrating some difficulties found in UniGui with C++Builder. @Sherzod / @Farshad: how about creating a group / forum for UniGui users in C ++ Builder
  18. Ok, but please don't forget this question, is very important for me. Thanks.
  19. I Sherzod, any news about this?
  20. I to All, Does anyone have an example of calling JSConfig in C ++ Builder? Like: //UniBitBtn1.JSInterface.JSConfig('textAlign', ['left']); // Delphi UniBitBtn1->JSInterface->JSConfig("textAlign", ?????????????); ThanksInsert other media
  21. Thanks for answer. In: https://docs.sencha.com/extjs/6.7.0/modern/Ext.chart.series.Bar.html ... axes: [{ type: 'numeric', position: 'left', title: { text: 'Sample Values', fontSize: 15 }, fields: 'value', renderer: function(axis,label,layoutContext,lastLabel){ return lastLabel + ' KB'; } }, { type: 'category', ... Change the label of Chart, but i try change ... beforeinit in my project, but not working.
×
×
  • Create New...