Jump to content

Ario.Paxaz

uniGUI Subscriber
  • Posts

    315
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by Ario.Paxaz

  1. I replace in one procedure http://localhost with (https://My IP). But now set all of them and send result for you. Best Regards.
  2. procedure TfrmMsgCliCtrl.UniFormCreate(Sender: TObject); var S: String; begin // init edits and script: { S := 'http://' + StringReplace(UniSession.Host, IntToStr(UniServerModule.Port), '8070', []); //alternative?: S := StringReplace(UniSession.URL, IntToStr(UniServerModule.Port), '8070', []); if Copy(S, Length(S), 1) <> '/' then S := S + '/';} S := 'https://x.x.x.155:8070/' ; Script.Text := StringReplace(Script.Text, '$baseUrl$', S, []); edtBaseURL.Text := S; edtSessionID.Text := UniSession.SessionID; // create objects and init: FSL := TStringList.Create; FSL.Add('sid=' + edtSessionID.Text); FSL.Add('msg='); end;
  3. I create it. I replace "http://127.0.0.1:8070/"with 'https://My Ip :8070' and then check it. The edtBaseURL.Text value is (https://MyIp :8070/sessions) But I have problem yet. Best Regards.
  4. Hi I use SSL protocol and in you'r sample topic explain my problem. http://forums.unigui...olling/?p=52372 Best Regards.
  5. Hi I use SSL protocol in my project. I change the code procedure TfrmMsgCliCtrl.UniFormCreate(Sender: TObject); var S: String; begin // init edits and script: { S := 'https://' + StringReplace(UniSession.Host, IntToStr(UniServerModule.Port), '8070', []);} S:='https://my valid IP:8070'; end; Now in this line the error ocurred procedure TfrmSelectTargetSession.UniFormShow(Sender: TObject); var S: String; begin S := edtBaseURL.Text + 'sessions'; S := httpGetSess.Get(S); end; I add below code httpGetSess.IOHandler := TIdSSLIOHandlerSocketOpenSSL.Create(httpGetSess); httpGetSess.HandleRedirects := True; But don't fixed. Best Regards.
  6. Hi When I send message in Farsi(Persian) language ,the message don't send correct . I convert the message to hex ,but don't send correct . Best Regards.
  7. Hi Please see the GridCheckBox in Uni demo folder. "C:\Program Files (x86)\FMSoft\Framework\uniGUI\Demos\Desktop" Best Regards.
  8. Hi Set you'r field data type to Boolean. Best Regards.
  9. Hi Line Breaks or Alert Box For Example I want send for all user : (Admin want upload new version,Please exit from app). Best Regards.
  10. Hi I don't find the answer .Please guide me a little more. Best Regards.
  11. Hi How to can send message for all session? Best Regards.
  12. Hi I write new project,and copy some of unit from another project. When I close agent of project the "Unexpected Memory Leak" showed. What I must be do for correct it? Best Regards.
  13. Hi Suppose I have some of line in UniMemo,The user click on one of line in Unimemo . How to I find what line clicked? Best Regards.
  14. Hi How can select line by click in UniMemo? Best Regards.
  15. Hi Are you see this demo ? C:\Program Files (x86)\FMSoft\Framework\uniGUI\Demos\Desktop\StringGrid Demo Best Regards.
  16. Hi How to can remove column selection from UniDbGrid In RunTime? Best Regards.
  17. Hi I attach here. Best Regards. unicalendar_persian.rar
  18. Hi I attach another testcase that contain EventEditor.pas that show DateTimePicker,on the left of the page. http://uupload.ir/view/3sbt_unicalendar_persian.rar Best Regards.
  19. Hi It is the last Test Case. http://uupload.ir/view/hgt4_unicalendar_persian.rar Best Regards.
  20. Hi I click for open the DateTimePicker,but opened on the left of the page. Best Regards.
  21. Hi After Install 1426 version ,the cells height ,Back to the original state.
×
×
  • Create New...