Jump to content

mehmet07

uniGUI Subscriber
  • Posts

    625
  • Joined

  • Last visited

  • Days Won

    4

Posts posted by mehmet07

  1. Merhaba,

    Öncelikle cevabınız için teşekkür ederim. Ne yapmak istedigimi detayli anlatayim isterseniz.

    Unigui uygulamami rest server gibi de kullaniyorum. Disaridan uygulamaya bir istek geldiginde ,istegin geldigine dair tum aktif oturumlari bilgilendirmek istiyorum.

    procedure TUniServerModule.UniGUIServerModuleHTTPCommand(
      ARequestInfo: TIdHTTPRequestInfo; AResponseInfo: TIdHTTPResponseInfo;
      var Handled: Boolean);
    begin
     if ARequestInfo.URI='/test' then
        begin

    Boylece her calisan uygulama gelen bu bilgiye gore islemler yapacak.

  2. Merhaba,

    Servermodule'un onHTTPCommand event'i ile disaridan gelen istekleri alabiliyorum. Bir istek geldiginde bu isteği tüm oturumlara nasil iletebilirim acaba?

    Servermodule istek geldiginde global bir degisken olusturup bu degiskenin degerini değiştirerek cozum buldum , ama bu durumda da main forma bir timer ekleyip surekli degiskenin degerinin değişip değişmedigini kontrol ettirmem gerekiyor.

    Servermodule den tüm oturumlarin mainformuna bildiri gecmek mumkun mudur?

    Teşekkürler. 

  3. Quote

    .pivoth-grid .x-grid-header-ct{
    background-color: #F7F7F7;
    background-image:initial;
    border:initial;
    border-bottom-width: 1px !important;
    border-bottom-color: #E4E4E4 !important;
    border-bottom: 1px solid #E4E4E4 !important;
    height:60px;
    }

    Add this CSS code to servermodule -> customCSS. Then write pivoth-grid in PivotTable -> LayoutConfig -> ComponentCls section. 
    YourPivotTable.LayoutConfig.ComponentCls:='pivoth-grid';

    The problem will be fixed.

  4. image.png.01b507d48c0e813d076104982ef587c7.png

    Merhaba Hayri bey,

    Gridin liste kismina degil, toolbuttons kismindan buton ekliyorum. Eklediğim butona resimde ekleyecegim.Ama imageindex bos geliyor. Normal gridler de gridin images ozelliginden bir imagelist baglayinca oradaki image'in index degerini kullaniyorduk.

  5. There are 5 tabs in the unimtabpanel component. But when I compile the project, only 3 tabs appear on the mobile screen. Others do not fit the screen.
    In the UniPagecontrol component, if the tabs do not fit the screen, the navigation buttons appear.
    Is it possible to show these buttons in the unimtabpanel component?

×
×
  • Create New...