hm, no, that dos not solve the problem. i commented out that line - no changes. I've set a breakpoint to that line, my program dos not stop in this event, but some save question appears. I really dont know, where it comes from.
I would put online the my complete code for replication, but its ...
Search found 4 matches
- Mon Jun 12, 2006 11:19 pm
- Forum: Support
- Topic: rvActions - confused with closing forms
- Replies: 2
- Views: 10971
- Fri Jun 09, 2006 12:54 am
- Forum: Support
- Topic: rvActions - confused with closing forms
- Replies: 2
- Views: 10971
rvActions - confused with closing forms
I'm really sorry about my stupid questions. May be, that is not the right board for that, but nobody else knows the actions source like here...
I created a frame app, with auth etc, inside of that I start the atm nearly unchanged "unit3" example with frmModuleText.show. Yes, I copied all elements to ...
I created a frame app, with auth etc, inside of that I start the atm nearly unchanged "unit3" example with frmModuleText.show. Yes, I copied all elements to ...
- Tue Jun 06, 2006 1:35 pm
- Forum: Support
- Topic: rvActions - adding extra items for i18n
- Replies: 3
- Views: 14084
Please, need example
Thanks so far. Sure, You are right, I tried now to create my own subclasses. But I'm new in that, so it fails. (I work on that great word processor, unit3 from your zip) That is, what I've done:
1. in dmActions.pas (copied to my project) inserted
rvActionInsertCDate: TmyActionInsertCDate;
2 ...
1. in dmActions.pas (copied to my project) inserted
rvActionInsertCDate: TmyActionInsertCDate;
2 ...
- Mon Jun 05, 2006 2:43 am
- Forum: Support
- Topic: rvActions - adding extra items for i18n
- Replies: 3
- Views: 14084
rvActions - adding extra items for i18n
Hi,
I have to add some menu entries with localisation. I added
// TrvActionInsertDatel
'&Datum', 'Datum einfügen|Fügt das aktuelle Datumin das Dokument ein', in RVAL_De.pas and the equivalent in RVAL_EngUS.pas. All other languages I commented out in RVALocalize.pas. But I get no translation. What ...
I have to add some menu entries with localisation. I added
// TrvActionInsertDatel
'&Datum', 'Datum einfügen|Fügt das aktuelle Datumin das Dokument ein', in RVAL_De.pas and the equivalent in RVAL_EngUS.pas. All other languages I commented out in RVALocalize.pas. But I get no translation. What ...