Search found 6 matches

by indev
Mon Jun 03, 2013 10:56 am
Forum: Developers
Topic: Change access to method request....
Replies: 8
Views: 9038

Re: Change access to method request....

Just curious what the status of this is...

thanks.
by indev
Mon May 20, 2013 6:17 pm
Forum: Developers
Topic: Change access to method request....
Replies: 8
Views: 9038

Re: Change access to method request....

I hate to bug about this, but just curious if you have had a chance to consider this request. I have tried working around it, but I can't do much with the sheet until it is saved. I even looked at re-implementing the save method for the plugin, but that would be a lot of wasted work (and could lead ...
by indev
Thu May 16, 2013 8:56 am
Forum: Developers
Topic: Change access to method request....
Replies: 8
Views: 9038

Re: Change access to method request....

No the plugin uses the current UI, but it adds an additional button (much like the Email/PDF one) that needs to execute that function. Since the button event handler (and constructor, etc.) is in the plugin and not the main prog it needs to call the function from the instance that is passed. Unfortu...
by indev
Tue May 14, 2013 2:25 pm
Forum: Developers
Topic: Change access to method request....
Replies: 8
Views: 9038

Re: Change access to method request....

Hmmm...is this not the right forum for questions like this?
by indev
Thu May 09, 2013 10:18 am
Forum: Developers
Topic: Report Generation Software
Replies: 6
Views: 10385

Re: Report Generation Software

Also might want to check out iReport. It has the drag n drop, banded stuff you want, but it is based on Java. I have made a ton of reports with it and it works great...free is also nice.
by indev
Mon May 06, 2013 4:29 pm
Forum: Developers
Topic: Change access to method request....
Replies: 8
Views: 9038

Change access to method request....

Is it possible to change the method: TryToSaveData() in FormSheetFillEdit to public from private? I am trying to add some functionality to the Sheets via a plugin and I need to be able to run this method from the instance that is passed to the plugin.

thanks.