rbuser
Comments
-
Nico Cizik (Digital Metaphors) wrote:
Nico, I tried a different way so my question is outdated. Please see my
next posting about chaging the DrawCommand call of existing objects.
Carsten
--
-
Greetings,
I asked too quickly!
I found the AddSeparator function in ppPopupMenus.pas.
I am able to properly display separators in the popup menu now.
Regards,
Tommy
-
Dear Sir,
I found a error comed from ttJPEG. I get a error message as 'JPEG
error#52..." when I add ttJPEG in uses list without any JPEG field (in other
word, Bold field) in report.
Ricky
-
Hey again and thanks for your information!
Got my first problem worked out but now i've got a new one :-[
I've made up my own "pop-up menu on component"-menu to enable access to
function "create default fields" (my boss wa… -
That did it. I had the first register line but not the second.
Thanks again.
-
Hi Nico,
here's my 'CreateDefaultFields'-routine as I'm currently using it:
procedure TAVSBoldDataPipeline.InternalCreateDefaultFields;
var
I,J: Integer;
myField : TppField;
ClassTypeInfo: TBoldClassTypeInfo… -
After asking the newsgroup I found it, sorry.
I need an image with ...MASK in the name.
Kind regards
Ruediger Kabbasch
-
Maybe can help someone:
In my case, I forgot the code below, to register component in Delphi
without icon:
procedure Register;
begin
RegisterNoIcon([TppXXXXX]);
end;
--
Thiago Borg… -
Hi,
thanks for your help. I decided to tell the RB object inspector to
ignore the interface property and now it works!
kindly regards,
Matthias
-
Thanks.
I was trying to implement the Summary Align Bottom example by creating my
own descendent from TppSummaryBand, rather than adding all the code in every
report. In the end I created a RAP procedure that we call from the … -
Ya, I kinda figured those would be the options. Just thought that you would
like to know so if the intended functionality was to be able to insert the
buttons by creating them in an overridden function that it isnt that
possible. … -
Ah, the subtle difference that was annoying me.
Sorry if it seems that I am going over things a few too many times, but when
I try to do this, it wont let me create the buttons at all; the IDE wont let
it. S… -
That is what I figured. However, the buttons are exposed only as read only
properties and so I cannot change their properties (like visible) or access
them to create them.
Is there a newer update that exposes them as read and… -
I guess my theory is that the base class is trying to modify the properties
of the buttons (i.e. enabling and disabling them) and since I had to
reintroduce the buttons so that I could modify them, they base class is
using its vers… -
Hi,
Thanks for your quick response. I have tried doing as you suggested,
unfortunately, the buttons and the toolbar are not exposed to decendant
classes, except through read-only properties, so I am forced to redeclare
the ob… -
Sorry about that.. accidentally sent.
I had inherited from the TppPreview object in version 9.06 to put a button
on the top specifically for exporting easily to a PDF and one for printing
(because our clients werent figuring o… -
Thanks, Nard. It seems to work.
Fabio Lindner
-
Could you email me that example (or post it here).
-
I have it published. but it keeps saving -1.
-
Hi Nico,
Really very simple and easy. Thank you and congratulations for this
excellent component.
I did not realize in looking at the wiki. I will be more careful next
time.
Thank you very much.
Bye.Hello Nico,
thanks for the tips.
I got it working now, by repeately calling the Draw command of a runtime-generated
TLineDrawcommand object, with changing top, left, widht and heights. I think
i'm working more "devi…Think i'v found the structure in all this, please confirm i'm on the right
path here:
The drawcommand associated with a Component is used when the comp has to
be drawn, by calling TppDrawCommand.Draw(TppDevice)
This in tu…Just an update on this subject.
it seems i've got it to work like i detailed out earlier, with the small
modification of intializing the shape components in the TDrawLineSHading.Init
method instead of the StartOfMainreport
Hello Nico,
Thanks for your answer, but i'm not giving up just yet :-)
I'm trying right now to get the following construction to work.
I'v created a new TDrawLineShading Component, derived from TppCustomGraphic
…Hi Nico,
thanks for your fast response. I made now this simple example
procedure TzRepReceipt.ppSummaryBand1AfterPrint(Sender: TObject);
var
testlabel : TppLabel;
begin
inherited;
testlabel :=…Hi,
by testing with the subreports, I have found another possibility to
reach the desired effect.
I created a report containing a pagestyle. In this pagestyle I put all
components, which shall appear on every page. …Nico,
what David is trying to build is the following:
we store all our reports in external .rtm files and load them at runtime
to print/view our reports.
David has created a module to allow our customers to create "backgro…Hi Nico,
thanks for your answer.
Your idea is a possibility, but it requires raCode to be generated
during runtime, as the subreports need an OnPrint event then.
How can I create an OnPrint event for a componen…Nard,
Thank you.
Best Regards,
Tommy Dillard
Hi Nico, thank your for your answer.
Excellent notice friend.
Thanks.
Best regards ,
Eliseu Corrona
JB Software Ltda
Brazil.