Jump to content

Alexandre Trevizoli

uniGUI Subscriber
  • Posts

    35
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Location
    Brazil
  • Interests
    Software development since 1986.

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Alexandre Trevizoli's Achievements

Newbie

Newbie (1/4)

0

Reputation

  1. Check about Client or Server Alignment side. https://prime.fmsoft.net/demo/touch/mdemo.dll/m for Mobile is good to use ClientSide Aligment, in this case you have FLEX and PACK modes
  2. @Sherzod I'm using FontAwesome 6 and I guess that this are breaking these icons, is possible some code, to replace these icons for another?
  3. @Sherzod Is possible to do something to correct this behavior? It's very bad for gui development. Thanks! I'm using Delphi 2007 + Unigui 1.95.0.1576
  4. Yes UnimDBGrid. Please ignore item 4. I recompile again and again and again, and behavior disappear, maybe some code are blocking HandleRequest event.
  5. Some problems I'm facing. 1) can't change font size of cell and title - change on design, but not works 2) can't disable filters and column resizing - config False on design 3) I have an column that is Boolean, but checkbox is not showing 4) It's more complicated - I'm using FMX WebBrowser to navigate(on android app), on Windows Chrome if query is in Insert Mode, and I select another record on grid, it's cancel and dataset scroll to correct record (correct behavior), but on Android it's not happens, if query is in dsbrowse state, it's works on both. Could you give me workarounds please? I'm using Unigui Version = 1.95.0.1576
  6. Thanks @Sherzod. It's worked. I really searched on forum about this information, but I can't find. Have some way to learn about this tricks? I hope one day we have an documentation, so we don't need spend hours searching and trying.
  7. Unigui version - 1.95.0.1576 Need help to change style of TunimButton I put CSS on CustomCSS .wca-button { box-shadow:inset 0px 1px 0px 0px #54a3f7 !important; background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%) !important; background-color:#007dc1 !important; border-radius:15px !important; border:1px solid #124d77 !important; color:#ffffff !important; font-size:13px !important; text-decoration:none !important; text-shadow:0px 1px 0px #154682 !important; } .wca-button:hover { background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%) !important; background-color:#0061a7 !important; } config Layout Css and add ExtEvents function added(sender, container, index, eOpts) { sender.addCls('wca-button'); } function painted(sender, eOpts) { sender.addCls('wca-button'); } nothing works. Need help to understand what I'm doing wrong. Thanks!
  8. It's worked! I make an simple change taking out this if (b.classList[0] && (b.classList[0].indexOf('x-header-el') == 0 || b.classList[0].indexOf('x-text-el') == 0)) because some places that I click the listener not work, after taking out, work on every place of title. But I tested that if I make some change on Title font color on runtime (when I click, in my original code, I change font color to Marron) listener is lost. Could or Should I add it again after some change on grid? How? Thanks a lot! I think you could put this on roadmap of mobile development.
  9. I have an custom search form, that when user click on title of grid, they can search for that column on an edit field.
  10. Hi, sorry, but I'm finding a lot of bugs on Mobile Framework, I don't know about desktop, because I'm not using it. TUnimTabSheet visible property not working, I set it false and this still showing on TabPanel.
  11. Hi! I need to get title click, how I can do that? Thanks
  12. Sherzod, ask developer team to add property enabled on TUniDbNavigator and on setEnabled call inherited setEnabled and after ActiveChanged it will resolve the issue. Most problem with Enabled property seems like enabled property is not properly handled. Same thing on TunimPanel, TunimContainer. @Sherzod
  13. Sherzod, ask developer team to add property enabled on TUniDbNavigator and on setEnabled call inherited setEnabled and after ActiveChanged it will resolve the issue. Most problem with Enabled property seems like enabled property is not properly handled. Same thing on TunimPanel, TunimContainer.
  14. Hello Sherzod. Give me other help. If I change in runtime enabled property of unimDbNavigator this not works. Could you give me an workaround please. I checked on Chrome Debug that it's insert x-disabled on style of component div, but nothing happens. I tried to find declaration of x-disabled style and can't found too, may this is the problem? Thanks!
×
×
  • Create New...