Jump to content

GoldLine

uniGUI Subscriber
  • Posts

    62
  • Joined

  • Last visited

Everything posted by GoldLine

  1. Hi irigsoft, the local temp table is visible only to the connection/session that creates it and is deleted when the connection/session is closed. You should work with GLOBAL TEMP TABLES. Global temp tables are visible to everyone and are deleted when all connections that have referenced them have closed. A flexible solution, no need to change applications, data are cleaned automatically.
  2. Hi Marlon, if I use local resource /*.js files from your components using {. $DEFINE CDN_FALCON}, then I will get some errors in visualisation of some components (see attached files). So is it possible that the local resource files in your installation package are out of date? Best regards Michael
  3. RadCore is a useful addition to unigui developers, I like it. 👍
  4. Hello likemike, I had the same problem on some android/chrome devices and was able to fix it with your CSS. Many thanks!
  5. Hello Sherzod, in the simple testcase click on "Show editframe" and in editframe click on edit field and then press enter. Testcase.rar
  6. Hello, I've a problem in my mobile app. Some users use the app with their notebook. The users enter text in an edit field and confirm the entry with the enter key (vk_return). However, the enter key causes the app to restart. My question: how can I intercept the enter key being entered in an edit field in the mobile app?
  7. Same problem on my IPad (5.Gen) with ios 14.4.2 UniApplication.UniPlatform returns upDesktop.
  8. Hello Mohammad, fantastic work. That's excatly what I need for my app.😊 If possible then please share also code for xtemplate from your example. It looks amazing good. Thanks Mohammad, I've l learned so much from you. Without your fantastic examples, my app would look "creepy" 😉 Thanks in advance Michael
  9. Hello Marlon,

    same problem with UnimFSToggle1.Toggled := true;

    Do you have a workaround for me?

    Regards

    Michael

    1. Marlon Nardi

      Marlon Nardi

      Hi GoldLine.

      Thanks for the feedback, bug fixed, it is already available in the store for download (https://store.falconsistemas.com.br) in component version 2.1.145

      image.thumb.png.7c151ad5698219a180ba23fd0707fe0d.png

    2. GoldLine

      GoldLine

      Hi Marlon,

      thanks a lot, it works perfect now.

      Regards,

      Michael

  10. Does anyone know how I can read the phone number from my smartphone (iphone, android) programmatically?
  11. Hello, how can I set FLEX property for TUnimTabPanel?
  12. Hi Sherzod, yes that is the application of the video. You have to activate the mobile simulation in your browser. I noticed the problems on the iPhone.
  13. Hello, if I click on the title line of a collapsible panel, the display of the panel is destroyed. How can i fix this behavior?? unim-1.90.0.1536 TUnimPanel.mp4 TestCase.rar
  14. Works perfect!!! Thank you. And in case where pnlOrder isn't TUnimPanel (..is another panel on MainmForm), is there also a solution?
  15. I use this function event in TUnimPanel -> UniEvents
  16. Hello Sherzod, f.e. function beforeInit(sender, config) { config.listeners= { click: { element: 'el', fn: function(e,el){ if (MainmForm.pnlOrder.Enabled==true) { <== something like that TweenLite.fromTo($('#'+el.id), 0.2,{backgroundColor :'#ffffff'},{backgroundColor :'#d2d2d2',onComplete:function(){ TweenLite.to($('#'+el.id), 1.0,{backgroundColor :'#ffffff'}) } } }); } } }; }
  17. Hello, is it possible to access delphi class properties from javascript (unievents/extevents)? I want to read the value of unimpanel.enabled in javascript function. Thanks
  18. Hello Sherzod, yes, uniMdbgrid. I want collaps groups after opening dataset.
×
×
  • Create New...