Jump to content

Wanderer

uniGUI Subscriber
  • Posts

    12
  • Joined

  • Last visited

Everything posted by Wanderer

  1. I am having difficulty hiding the tabs on the pages of UnimTabPanel. They continue to render despite settings at the Tab Panel level and the Tab Sheet Level. Using UniGUI Complete Professional 1.90.0.1534 on a Hyper-V machine running Wiindows 10 with current Windows Updates applied Is there a way to hide these tabs that I'm missing? Thanks in advance. MV
  2. Sorry, I forgot to include that information in my OP. FMSoft_uniGUI_Complete_Professional_1.50.0.1480 Embarcadero® RAD Studio 10.2 Version 25.0.29899.2631 With Update 3
  3. Behavior When moving from one master record to another, the related detail datasets should refresh, obtaining a result set that consists only of records that correspond to the selected master. Thus the detail datasets display only the records that are children of the master dataset. However, the "second" detail dataset does not refresh if the record count of the detail result set is the same for both the prior result set and the new result set. There is a project at GitHub that illustrates this problem. For those with more curiosity, see the README. Here's the URL: https://github.com/Pasquina/uniguimasterdetail.git
  4. Complete Professional 1.10.0.1468
  5. When using a Border layout, Sencha documentation illustrates an Item "Weight" property that is used to sort the items for presentation. This permits the arrangement of panels in a border layout where the North and South regions do not extend all the way across the containing panel. For example. [ | | ] [ | | ] [ West | Center | East ] [ |----------| ] [ | South | ] Is there a way to specify the Weight property using uniGUI? Thanks, Milan
  6. I'm trying to wrap up my evaluation of uniGUI and would like to understand whether this issue is a coding problem of mine or if it is a uniGUI problem that will be addressed at some point. Can you provide any guidance on this? Many thanks, Milan
  7. Hi, Thanks for the reply. I spent some time exploring some alternatives but have been unable to completely resolve my problems. There seem to be two separate issues I'm encountering. Note that these apply to mobile components. Desktop components will stack correctly. However, I don't know if desktop uniTabPanel has the same problem as the mobile version. The chart legend disappears. This occurs when the chart is placed on a unimTabPanel. If the chart is not on a unimTabPanel, the Legend seems to work correctly. The unimAreaSeries do not stack, under any conditions that I was able to determine. A complete demo of the problem can be downloaded at the public repository https://github.com/Pasquina/uniGUIAreaChart.git See the README.md file for a more complete explanation. Thanks in advance for looking into this.
  8. I'm using uniGUI Complete Trial Edition 1.10.0 Build 1464. I need to display an area chart with two series on both desktop and mobile. Desktop works as expected, but mobile versions have two problems that I have been unable to solve: The chart legend initially appears, but when the data is loaded into the chart, the legend no longer appears on the mobile version. The chart does not "stack" on the mobile version (one series overlays the other). Are these known limitations or is there something I should be aware of that makes the mobile versions different from the desktop versions. Thanks in advance for your help. Milan
  9. A project group containing the test case has been sent to the address provided. To illustrate: Run the app. Open a web browser in the customary way Navigate the grid and observe that the dropdown value changes depending on the row contents. Try changing the row contents by using the dropdown. This works as expected. Press the Add Row button on the navigator. This causes an exception, presumably because the new row contains null values in all fields. Thanks for looking at this. MV
  10. I'm working with an evaluation copy of uniGUI. I'm having difficulty implementing a uniDBLookupComboBox. Link the uniDBLookupComboBox to a primary TDataset using the DataSource and DataField properties. Link the uniDBLookupComboBox to a lookup TDataset using the ListSource, KeyField and ListField properties. Open the respective datasets. Insert a new record into the primary TDataset. (This will result in an "empty" row.) This causes an EVariantTypeCastError exception. 'Could not convert variant of type (UnicodeString) into type (Integer)' I would appear that the uniDBLookupComboBox is attempting to Locate the corresponding lookup record using a null value from the primary dataset. Is there a way around this difficulty? Many thanks, MV
×
×
  • Create New...