Jump to content

MVakili

uniGUI Subscriber
  • Posts

    171
  • Joined

  • Last visited

  • Days Won

    9

Everything posted by MVakili

  1. Tanks for replay we have to work as a team and I think this is best way
  2. Hi I want to share an unit in our team. In testcase you can see we have A project assumed to share . In B project I want to call the procedure of A project. But after call Uni shows The A form too , but I dont want it How I can solve it? Projects.rar
  3. Hi I change this code procedure TFChart.WChartAjaxEvent(Sender: TComponent; EventName: string; Params: TUniStrings); begin if EventName = 'ClickSeries' then ShowToast(ChartName+'</br>'+ Params.Values['name']+' In '+Params.Values['category'] +' : '+Params.Values['value']); and I want have this message in tooltip and label too. my current values is ChartProperties.Values['tooltip'] := '{visible: true, format: "0"}'; ChartSeriesDefaults := 'labels: {visible: true,align: "fit", position: "insideEnd"}'; 1) Please help me to change it as I show in ShowToast 2) How I can show percentage in my tooltip ?
  4. If you want to auto start program after run server use this command post-build -> start http://localhost:8077
  5. you alright but I have no idea what happened I check my folder . I have same file
  6. taskkill /f /im $(OUTPUTFILENAME) 2>1 || exit /B 0
  7. MVakili

    Iran

    لينكش اكسپاير شده ميشه جديدشو بديد
  8. Hi tanks for a good step by step working I did all of this steps and get this msg An Exception has occured in application: Cannot create file "C:\inetpub\eds7\cache\EDS7_dll\res\app_main_icon.ico". The system cannot find the path specified Restart application I stop the www server and start it again and made all of the folders again but I have error yet may help me ?
  9. Tanks May I have have download link ? Hi Newbie I will try tanks for you replay
  10. Thank you I did it before. My current VPS is 2008 server 64 . i run My server uniGui program successfully but when I try to use the address, it stay on loading message and do nothing . I change my program to a simple page , just an edit box and try it again . but didnt changed anything so , I ask , which part you guess is wrong ? my server options or my program ? if I have to change my server , what options I have to check or change?
  11. Tank you but I think this way works on VPS , Is it ? I did it on my server and works correctly , but I need to run this program on a website not a VPS.
  12. I read it before . It says that I can run The Exec file in a windows and use it in a browser how I can run an exec file in a web site ?(or I did it wrong ?)
  13. It says HTTP Status 403 -type Status report message description Access to the specified resource has been forbidden. Apache Tomcat/7.0.57
  14. Hi 1)tanks for you nice component 2)how i can pay and register them ? 3) I finished my standalone example and run it on my computer and it worded good. but I want publish it on the web , how I can do it ?
×
×
  • Create New...