Jump to content

FFREDIANELLI

uniGUI Subscriber
  • Posts

    203
  • Joined

  • Last visited

Posts posted by FFREDIANELLI

  1. Almost Perfect ! thanks again ! , but... :blink: how can i calculate the (y-offset) of the  pickeroffset ? in my first test i did by changing, testing, changing , testing... until arrive to the value -322, but i think that this will varry with font size ?  i preffered changing to open on top, it looks more ellegant than my first idea.

      with cbpaises.JSInterface do
        JSConfig('pickerOffset', [JSArray([0,-322])]);

    image.thumb.png.93a28b776b051b097c50fb3200cd3d60.png

  2. I will try, with my poor english, the chrome autocomplete open under the dblookupcombobox and dbcombobox a list of options that it thinks that are useful, the problem is that this list is on top of the original list of options of combobox, not allowing the user to see and chose the list provided by my program. So one simple solution is if i can define somewere in clientevents a command to the list open a litle bit left from the original place that is the begining of the component, it will llooks like this image.

     

    chrome.png

    Or a more elegant way is open  above the component , lide devexpress allow us with a property.

     

  3. ok, thanks, only at dblookupcombobox and combobox the problem in realy 'a problem' because we can't see that is in our list, the chrome list is on top of it, all the others field we can type on top.

    Is it possible to say to unigui to open the list moved a litle bit do rigth, then our list will be not under the autocomplete list ?

  4. Platform: Desktop

    Testcase is in the message sent one hour before your answer , with the name 'testcase1.rar'

    I think that the approach of putting events on each component of my form is not useful, because its not password, the browser is putting things with autosave in fields like 'Name'... the best is disable completely for the application.

     

     

  5. 35 minutes ago, Sherzod said:

    Can you explain? 

    On pressing of this button (to search) i turn visible a dblookupcombobox

    image.thumb.png.2ce19b45d9afcf829168aed5902b25ba.png

    image.png.56dbbc59791c9aab3a2fc9af8cd22842.png

    I would like to show opened to the user do not need to click again...

    image.png.9c3f449d14cb63e8f18c0dab53969cde.png

    on the onclick of the button search i tryed to put

    image.png.40c623ad2ea17eb5cae4d66747e6d7f4.png

    but without effect, then i tryed this

    image.png.3c046632f33f68de21b35a87cee64d18.png

    but without any positive effect, can you help me ?

     

  6. On 1/17/2019 at 3:31 PM, Sherzod said:

    Can you make a simple testcase for this?

    Last test with unidac of the same provider Devart,  it works.. so the problem is only with SDAC, the performance is not the same with unidac , but i can use it... but plese Farshad, when possible take a look.

    my test with memory file ok, sdac error, ado ok, unidac ok.

    image.thumb.png.a44bcf6a8ef714a428894e5de3130460.pngThis image if with unidac working.

  7. 21 hours ago, FFREDIANELLI said:

    Tested with readonly and not readonly, no effect.

    Changed just for test from SDAC to ADO, with ado works... so unigui is incompatible with SDAC in this component (dbcombobox and dblookupcombobox) , all the others work ok, the problem is that ado is too slow for sql server , Sdac use native access to sql server , is of the same suplier  os unidac (DEVART) , please download the demo sdac and make some tests.

    I will test with unidac now.

    image.thumb.png.0cc19e3e732306f9e282a0ed2d496ec1.png

  8. 36 minutes ago, Sherzod said:

    Hi,

    Fieldkind of your field = fkLookup ?

    Sorry ? can you be more clear?  what i have to do different from vcl ? i tested the same files and properties on a vcl and it works, i do not have to change property of field to fklookup on vcl. I pasted the VCL for test.

    image.png.ca3ddbd406fafc174e37e61c50fd9313.png

  9. Please some help on dblookupcombobox , the left one was copied form demo and works well, the write one have the same properties, keys, etc.. but do not show arrow to open lookup,  the demo use clientdataset, i use devart tmsquery (sql server), if i navigate it show the information updated, but do not open nothing (lookup).

    image.png.6e41e2d8e5142930d0ab8c11157f05f7.png 

×
×
  • Create New...