Jump to content

FFREDIANELLI

uniGUI Subscriber
  • Posts

    203
  • Joined

  • Last visited

Everything posted by FFREDIANELLI

  1. No , i need a list of files in a shared disk of the network available in the server. The user have to be able to rename and download. In vcl its easy , but i dont know how do this in unigui. Its our crm, system. Its late now here in Brazil, tomorrow i will test the GetFiles of IOUtils.
  2. Sorry if is a stupid question but, what can i use in the place of tfilelistbox of vcl ? I'm converting a vcl application to unigui and do not find a way...
  3. You light up this forum !!! Perfect again ! thanks a lot. Suggestion to farshad , create a property for dblookup and combo , to open down or up.
  4. Almost Perfect ! thanks again ! , but... 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])]);
  5. 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. Or a more elegant way is open above the component , lide devexpress allow us with a property.
  6. 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 ?
  7. Ok thanks, but how could i know that your solution was for mobile ? by opening the images that Rob sent... OK
  8. 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.
  9. testcase , it's just a label with the command. testcase1.rar
  10. i explained wrongly , i was searching for afterrender, because if i put in after create the form do not open. like you can see in the images. removing it
  11. Please , there is no MainmForm -> ClientEvents -> UniEvents -> Ext.form.Panel [form] -> function form.afterCreate, on my 1481 version, somthing that i can change to not allow auto fill ?
  12. YESSSSS... Thanks againg for the fast support.
  13. On pressing of this button (to search) i turn visible a dblookupcombobox I would like to show opened to the user do not need to click again... on the onclick of the button search i tryed to put but without effect, then i tryed this but without any positive effect, can you help me ?
  14. DBlookupcombobox how to expand programaticaly ? The function expand do not answer... ( version 1481 )
  15. 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. This image if with unidac working.
  16. 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.
  17. something with tmsquery and sql server, the unisfcombobox open... do you have how to test ?
  18. Tested with readonly and not readonly, no effect.
  19. I will send in support page, i have to provide access to my sql server...
  20. 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.
  21. 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).
  22. My system now is to big to use as a test, i will build a small test and send.
  23. Hi I have the same problem with version 1480, some solution ?
  24. Some roadmap to follow or example available ? Thanks in advance.
  25. Thanks Sherzod, worked well !! here the test working may be usefull to others of the group that are building CRM system. All the others chart with this capability are payed this is free ! funil3.rar
×
×
  • Create New...