Jump to content

55143681

uniGUI Subscriber
  • Posts

    670
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by 55143681

  1. How to translate this delphi code into cbuilder code? JSInterface.JSCall('getTabBar().setVisibility', [TabBarVisible]); void __fastcall TMainmForm::UnimFormReady(TObject *Sender) { if( !UnimTabPanel1->TabBarVisible) { UnimTabPanel1->JSInterface->JSCall("getTabBar().setVisibility", ????????); } }
  2. Thank you very much。 C Code is Here: 1)下一页 void __fastcall TUniFormUser::UniBitBtn10Click(TObject *Sender) { if(UniDBGrid1->WebOptions->Paged) { UniDBGrid1->JSInterface->JSCall("pagingBar.moveNext", "[]"); } } 2)上一页 void __fastcall TUniFormUser::UniBitBtn9Click(TObject *Sender) { if(UniDBGrid1->WebOptions->Paged) { UniDBGrid1->JSInterface->JSCall("pagingBar.movePrevious", "[]"); } }
  3. How to turn to the next page or the prior page with code?
  4. UniGUI1555+XE10.3.3 MY Error is: sender.getPicker is not a function.
  5. Dear: In my project,I create a "Mobile Login Form" and use it to login, now,some other website maybe call me with a "code" url,such as "https://127.0.0.1/8077/m&code=SLKJDFJJFDSAJ" if the code is right,I will enter my main Page without login action. if the code is not right,I will call the "Mobile Login Form". How to add a judge before call my "Mobile Login Form",I wll read the url first and judge the url parameter, if the "code" parameter is right,the user will enter the main page, if the "code" parameter is not right,ther user will have to use "Mobile Login Form" to enter his username and password?
  6. In my uniDBGrid,only one record can be selected, and I want to get the new selected record's field value, field a or field b.
  7. UniGUI updates so quickly and with the new version coming out there maybe some new example demos, My suggestion is: In the main demo page there should add a page, tell us something about the new added demos and the demo links. Such as: unigui1555: demo_a http://djfs.slkjdf.ljskdf.com unigui1553: demo_b http://djfs.slkjdf.ljskdf.com
  8. In my project, my UniDBGrid 's dgCheckSelect=true and dgMultiSelect=false, If I click a button ,a want to know if there is any record selected? How to do that?
  9. Thank you very much, I am chinese, I also use original language(us). I test that again, 10.3.3+unigui1554 is ok, but, 10.4.2+any unigui version (1552\1553\1554)to open my old project will have the error, So,I think that must be something different for 10.4.2
  10. Dear: I have do this,but still error. Have you some other advice? Or I will have to reinstll xe10.3.3, waiting for you.....
  11. See my c_demo, a so simple example develped with xe cbuilder10.3.3+unigui 1551 Now,with xe10.4.2+unigui1553 or 1554, Still a link error: c_demo.zip
  12. And under the folder there is no a file like uniguimjsform.* How to resolve this problem?
  13. The lib files exist under the folder, I have add the path to the search path,but the error still exists.
  14. Dear Hayri ASLAN and Sherzod: Can you help me? waiting for you
  15. 1554 still Linking error with the same Error.
  16. My project runs well under XE10.3.3 cBuilder+UNIGUI 1551, But After I update to XE10.4.2+unigui 1553, I have a Linking error: Unable to open file 'UNIGUIMJSFORM.obj' In my project there is not any forms named UniGUIMJSform, why?
  17. why? The first column can do that,why not the last? Many website have this function
×
×
  • Create New...