Jump to content

maher

uniGUI Subscriber
  • Posts

    116
  • Joined

  • Last visited

  • Days Won

    3

Posts posted by maher

  1. Hello Frashad,

     

    I hope that the unigui chart will support:

     

    * Customize colors and gradients for bars (each).

    * Click event in single bar.

    * Customize bar width.

    * Save the chart (server side) for reports.

    * Enable/Disable Legend click.

    * Enable/Disable animation.

    * Hints for displaying  'Y' values on mouse over.

     

    thank you

    • Upvote 1
  2. Hi, 

     

    when update to the last ver of unigui

     

     

    I had a problem with GRID !!!! and find out that

     

     

    The index  of columns in the "ExtEvents"  begin from "0" not "1".

     

     

    // Index = 0 to columns.length-1    in the Previous version  was Index = 1 to columns.length

     

  3. Thank you patmap , شكرا

     

    it's work , but i have another problem,

     

    I used the "onbeforeunload function" to confirm Exit,

     

     

     
    window.onbeforeunload = function{
     retrun "Are you sure you want to leave My system? The system will Terminate!";
    }
     

     where i can put the code

       ajaxRequest(sender, 'SessionClosed', [] );

     

    Thank you
     

  4. Hi

    2. Put the code in UniServerModule.CustomMeta  ,   to confirm reload , close ,refresh the browser 

     

    <script language="JavaScript">
    <!--
    window.onbeforeunload = bunload;


    function bunload(){
    dontleave="Are you sure you want to leave the system? The system will Terminate!";
    return dontleave;
    }


    //-->

  5. Hi,

     

    I have add a "free form" to my application and I use this code to display the form:

     

     

    procedure TMainForm.btn_testClick(Sender: TObject);
    var
     frm:TUniForm1;
    begin
     frm:=TUniForm1.Create(UniApplication);
     frm.Show();
    end; 

    I want to free (delete) this form after closing it, How can I do that?

     

    ** I wonder: when the form been closed the system free it automatically?!!

  6. Hi,

    Thank you for Repy,

    Everything working in standalone

     

    The problem when install the Service it Not in the Services list ?!?!?!

     

    Can you give me a samples of UniGui appication that work as Service :)

     

    Thank you

    Maher.

     

     

     

     

    rebuild your application as a standalone web application and test it - does everything work as expected?

  7. Hello,

     

     

    I tried this to add image to my unidbgrid but I don't know how

     

    1. calculated fields !!?!! I don't know how to start !!

     

    2. OnGetText !!?!! I also don't know how to implement this !!

     

    Any one could giv me sample project or explain to me step by step how to do it?

     

    I use UniDac to connect to mysql (query and datasource).

     

    Many thanx to u all :)

×
×
  • Create New...