Search found 5 matches

by calixarene
Sun May 05, 2019 7:59 am
Forum: Coding Questions
Topic: SplitterGadget with more than two gadgets
Replies: 35
Views: 6179

Re: SplitterGadget with more than two gadgets

Here is the code for your reference. There are three splitter gadgets so that you can change the size to whatever you like (no container). This is the easier for your case. I hope this help you as I learn a lot from this forum.

When you use containers with splitter gadgets, remember to resize ...
by calixarene
Tue Apr 30, 2013 10:03 am
Forum: Coding Questions
Topic: How to solve random invalid memory access in thread?
Replies: 4
Views: 1089

Re: How to solve random invalid memory access in thread?

Thanks for your suggest netmaestro.

I have enabled the purifier but I don't know how to use it example what will happen.

Currently, I found the problem. It might be because "thread safe" is not enabled yet even I have already enabled in the preference checked box. I have not noticed that there ...
by calixarene
Mon Apr 29, 2013 2:51 pm
Forum: Coding Questions
Topic: How to solve random invalid memory access in thread?
Replies: 4
Views: 1089

Re: How to solve random invalid memory access in thread?

Thanks for infratec reply.

I have enabled 'thread safe' in the compiler. The data structure and procedure I post are all related to the thread operation that I think is the problem. Since the invalid memory error occurs randomly in procedure calls such as update of gadget content and update of the ...
by calixarene
Mon Apr 29, 2013 5:30 am
Forum: Coding Questions
Topic: How to solve random invalid memory access in thread?
Replies: 4
Views: 1089

How to solve random invalid memory access in thread?

Hi,

I got random invalid memory access when I try to use a thread in my program that communicate through serial port. When there is no thread the program seems to work ok but the program interface is not responsive when I stress it with a lot of communication. That is why I want to implement a ...
by calixarene
Tue Sep 18, 2012 5:45 pm
Forum: Coding Questions
Topic: Incomplete listing of files using NextFTPDirectoryEntry
Replies: 1
Views: 448

Incomplete listing of files using NextFTPDirectoryEntry

When I test to use the NextFTPDirectoryEntry(#Ftp) command to access a server (Hylafax server using port 4559), I found that the file listing return in the server folder is incomplete. Only three files are reported whereas the server has five. I have used the FTPDirectoryEntryRaw(#Ftp) command to ...