Jump to content


nano

Member Since 11 Sep 2012
Offline Last Active Feb 15 2014 06:55 PM
-----

Topics I've Started

Selected Slide - Active Form changed

03 May 2013 - 10:31 PM

Hi Broki

I use Nextgrid as a Playlist-Container, where all playlistitems are shown in the grid as slides.
The currently active item is always selected. In my case, the content of the item is in another form and both forms are mostly side by side. If I change to the contentform (and leave the form with the grid), the selection disappears. It appears after activate the form.
Can I change this behaviour?

All the best

Select Cell and set Position of Scrollbar

27 March 2013 - 11:24 PM

Hi Broke

I'm using a ListBox like an index of content. After clicking on an item, the same cell in the Sheet is selected.
How can I change the scrollbar to the new selected row? The cell is selected, but the scrollbar is still at the same position.

Thanks
Nano

SaveToTextFile

18 March 2013 - 10:51 PM

Hi Broki

If I export the DBGrid with SaveToTextFile, it only exports the rows who are visible.
All the other rows are exported like this:

,,,,,,,,,,,,,,
,,,,,,,,,,,,,,
,,,,,,,,,,,,,,

The same if I go through the records first:

while not DataSet.Eof do
DataSet.Next;

PageControl - OnMouseDown

04 December 2012 - 06:07 PM

Hello

I'm missing the event onmousedown/Up on the NxPageSheet. The PageControl isn't reacting if I use the onmousedown-Event on the Pagecontrol.

Thanks

nxLabel on nxFlipContainer disappear/appear

21 September 2012 - 11:28 AM

Hello

I just tried out a few next-components like the flippanel and the edits if I could use them in my application.
And I found the following - interesting - problem:

I have a few flippanels on a form, each with a flipcontainer. On this container, i have labels associated to edits. Further I have a nxPanel on the container.
Now, if I start the application, one of the many labels is invisible. If a press the "alt"-key on my keyboard the label appears - but the boarders of the edit in the nxPanel disappear...
Screenshots and the project are attached.

All the best

Nano
Ps. Running of Windows 7, Delphi XE 2