Jump to content

MVakili

uniGUI Subscriber
  • Posts

    172
  • Joined

  • Last visited

  • Days Won

    9

Posts posted by MVakili

  1. 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 ?

  2. it's very simple:

     

    1. Comment out the first line : // {$define UNIGUI_VCL}

    2. Close your project, then re-open it

    3. Compile and build it again.

    4. You will obtain your : Project1.dll

    5. Create a Folder in D:\ and name it for example D:\MyWebDoc

    6. Copy your project1.dll there.

     

    7. Now, you have to create your server application :

    Don't worry, just follow the Unigui.pdf guide (C:\Program Files\FmSoft\Framework\Unigui\Docs)

     

    At this point, in a brief description : you will create an alias (let say MyAlias) to your folder (D:\MyWebDoc) wich contains your project1.dll.

     

    You can see "Chee Yang Chau" setting for win 7, 8 and 10:

    http://chee-yang.blogspot.com/2009/10/configure-windows-7-iis7-for-isapi-dll.html

     

    8. Now, all ils ready. Just call your project from your browser like this:

    192.168.0.1/MyAlias/project1.dll

     

    (192.168.0.1 is your IP local server)

     

    • You can run it from any local machine (intranet)

    • You can suscribe for a VPS (Virtual Private Server) and run it from any device on the world (desktop, tablet, smartphone...) with any system (Microsoft, Android, Mac Os, and soon linux !?).

    Best regards.

    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 ?

  3. Hi,

     

    ... there are two versions for of setup:

     

    FMSoft_uniGUI_{Edition_0.XX.0.YYYY}_Beta.exe

      This is the one which will be installed on developer PC for development purpose only.

     

    FMSoft_uniGUI_{Edition_runtime_0.XX.0.YYYY}.exe

      This one is only for deployment purpose and will be installed on your server PC which your uniGUI apps will run.

     

    Best regards.

     

    Tanks 

    May I have have download link ?

     

    Hi Mr.Vakili

    You should copy the ext-4.2.2.**** and uni-0.99.50.**** folders to Your Root Folder on the server too

    Regards

    Hi Newbie

    I will try 

    tanks for you replay

  4. Yes, you need a VPS or a dedicated server. You can not run it in a shared host.

    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?

     

  5. Hi

     

    Put exec file into your server and execute. If you write http://yourserverip:portnumberto your browser's addressbar you can reach your application. If you wanna reach it from your website connect this ip addres to your website.

    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.

  6. Please see deployment guide in provided pdf doc.

    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 ?)

  7. 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...