when the TaskEditDialog is showed the "OK" button has no text, is a blank button. On cancel button instead is written "cancel" correctly
did i missed something? the problem can be related to the interationalization/culture setting? i did no set nothing
TaskService ts = new TaskService();
TaskEditDialog dlg = new TaskEditDialog(ts.RootFolder.Tasks[0], true, true);
dlg.ShowDialog(this);
as note aside:
i'm using TaskSchedulerEditor 2.3.1
the "2.3.2" doesn't work on my machine
i get this error:
Parameter name: Locale specific information about supported Operating Systems is insufficient
on the line
TaskEditDialog dlg = new TaskEditDialog(ts.RootFolder.Tasks[0], true, true);
this message makes me think that something about "language/culture" is missing, so this could explain why the "ok button" is blank
can you help me to investigate?
thanks a lot