Jump to content

gerhardhziegler

uniGUI Subscriber
  • Posts

    133
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by gerhardhziegler

  1. @billyChou: I am sorry, it seems, the code doesnt work - whatever HTML I send to this function, the RTF Result is empty. I am still using Delphi 2010.
  2. I had a quite similar problem - it seems that RichText conversion and print is only possible in a non-uni-gui form (normal windows form), because it seems to use some background functions of windows for converting. For myself I still didnt found a solution at the moment. If you have HTML printing possibilities, its better to use them
  3. That works really very fine! I studied the Sencha Docu, but just "overread" these property. What a shame! Anyway, you are the best! Thanks
  4. Here is the "unlucky" source and a error message, that also appears from time to time. ___TEST___.rar
  5. The case is very simple, I extracted now from my application and source: I have a UnimDB Grid, which have two picture fields, that should act like "actionbuttons" (in desktop version). The challenge is: The green/gray buttons should fire wenn doublclicked (with column number) the "disclose" (fake) buttons should fire on single click. At the moment I am using the Events ChildTap and ChildDoubleTap and sending the clickobject back as parameter, because I couldnt find out, how to locate the column of the click. ajaxRequest(sender, '_cellclick', ["clickobject="+location.getFocusEl("el").id]); Afterwards, which is of course a bad idea, I am parsing the name of the object, because they are always numbered in the grid from 1-X, column after column, row after row. Using this I can get the clicked column by a Modulo of the column number. Of course this is "katastrofa" and causes an ajax error from time to time, saying grid is null or something like this. A good solution would be fine. At least to know, how to read the clicked col in the ChildTap oder ChildDoubleTap Event. Best thanks to all.
  6. Yes, within the next days I will. Now I found a more than strange workaround which I hope to replace then! Thanks a lot, Sherzod!
  7. ItemTab seems to be obsolete. I have childsingletap, childtap etc., but without Index param, but I cant figure out, how to extract the (clicked) column.
  8. Dear Sherzod, my release of UnimDBGrid has no itemtap in ExtEvents, I have childsingletap, childtap etc., but without Index param.
  9. Thanks a lot, I think, I will find a proper solution. Last question: The UnimDBGrid doesnt have an RowHeight property, does it?
  10. Dear Sherzod, I also thought about that option first. Maybe I can construct an alternative on it. Its a list for users, that should easily log on and off for work. So I had the idea, to place the users name, a picture of the user, some data about work and a button with a changing text like ("checkin" or "checkout"). What do you think, is it reasonable to place a button like picture and track the click on that cell (is it possible in mListGrid or mDBGrid)?
  11. Good evening, does anyone of us have an idea, how I could add a kind of "ActionButton" (like available in the Desktop Edition) to a column of a UnimDBGrid or UnimDBListGrid?
  12. "PS: Next week I'll post uniGUI DOES SPEECH RECOGNITION, stay tuned !" Dear Fred, I am very curious about your success about speech recognition with Google! Is there already some knowledge for integration to UniGui, you would like to shar with us?
  13. Here we go. Version: 1.50.0.1480 TestListHeaderAlign.rar
  14. for all of them: taLeftJustify, as well as I used the proposed function!
  15. Dear Sherzod, I just applied your source like: function painted(sender, eOpts) { var me=sender.element; // one-based indexing! me.select('.x-mgrid-header-col:nth-child(1)').setStyle('text-align', 'left'); me.select('.x-mgrid-header-col:nth-child(2)').setStyle('text-align', 'left'); me.select('.x-mgrid-header-col:nth-child(3)').setStyle('text-align', 'left'); } that should affekt the first three header columns. But... , please see attached pic, the titles stay somewhere...
  16. I did, but till now: no reply? Maybe there is a workaround? I didnt find any reconfigure event, to set the align of the headers/columns manually :/
  17. Dear Sharzod, i already solved the problem using JSCall to add to Cls.
  18. Good evening, how could I generate this effect at runtime, because I automatically create the pictures! If I just copy the Source-Text into UniEvents.Text it doesnt work. function beforeInit(sender, config) { config.cls='avatar50' }
  19. Great! Thank Sherzod! May I continue asking of there is a solution for a badge for one of these SegmentedButtons. Best regards, Gerhard
  20. Sherzod is the best! I find the answers already before I can make my question! Thanx to all
  21. Seems to be a sencha problem as well. Additional question: How can I set a BADGE for an Segmented Button? No Chance, I assume.
  22. Works great! Dear Sherzod, isnt there somewhere any documentation on all those "hidden" properties, I dont know? Best regards Gerhard
×
×
  • Create New...