Jump to content

ttamturk

uniGUI Subscriber
  • Posts

    234
  • Joined

  • Last visited

  • Days Won

    4

Posts posted by ttamturk

  1. UniPanel için bir Css sınıfı tanımlamak istiyorum ama şu ana kadar Onbeforerender, onbeforeinit eventlerinde yaptığım atamalardan bir sonuç alamadım. Ayrıca sender.html'e direk html vermeme rağmen yine de hiç bir işe yaramadı.

     

    style="background : ulr(xxx.png) repeat-x;" gibi bir stili uniPanel'e nasıl uyarlarız? Bu nesneler için CSS property'si olsa fena olmaz mı?

  2. Actually UniGui helps to Delphi about a long time desired Bussines Web Applications. (After very bad choices like Intraweb, even firemonkey!)

     

    UniGui simply does the job.. Developer instantly adapts codes to Web... No need to invent the wheel again..

     

    Not underestimate this product.

     

    FMSoft must be supported very well for Delphi's good fortune also...

     

    Best Regards,

    Tugrul

    • Upvote 1
  3. Hi Farshad,

     

    At this stage, I think you should start a PRE-RELEASE SALE system with (lets say) %50 discounted regular price.

     

    I think you dont need to wait for this (before exJs 4.x etc.). Because your product is good enough. Lots of people ready to use UniGui for commercial app.

     

    DO NOT HESITATE too much. Or wait for excelent documentation.. All this stuf will be ready when real Version 1.0..

     

    But you need to see future now.

     

    1. You will see actual number of interested Customer.

    2. Customer will see that you are how much serious in this bussines. Customer loyalty will increase.

    3. You will earn some money (Incentive) and speed up your development process.

     

    Thanks

    Tuğrul

  4. Hi Farshad,

     

    At this stage, I think you should start a PRE-RELEASE SALE system with (lets say) %50 discounted regular price.

     

    I think you dont need to wait for this (before exJs 4.x etc.). Because your product is good enough. Lots of people ready to use UniGui for commercial app.

     

    DO NOT HESITATE too much. Or wait for excelent documentation.. All this stuf will be ready when real Version 1.0..

     

    But you need to see future now.

     

    1. You will see actual number of interested Customer.

    2. Customer will see that you are how much serious in this bussines. Customer loyalty will be increase.

    3. You will earn some money (Incentive) and speed up your development process.

     

    Thanks

    Tuğrul

  5. Hi Again,

     

    I found out that UniDbGrid titles is not drawing (refreshing) correctly When Column.Title.Caption is changed, except OnTitleClick.

     

    It seems that UniDBGrid needs more attention to develop and give us some deeper advice that we can handle some...

    For example:

    1. How to force redraw titles when we want?

    2. How can we set grid row height?

    3. Can we handle grid column "Word Wrap" issue. (Not title, data cell).

    4. Auto Row Height?

     

    Thanks for good Work!

  6. Hi Farshad,

     

    I try to make a "pop-up box when column title click" feature.

     

    Is it possible to get left scroll position of the grid? (NOT "leftmost visible columm" Sorry Title was wrong.)

     

    or

     

    What is the best way to determine left coordinate of clicked title?

     

    or

     

    Any other possible ways?

     

    And...

     

    Showing image on Title? OnDrawTitle?

     

    Thanks.

  7. Hi Farshad,

     

    How can I determine cell is selected or not?

    procedure TMainForm.UniDBGrid1DrawColumnCell(Sender: TObject; ACol,
     ARow: Integer; Column: TUniDBGridColumn; Attribs: TUniCellAttribs);
    begin
     if IstekDurumIdField <> Nil then begin
        case IstekDurumIdField.AsInteger of
        2,3 : Attribs.Color := $00BFFFFF;     
        4 : Attribs.Color := $00DFDFDF;       //<< If Cell is "Selected" then I will use DARKER COLOR..
        end;
     end;  
    end;
    

    Thanks

  8. It is in todo list for a long time :)

     

    Ok Farshad. I solved my problem with TVirtualTable + TuniDBGrid way by now.

     

    I am getting familiar with UniGui, and I may want to start the professional project soon.

    I am waiting for you to publish commercial version.

    (..And I will purchase Sencha libraries also)

     

    Thanks for good work.

  9. Hi Farshad,

     

    I need jpg image upload with uniDBImage...

     

    Delphi XE2, MsSQL2008, Devart Unidac

     

    UniFileUpload + tUniDBimage

     

    I can upload BMP image but not JPG image!

     

    it shows error "Bitmap is not valid".

     

    It is Delphi2010,mysql(devaart unidac) configuration,

    I put tUniDBimage on form ,

    set datasource,

    and when i set datafield which is image-blob field from TUniQuery

    it shows error "Bitmap is not valid".

×
×
  • Create New...