Jump to content

molla2005b

uniGUI Subscriber
  • Posts

    222
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by molla2005b

  1. hi it is beautiful ribbon Have you used it? thanks
  2. hi u can use too UniSession.Log(s1,s2,subFolder:string); Best regards.
  3. molla2005b

    open pdf

    hi take alook to Pdf demo
  4. thank Delphi Developer it was very usefull for me Best regards.
  5. Thanks dear great work mohammad I hope you always good luck
  6. thank you very much dear Delphi Developer your approach solve my problem Best regards.
  7. hi any update for this problem?
  8. hi For JQuery solution click here or use this code var arabicNumbers = ['۰', '١', '٢', '٣', '٤', '٥', '٦', '٧', '٨', '٩']; $('.translate').text(function(i, v) { var chars = v.split(''); for (var i = 0; i < chars.length; i++) { if (/\d/.test(chars[i])) { chars[i] = arabicNumbers[chars[i]]; } } return chars.join(''); }) best regards
  9. Hi, I have attached it in here Jalalicalender.rar Best regards.
  10. hi ,I'm sorry for many request I have another problem when run this code " edDate2.DateTime:=edDate2.DateTime+1; " jump to more than 15 day after first click case attached too Best regards. Jalalicalender.rar
  11. what the problem in This code.Callback url not work. Download //Prepear menu ... SubmitUrl:=UniSession.CallbackUrlEx('MenuClick', Self, ['RES', 'OK']); <ul id="menu1"> <li> <h3><span>Tennis</span></h3> <ul> <li><a href="/">Serves</a></li> <li class="active"><a href="/">Player results</a></li> <li><a href="/">Leagues</a></li> <li><a href="/">Tournaments</a></li> <li><a href="{URL_CALLBACK}">Menu Click Test</a></li> </ul> </li> </ul> Menu_Str:=StringReplace(Menu_Str, '{URL_CALLBACK}', SubmitUrl, []); //Event ... procedure TMainForm.UniFormAjaxEvent(Sender: TComponent; EventName: string; Params: TUniStrings); begin if EventName = 'MenuClick' then begin if Params.Values['RES']='OK' then ShowMessage('Operation Succeeded: '+Params.Values['RES']) end; end;
  12. کل عام و انتم بخیر عید سعید
  13. Thanks Delphi Developer It is not work when UniDateTimePicker1.Kind=tUniDateTime; but work when UniDateTimePicker1.Kind=tUniDate;
  14. hi I have this problem.do you solve it? Run.dll: 00000D64: 02:08:04 []:>--------------------------------------------------------------< Run.dll: 00000D64: 02:08:04 []:Starting Server. Module Handle: 0000000002090000 Run.dll: 00000D64: 02:08:04 [TUniServerModule]:Server First Init. Run.dll: 00000D64: 02:08:04 [TUniServerModule]:HTTP Server not Started! Run.dll: 00000D64: 02:08:04 []:Server Started. Module Handle: 0000000002090000
  15. hi, yes you can use HttpDocument and HttpCommand Event from UniSeverModule take a look to HttpCommand best regrads.
  16. Hi , i would like to Return Focus To Previous Form Controls after close the Top(Modual) Form: ex : I Open Form1 and Open Form2 Thru Form1.I want to return Focus to Form1 control After Close Form2 I try with setFocus and WebFocus and UniSession.AddJS and SetActivate but not work. I upload a test case Download Best regards.
×
×
  • Create New...