Jump to content

Israel Portillo

uniGUI Subscriber
  • Posts

    68
  • Joined

  • Last visited

Everything posted by Israel Portillo

  1. Hi group Wonder if there is a way to hide virtual keyboard in my mobile app while I am in a unimedit but the information is generated by a scanner.... So I dont need it and the time in to show and to hide the virtual keyboard is about two precious secods in every scanning, killing the possibility of a fluent scan. Thanks for your help.
  2. How to round corners in a UnimEdit and UnimNumber edit...? Just in the input corner..... Thanks
  3. Yes I started coding this app while I had 1425 version installed in my IDE, after that I upgrade my IDE to 90.0.1539 version. When I have running delphi my app works great but when I try to run the app behind Delphi is when I have that screen. Including in the same computer. In a customer machine is the same, after I installed the 90.0.1539 runtime library I have the same mysterious page.
  4. Yes I know the process a lot of times.... But my problem is an app started with a low version and running now it a new version.... I have another apps developed only with the new version and this apps are running well... Its like my app keeps references of libraries from the initial version but now is running with another libraries with a new version.
  5. Hi Sherzod, so you suggest me I upgrade to this new version ?
  6. Yes of course Is a standar server app. The process Uninstall old version in control panel Install new version with setup program Install new version into Delphi IDE
  7. Hi group I have a mobile app started while I had installed and using 1.0.0.1425 version then I upgrade to 1.90.0.1539 and when I am into delphi the app works great but when I try to used the deploy version I have problems... This including the same computer but not delphi running.... Any suggestion ?
  8. HI group I have a design panel with a ClientEvents->UniEvents->beforeinit JS code as: function beforeInit(sender, config) { config.cls = "myrow"; } How can I assign the same property in a runtime created panel ? Thanks for your help.
  9. Please forget my first question... I have discoved the tag property in TControl. But still waiting to resolve the second one... Thanks.
  10. Yes, of course... I will be creating into a container, panels and buttons in runtime, Then every button/panel will need to respond to own events, Is there a way to attach a value (or Indicative) to any runtime created control to differentiate one from other ? The second point is how to attach too a ClienteEvents->UniEvents->beforeevent to a runtime created panel or button.... Thanks.
  11. Also... How to attach a beforeInit in a runtime created panel too... Thanks for your advise.
  12. Hi group. Is there a way to attach any value to a runtime created control to be used in any convenient purpose? Like to get the sum in a TUniDBGridColumn..... I will be using runtime buttons in a parent control and I would like to identify every one not just in the caption.....
  13. Thanks. I mean to change the font color and or the background color of the grouping row. I read in your function is a way to order ? Because I found a problem with order descending, There is no way to order in descending, it seems like a library bug.
  14. Hi guys How can I change the caption style and background of a group column in a unimdbgrid ? Thanks.
  15. Please help me, I am in hurry to resolve this.... How can I change the Browse... caption in this components....? I am using the last version in Nov.2020 1.90.0.1539
  16. Hi. How can I change the font size of the unimselect ? Thanks for your help.
  17. Solved Too... The problem... Android Browser. The solution...Be sure you open your app in chorme... Thanks, your information was really helpful.
  18. The issue here is if there is a way to send raw printer commands to the printer.? I will upgrade a desktop app into unigui and I will need to resolve this situation. Anybody can help me?
  19. Thanks for your fast and wise answer..... Im now figurating how to implement a small right bottom float bitbtnbutton across all the scroll form.... How implement a like "OnScroll" event or something similary.... And I accept suggestions...... Anyway thanks... It good to have your backup in our dary work.
  20. How to implement or simulate a "Go to top" floating button in a scrollable form for a mobile application ? Thanks for your time
  21. There will be 4 levels of forms and it seems the only solution is to generate and destroy every level and resolve my problem at creating and not showing the form... I need to figurate it in this way because when I will be in third level I will need to return previous level in the exact point. The same when I will be in fourth level.
×
×
  • Create New...