Jump to content

bbm

uniGUI Subscriber
  • Posts

    315
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by bbm

  1. Hi, perfect, this is exactly what I wanted Best regards and many thanks!
  2. Hi, this is exactly what I don't want to have. The standard UniSpinEdit currently works like that: Settings: MinValue = 1 MaxValue = 10 Entering values directly with the keyboard: entering -1 --> value = 1 entering 11 --> value = 10 I want to get the value that I entered into the input field. Then I can give a message to the operator. Otherwise the value is within the limits (MinValue, MaxValue), the operator will not get any message and the wrong value will be stored in the database. Best regards
  3. Hi, when I set the MinValue and the MaxValue of a UniSpinEdit and enter a Value outside these limits I will get the MaxValue as Value when I check the value parameter. Example: MinValue = 1 --> MaxValue = 99 --> enter 100 --> reading the value parameter = 99 I want to show the user in a messagebox that one or more values are outside the limits. How can I realize this? Is there any event available? Best regards
  4. Hi, is the any way to get the lat and lng of a special address like zip+street+city? best regards
  5. bbm

    Hybrid application

    Hi, it's fine now! Thank you for your support Best regards
  6. bbm

    Hybrid application

    Hi, the problem were some scripts in the property "CustomFiles". I think some of them are only prepared for the desktop applications. Is there any way to check if a mobile device is connecting. In this case I could insert the scripts at runtime. Best regards
  7. bbm

    Hybrid application

    What do you mean with "open console"?
  8. bbm

    Hybrid application

    Hi, the "\Demos\Touch\AllFeatures" demo runs fine. In this case I think the sencha touch should be installed. I'm working with the current version of uniGUI in my application, but the mobile part was integrated with an older version of uniGUI. Could this be the problem? Are there any changes or parameters to change? Best regards
  9. bbm

    Hybrid application

    Hi, I wanted to test how my desktop application is working as a hybrid app. To make the test I added a mobile login form and a mobile main form. When I start the application with http://localhost:8077/m I don't get any exception but the browser stops like you can see in the attached file. Any idea? Best regards
  10. Hi, I a, also looking for a component for the requirements above, but I need a component that can work with offline maps as well. Is there any solution for that? Best regards
  11. Hi, I want to have the following scenario: UniDBGrid One of the column can be edit as a ComboBox Different rows can have different items in the Combobox of the same column Is this possible? Best regards
  12. Hi, thank you for your quick support. Best regards
  13. Hi, which unit is needed for "StrToJS"? Best regards
  14. bbm

    CheckListBox

    Would be very nice!!!!!
  15. bbm

    Transparent Images

    Thank you, it's working fine now.
  16. bbm

    CheckBox in DBGrid

    I'm using XE 10.1 Berlin and uniGUI version 1.0.0.1368. Since the new Version I have a Problem with CheckBoxes in a DBGrid. (In a older Version it works fine). The same Problem is in the MDemo. In the attachment two Pictures (sorry the exception is in German). Is there any way to fix this Problem? For me it is a Little urgent, because within the next days I have to publish my application. Best regards
  17. bbm

    Transparent Images

    I have an Installation on a Windows Server. I'm using an imagelist for the images of the Buttons. On my System I get transparent Images, but when I start the application on a server the Background of the Images are not transparent. Has anybody a solution? Best regards
  18. Thank you, you make a great job. Many thanks for your really quick support!!!!! Best regards.
  19. In my application I want to save the tab order of the tabs for each operator. With the drag & drop I want to give the operator an easy way to change the tab order himself. In this case it would be nice to have any possibility to recognize the last tab order. Best regards
  20. Thank you !!!!! Sorry for taking your time, but I didn't find the problem. Best regards
  21. Sorry, but I have an additional question. I can get the event now, but I cannot get the new order. Any idea or solution? Best regards.
  22. A little example ..... Project1.zip
  23. The same problem with the 1347. I'm using the FieldLabel. Could this be the problem?
  24. Thank you, works good. Best regards.
×
×
  • Create New...