GetCurrentRow() in Devexpress XtraReports not working any more - devexpress

does anyone know why GetCurrentRow() in xtrareports, devexpress 10.1.4 doesn't work anymore? It always returns a null, in the previous versions it used to return the current row on the data source. It's being used in a subreport context.

We are unaware of this issue. I would suggest that you install the latest (10.1.5) version and check how it works. If you still see the issue, post a bug report to DevExpress support team (http:/devexpress.com/support/center).

Related

How to unregister TdxPNGImage as a property handler?

I am using Delphi XE2. I have Dev Express 12 installed and use it for some projects.
However I have projects where I do not use DevExpress at all, and I wanted for those to not have any dependency on it.
When I assign a PNG image to any TPicture property on Object Inspector it always use a TdxPNGImage class to handle it.
That cause to add the unit dxGDIPlusClasses creating dependency on having DevExpress installed.
But I need to not break DevExpress on my Delphi. It must continue to work for those projects based on it and that eventually will need this png class.
Somehow I have missed the answer of this on DevExpress forum, even after many searches.
I am posting here the link for the issue and possible solutions:
Delphi 2010 always uses the TdxPNGImage class for loading PNG images (this corrupts form streaming)
I have tested and it works.

Where to report bug against Plone.org site

I found a bug on Plone.org portal (there is totally messed up creating new release for your product), I made a proper screenshot and wanted to submit it somewhere. However, I can't find information where it should be done - is https://dev.plone.org is correct place?
If not - where I should do this?
Yes, https://dev.plone.org/ is the correct location.
Use the Website component when filing a ticket.
There is also a mailing list.
https://lists.sourceforge.net/lists/listinfo/plone-website
It may help draw attention to your problem.

Paginate items in collections

I'm using the new collections implementation that was introduced with Plone 4.2. The problem is that pages are not paginated. In the edition form there is a field to put a number of items to be showed, but it is ignored.
In the buildout I'm using this:
http://dist.plone.org/release/4.2/versions.cfg
I remember that pagination works in the old collections. How can I paginate using the new?
Seems you found a bug, I can confirm that "Limit Search Results" is ignored, would you mind to report it?
You could use the old-style-collections still in P42 by enabling them in the types-controlpanel, but they are deprecated and porting old-style to new-style is not supported either, afaik.

migration from plone 3.3.5 to 4.1

After migrating from 3.3.5 to 4.1, some folders show their contents properly while some give this error
AttributeError: getLocallyAllowedTypes
How can I fix it?
faber
You really need to include more detail when asking others for help. When asking for help with software, it's very important to include not only tracebacks but also what add-ons you are using. Your original question should have mentioned that you're using contentleadimage. It also should have mentioned that you're using Collage, something I only found out from the traceback.
At any rate the problem appears to be that Collage, contentleadimage, or some combination of your add-one are not compatible with 4.1.
I ran into this problem myself when using wsapi4plone.core to sling content across. Some of my ZODBs have been upgraded all the way from 2.0.5 and we decided this migration would be a good opportunity to 'clean' the content.
The fix is to go to the offending folders on the content source, and from the 'Add new' > 'Restrictions' and check the appropriate choice.
MY suspicion is that these were older folders (prior to the property existing) that had not updated properly and had never been edited since. I didn't dig too deep since there were only a few.

ASP.net control similar to auto-hide feature of Visual Studio toolbox

First off, I'm sorry if the title doesn't explain this very well.
I'm looking for an asp.net control that works similarly to the Visual Studio toolbox's auto-hide. In other words, when not needed, it can be "unpinned" and will slide off to the side of the screen. When needed, it can be opened and pinned to stay in place. I'd rather not do it myself using javascript if a (free) control already exists. Does anyone know of such a control? If not, has anyone implemented this type of functionality using a js library with good results? Any pointers?
Thanks in advance.
Edit:
The collapsiblePanel might work, I don't have any experience with it, but it's open source software from CodePlex.
I don't know of any free ASP.Net controls. But if you want to get it working using javascript you can do so with jQuery.
This post on StackOverflow shows how to get the autohide feature working
We use Telerik's RadSplitter. It is exactly what you are looking for.
Unfortunately, it is not free. But it worths checking out since their licensing is very flexible.
Telerik RadSplitter

Resources