Jump to content

bbosnjak

uniGUI Subscriber
  • Posts

    58
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by bbosnjak

  1. I would also like to purchase the components. Could you please send me the link? Sent from my SM-P900 using Tapatalk
  2. Remarkable! Sent from my SM-P900 using Tapatalk
  3. This is amazing work! Please send me details how to purchase Sent from my SM-P900 using Tapatalk
  4. lol, it took me only a couple of hours to decide to buy the Complete version Sent from my SM-P900 using Tapatalk
  5. Perfect, Thanks! =) I'm very weak at Javascript and web UI, which is why I turned to UniGui. So please forgive these silly questions that any idiot would be able to figure out, because I strive to get up to the level of idiot :P
  6. Hmmmm. Neither the TUnimPanel nor the TUnimContainerPanel (note these are "touch" not "desktop") have ExtEvents "boxready" or "afterrender". Is there an equivalent event I should tap into?
  7. Hi, I need server-side "click" event for TUnimPanel so that I can open a form. And presumably clicking any control on the panel (like labels) will not stop the underlying panel from firing the event. I tried various things with the ExtEvents and UniEvents without success :-( A code snippet would be greatly appreciated! Thanks in advance!
  8. Thanks - that basically works (I need to tweak some things of course). How do I invoke this automatically now, instead of requiring the user to click a button? Note that I'm populating the panel/scrollbox in the OnBeforeShow method.
  9. I have a TUnimPanel inside a TUnimScrollBox. I don't know what height the panel needs to be at design time, so at runtime I need to set the panel height accordingly. The result at runtime is that the panel's height changes correctly, but the scroll box maintains its original scroll range. As a result, I can't scroll down to the bottom of the panel. What's the February 2017 solution to this old problem (the old solutions aren't working for me :-( )?
  10. I've realized this applies to desktops, too. For example: how would one code this topic page with its repeated databound use of post panels? I'm more familiar with .NET, where you have the Repeater control. DevExpress's datagrid also has a "Panel" mode as an alternative to the normal grid rows.
  11. For wide tablets, I can use a grid. For a narrow phone I need to use a vertical "repeater", with one panel per item. Think of the standard email apps on Android where you scroll through a list of messages. I don't think there are any mobile demos for this. Any suggestions or a demo project? Ideally I'd like to create a prototype panel, laid out with my desired controls, and then have a "repeater" panel that I can insert instances of this prototype panel. Automatic databinding would be a plus, but I'm prepared to populate each panel instance off a datasource manually. Thanks in advance.
  12. The Unicode one works beautifully! Thanks
  13. Someone else mentioned the need for some actual documentation of properties. The examples are incredibly useful, especially for discovering and seeing what's possible. But they require the person to "guess" what's important and why. And some things aren't covered. For example, the "Visible", "Cover" and "Reveal" properties of TunimMenu. By trial and error I figured out the following: "Visible" - determines if the menu is displayed "Cover" - when true, covers the form. When false, pushes the form to the right while the menu is visible. But what exactly does "Reveal" do? Important properties like "Reveal" and "Cover" really do need some documentation, even if it's as simple as "controls if the menu covers the underlying form or pushes it aside." :-)
  14. Rather than showing a power button in the top left corner, I'd like to display the standard "hamburger" menu icon (like "=" but with a third line). What IconCls is this, as I can't seem to identify it? Given this is a UI standard today, can the necessary icon be added to IconCls?
×
×
  • Create New...