Search found 2 matches

by wx0Pal
Thu Dec 10, 2020 4:58 pm
Forum: General Development
Topic: wxPostEvent() clarification/use in driver interface
Replies: 2
Views: 10621

Re: wxPostEvent() clarification/use in driver interface

Way too late to the party, but still an interesting subject (due to the number of useful applications).

I think, if the TS would have an Event Table declared in his/her wxApp class, it would have worked with the event handler he passed in the Thread Constructor originally.

Regards.
by wx0Pal
Wed Feb 01, 2012 11:10 pm
Forum: The Code Dump
Topic: Copying a Directory
Replies: 15
Views: 36335

Re: Copying a Directory

Hello, I wonder why newly created directories have to have "0777" access rights ? Isn't it potentially dangerous, from the security point of view ? Not to mention that it wouldn't work if the target directory has more restricted access right requirements than the process that tries to copy...