Jump to content

Hayri ASLAN

Moderators
  • Posts

    1577
  • Joined

  • Last visited

  • Days Won

    134

Posts posted by Hayri ASLAN

  1. 1 hour ago, Gökhan Güneş said:

    Merhabalar, locale-tr.js dosyasına ben gerekli eklemeleri yaptım ama maalesef yine Türkçe değil. Bence başka bir yerde problem var. Ne yaparsam yapayım servermodule üzerindeki locale değerini algılamıyor program.

    Merhaba

    Yaptiginiz ornek programi atar misiniz? 

  2. 20 minutes ago, irigsoft said:

    thanks, is any solution possible to this working principle

    1. I have 100 components in one form and 10 of them are tuniPanel with components like uniDBGrid, uniButtons, uniLabels.

    2. When the form is created, all components are created dynamically, but only 3 uniPanel with components in form are visible and the other components are not visible.

    How to reduce loading time, is it possible?

    Hi

    Can you make a test case so I can work on it?

     

  3. 7 hours ago, Gökhan Güneş said:

    Çevirilerdeki eksikleri JS dosyaları içinden ben yapabiliyorsam sıkıntı yok, ama her çeviri için EXE değişikliği veya güncelleme gerekiyorsa bunları sizden beklemek gerekeceği için zaman kayıpları yaşanacaktır. Aslında dökümantasyona bu tip işlerin nasıl yapılacağını da eklemeniz lazım bence. 

    Lisanslama ile ilgili de bir sorum olacak;

    Tek bir unigui lisansı aldıktan sonra şirket içinde her makineye kurup kullanabiliyor muyuz? yoksa kullanıcı başına lisans fiyatlarında değişiklik oluyor mu? STORE kısmında göremedim.

    GÜNCELLEME : Gördüm, Volume Pricing kısmındaymış. 

    Merhaba

    locale-tr.js dosyasindan yapiliyor guncellemeler. Dolayisiyla sadece js dosyasini degistirmeniz yeterli olacak. Her seferinde yeni exe ye gerek olmayacak.

  4. 20 hours ago, Tokay said:

    I've continue to find soultions for other Jpeg/Bitmap issues.

    This is converting function that works with UniGui, FMX:

    procedure ConvertJpgDoBmpStream(FileName: string; Stream: TMemoryStream);
    var
     Bitmap: TBitmap;
     bs: TBitmapSurface;
    begin
     Bitmap := TBitmap.Create;
     try
      Bitmap.LoadFromFile(FileName);
      bs := TBitmapSurface.Create;
      try
       bs.Assign(Bitmap);
       TBitmapCodecManager.SaveToStream(Stream, bs, 'bmp');
       Stream.Position := 0;
      finally
       FreeAndNil(bs);
      end;
     finally
      FreeAndNil(Bitmap);
     end;
    end;

    It works fine, returns BMP, but UniCanvas couldnot load the BMP from the stream. Actually nothing just happens. I also check with loading BMP into the stream from the file and after try to open it UniCanvas1.LoadFromStream(Stream) but without success too. Linux, Ubuntu.

    Unfortunately we still does not have all the runtime UniGui code, TBitmap code does not exists in the installator and I could not find what is wrong.

    Farshad please fix the LoadFromStream!

    Hello

    Is uniimage works with this conversion?

  5. 23 minutes ago, Gökhan Güneş said:

    Ben aslında Build klasörü altında gördüğüm her LOCALE klasörüne TR uzantılı dosyayı kopyaladım. Diğer dosya isimlerine uygun şekilde yaptım. Sonrasında projeyi yeniden compile ettim ama yine de Türkçe yapmayı başaramadım. Dediğim gibi, ExtJS'nin kendi locale klasörü altındaki TR dosyasında tüm metinler çevrilmiş. Mesele sadece onu nerede ve nasıl kullanacağımı anlayamamış olmam. Şu an hala bu sorun ile uğraşıyorum.

    Bu arada Google üzerinde de bu konu ile ilgili araştırmalar yapıyorum. Unigui'nin localize edilmesi konusunda çoğu kişi sorun yaşamış. Bir çok kişi TsiLang bileşenleri veya Langman diye bir component kurup onunla çevrim yapmayı bile önermişler. Ben servermodule'da extLocale=TR yapmama rağmen neden Türkçe olmadığını anlamadım. Sanırım Trial versiyon ile ilgili bir sınırlama var gibi.

    Merhaba

    Desktop uygulamasinin turkce dil kisminda bir sikinti bulunmuyor. Mobile tarafta bazi ceviriler eksik kalmis. Bu yuzden  ingilizce goruyorsunuz.

  6. Just now, Fabio Fredianelli said:

    Hi guys, i asked this in the forum , in the support ( 4 months waiting...) but without any answer.

    Someone know what can i search for this problem ?

    I'm using hyperserver  with windows server 2014 in production server and the applications are running well, but if i try to load the /Server option it stuck in loading.... , if i try localy without hyperserver it load normal.

     

    Are you using Servermodule.urlpath?

    can you share hyperserver configuration file?

  7. 17 hours ago, pro_imaj said:

    Hi, when I add Multiple files with UniFileUpload Button1, UniFileUpload Button1 Completed event gives me single file path, how can I solve this.

    When you run the attached sample file, drag and drop 2 files. Two lines of information appear on the Memo object, but both have the same name!

    Thank you.

    FileUpload - DragDrop.zip 14 kB · 0 downloads

    Hello

    Please use OnMultiCompleted event

    • Thanks 1
  8. 27 minutes ago, sicoobcooplivre said:

    @Sherzod

    Good evening!
    I have a clientdataset that has to bring in 100,000 records.
    What is the ideal way for unidbgrid to perform better?
    Today I open the clientdataset with all the records, and I set it to paginate every 100 records, but it got slow!
    Thanks!

    Hello

    You can check Grid - Infinite Scroll demo

    • Like 1
  9. 25 minutes ago, picyka said:

    using the hyperserver, is there a way to notify the sessions? or would have to wait for websocckets

    You need to wait for websockets

  10. 3 hours ago, picyka said:

    Currently I use HyperServer, I would like to know if there is any event to notify the user that there is a new version of the system,

    for him to leave the system and enter again. It is possible?

    We don't have any event for this.

    You can create a logic to check a field in database. When you upload new version, you can change it and notify customers.

  11. 7 hours ago, pro_imaj said:

    Hi @Hayri ASLAN,

    I can't see what values Params can take. I want to save the A-Z sorting value of the relevant field to the ini file and get it.

    I can't get it in the form of Params['topAxis', 'Direction' ].asstring, how can I get the list of it.

    Please check the attached file.

    Also please replace the uniDBPivotGrid.pas file so direction will work. 

     

    pivotgridconf.zip

    • Like 1
  12. 1 hour ago, pro_imaj said:

    Hello Hayri,

    Thanks for the answer.

    I added the following code to the project, but nothing changed.

    I'm attaching a test project, if you could take a look, I'd be very grateful.

     

    PivotGrid - Configurator.zip 23.76 kB · 0 downloads

    Hello

    I tested with your demo app, as you can see we are getting the configchange event and the columns in the respective field.

    You will save them to database and when you open form, you will add them to configurator.

    image.png.ab41302f15d4e66a0d0e88f74c5c1a12.png

    image.png.ea95f1bf0e784a972cc31bfa30ee1b33.png

×
×
  • Create New...