Jump to content

SayeyeZohor

uniGUI Subscriber
  • Posts

    215
  • Joined

  • Last visited

Posts posted by SayeyeZohor

  1. 5 hours ago, mhmda said:
    • Operating system: it's a unigui application implementing the the desktop environment like (ubunto, windows...)
    • Export (excel, word, html...) using FastReport.
    • Html: using Htmlframe and linking it to server side using ajax events 

    Html: using Htmlframe and linking it to server side using ajax events 

    please send sample

  2. On 11/9/2018 at 5:35 PM, zemorango said:

    Hi guys,

     

    I wanted to share with you some of my work, this is a full Facilities Managment System.

    I hope you like it   :D

     

    image.thumb.png.c13760fda614b8124011dc9218c006e2.png

    image.thumb.png.009bc719357595f478ca9f0eb92376b2.png

    image.thumb.png.51f161067d04c9bf7161b4d48389327b.png

    image.thumb.png.7426ab33f9a4f4d8a6db24ff80f799ed.png

     

    image.thumb.png.a748b595e497b9b9d9dda9c546bd5402.png

     

     

    It still in beta, but very close to the final release.

    You can also see it in action here : https://byteinmotionapps.com/Facilities4EN/

    login : demo

    pass : demo

     

     

     

    how to USE HTML 5 and management in your unigui project dynamicly???????

     

    and

     

    how to use chart?/?????

    • Like 1
  3. 31 minutes ago, Sherzod said:
    
    procedure TMainForm.UniFormCreate(Sender: TObject);
    begin
      with UniPanel1 do
      begin
        JSInterface.JSConfig('titlePosition', [1]);
        TitleAlign := taLeftJustify;
      end;
    end;

     

    sorry, how change close btn position  also?

    image.png

  4. 15 minutes ago, Sherzod said:

    I guess I don't understand the question.

    You can use these commands, right?:

    
      UniSession.AddJS(Self.WebForm.JSName + '.restore();')
      ...

    This code not working....

    
      IF Self.WindowState = wsMaximized THEN
      IF Self.WindowState = wsMaximized THEN
  5. 25 minutes ago, Sherzod said:
    
    procedure TMainForm.UniFormCreate(Sender: TObject);
    begin
      with UniPanel1 do
      begin
        JSInterface.JSConfig('titlePosition', [1]);
        TitleAlign := taLeftJustify;
      end;
    end;

     

    tnx

  6. hi, i use RTL Property and i want change close/max/minimize btn AND Collapse btn  to right without change RTL

    please refer me tnx

    image.thumb.png.521b684eb80407214f2f8c71e6f0db74.png

    image.thumb.png.e91ff6f9b8936011e2ec3984c3b30661.png

     

    ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

     

    image.thumb.png.c883c6536eea05485ac0776ce8f4eeab.png

     

    image.thumb.png.b6b4fdc7ec5fdbac6ff398741d048782.png

  7.   IF Self.WindowState = wsMaximized THEN
        UniSession.AddJS(Self.WebForm.JSName + '.restore();')
      ELSE
        UniSession.AddJS(Self.WebForm.JSName + '.maximize();');
    

    hi

    how to check WindowState in unigui application?

×
×
  • Create New...