Jump to content

Pedja

uniGUI Subscriber
  • Posts

    14
  • Joined

  • Last visited

Posts posted by Pedja

  1. Hello,

    I used UniGUI for a small project about 5 years ago, but I was a bit concerned about the absence of full source code for larger projects. I'm curious if the situation has changed. Are there any updates regarding the availability of the full source code or perhaps a escrow plan in case of a disaster?

    Regards,
    Pedja

  2. 19 minutes ago, schweppes said:

    i have full faith in Farshad, so please wait, UniGui is so amazing and the support is totally awesome

     

    Trust in Farshad, and everything will be just fine :)

    that's not what i am talking about...i know that UniGui is very good product and support is good....BUT i can't ask my customers to have trust in mr. Farshad. 

    We are also a small company and very often get questions like "what if you drive your car against the tree"....we covered this "car problem" with escrow deal.

    I want the hear from Frashad his thoughts about "car problems" and possible solutions

  3. On 4/6/2018 at 9:51 PM, Farshad Mohajeri said:

    I read the whole thread.  I appreciate your feedback!

     

    I will add my comment later when I have enough time to fully address all of your concerns mentioned here in this thread. All I can say for know is that I'm aware of many of your concerns and already working to improve the product, customer relation, support and etc. As I told I'll add my full comment here later.

     

    Thanks

    Hi Farshad,

    please allow me to be brutal en remind you about your "promise" :) I am very interested in your comments and also in the road-map for unigui. 
    Thanks!
    Pedja

  4. Hi,

     

    i am using onDrawColumnCell to paint row with different color based on some values:

     

    if Grid1.DataSource.DataSet.FieldByName('Fieldname').AsString='Yes' then
       begin
        Attribs.Color:= $00E1FFFF;
       end;
     
    It works fine, but if i selected those painted row then is selection color not visible. How can i ignore row painting for the selected rows?
    Thanks

    post-3442-0-94804700-1455035713_thumb.jpg

    post-3442-0-66572000-1455035723_thumb.jpg

  5. Hi,

    my thought about this is that you must implement a mechanism that saves the view of a unidbgrid perhaps on a file or a database table and restore it when it is needed. If you want to go further a per user view table will be great.

    Regards

    Problem is that column position after moving is not available at the server side...

  6. Hi,

     

    I see  tha unidbGrid have event onMultiColumnSort but i don't see how can i enable sort on the multiple columns in the grid. Each time when I sort on the column the previous column is not anymore sorted. I already tried with shift en ctrl keys but without success.

     

    Regards

    Pedja

  7. Hi,

     

    i am using :

    function beforeInit(sender, config)
    {
       config.enableColumnMove = true
    }
     
    to allow reorder of the columns at the run time. I would like to save changed positions for the next time when user login, is it possible to get new column position & width at the server side?
     
    Thanks
  8. Hi,

     

    first of all you have created wonderful product! 

     

    I am considering buying unigui for my next project and i would like to know how many developers you have in your team?

     

     

    Thanks!

     

×
×
  • Create New...