Search found 15 matches
- Fri Jul 31, 2020 4:46 am
- Forum: Technical / Scripting
- Topic: Threading
- Replies: 5
- Views: 6827
Re: Threading
Looks like Macro Scheduler isn’t meant for threading. That’s the limitation for MS.
- Sun Jul 19, 2020 2:11 am
- Forum: Technical / Scripting
- Topic: Threading
- Replies: 5
- Views: 6827
Re: Threading
I think macro scheduler isn’t able to perform multi threading Processing like other types of programming languages like Python. I’m trying overcome the main dialog freeze up when a push button was pressed for Processor intense calculation and data processing. In python, I can use worker threading cl...
- Thu Jul 09, 2020 3:57 pm
- Forum: Technical / Scripting
- Topic: Threading
- Replies: 5
- Views: 6827
Threading
Hi,
Is Macro Scheduler able to create threads and perform parallel programming?
Is Macro Scheduler able to create threads and perform parallel programming?
- Fri Jun 28, 2019 2:54 pm
- Forum: Technical / Scripting
- Topic: Executing or opening an invalid file path
- Replies: 5
- Views: 3912
Re: Executing or opening an invalid file path
Can you edit on my script and let me see how to get it done?
- Fri Jun 28, 2019 9:56 am
- Forum: Technical / Scripting
- Topic: Executing or opening an invalid file path
- Replies: 5
- Views: 3912
Re: Executing or opening an invalid file path
Hi Grov,
Thanks for your suggestion. This suggestion looks workable. Do you mean that I have to go to Button property and change something?
Can you guide me a little?
Thanks for your suggestion. This suggestion looks workable. Do you mean that I have to go to Button property and change something?
Can you guide me a little?
- Fri Jun 28, 2019 8:35 am
- Forum: Technical / Scripting
- Topic: Executing or opening an invalid file path
- Replies: 5
- Views: 3912
Executing or opening an invalid file path
Hi, Need help in my simple dialog. Let's say if the user does not enter any file or file path and simply hit the "Open" button. How can the program prompt the user that a valid path is needed instead of this Macro Scheduler error prompt? Dialog>Dialog1 object Dialog1: TForm Left = 404 Top = 111 Help...
- Tue Jun 25, 2019 10:11 am
- Forum: Technical / Scripting
- Topic: Dialog unable to read from file
- Replies: 1
- Views: 1971
Dialog unable to read from file
Hi Guys, In my program I have two separate Dialog boxes, 1st Dialog box will ask user to input some string and store the info using WriteLn to store into a text file01. 2nd Dialog (memo) box will use ReadFile to read the contents from text file01. Unfortunately, the file contents cannot be displayed...
- Sat Jun 15, 2019 5:43 pm
- Forum: Beginners
- Topic: Sending Extremely Long Characters
- Replies: 1
- Views: 2484
Sending Extremely Long Characters
Hi, i want to send a Message of 100 characters of * in order to make a banner. is there a shortcut instead of typing out 100 asterisks.
- Tue Jun 11, 2019 1:38 am
- Forum: Technical / Scripting
- Topic: OCR on PDF
- Replies: 6
- Views: 4126
Re: OCR on PDF
thanks for your reply. Appreciate it.
- Mon Jun 10, 2019 12:54 pm
- Forum: Technical / Scripting
- Topic: OCR on PDF
- Replies: 6
- Views: 4126
Re: OCR on PDF
Looks like this is a limitation for all OCR programs, am I right?
- Fri Jun 07, 2019 2:36 am
- Forum: Technical / Scripting
- Topic: OCR on PDF
- Replies: 6
- Views: 4126
Re: OCR on PDF
Hi Grovkillen,
That’s for replying. I am not very sure the DPI thing that you mention. Are you able to elaborate on more on that or maybe direct me to any online references.
Thanks again.
That’s for replying. I am not very sure the DPI thing that you mention. Are you able to elaborate on more on that or maybe direct me to any online references.
Thanks again.
- Tue Jun 04, 2019 3:02 pm
- Forum: Beginners
- Topic: Create a simple dialog with memo box
- Replies: 2
- Views: 3155
Re: Create a simple dialog with memo box
Thanks, manage to solve it following your advice
- Tue Jun 04, 2019 9:47 am
- Forum: Technical / Scripting
- Topic: OCR on PDF
- Replies: 6
- Views: 4126
OCR on PDF
Have been developing a OCR function on a PDF document. Things are running perfect on PC#1. But when the script is ran on PC#2, the OCR will go haywire as it is not detecting the desired X,Y coordinates. I believed PC#1 and #2 screen size being different and is causing OCR not to performing as what I...
- Wed May 29, 2019 2:12 pm
- Forum: Beginners
- Topic: Create a simple dialog with memo box
- Replies: 1
- Views: 2541
Create a simple dialog with memo box
Hi,
I’m new to MS. How can I write a dialog with only a Memo box to display the contents of a .txt file?
I do not want any “Button” or “Enter” key to trigger the display of the txt file.
To put it simply, when the dialog is launched, it will immediately show the contents of the text file.
I’m new to MS. How can I write a dialog with only a Memo box to display the contents of a .txt file?
I do not want any “Button” or “Enter” key to trigger the display of the txt file.
To put it simply, when the dialog is launched, it will immediately show the contents of the text file.
- Wed May 29, 2019 2:11 pm
- Forum: Beginners
- Topic: Create a simple dialog with memo box
- Replies: 2
- Views: 3155
Create a simple dialog with memo box
Hi,
I’m new to MS. How can I write a dialog with only a Memo box to display the contents of a .txt file?
I do not want any “Button” or “Enter” key to trigger the display of the txt file.
To put it simply, when the dialog is launched, it will immediately show the contents of the text file.
I’m new to MS. How can I write a dialog with only a Memo box to display the contents of a .txt file?
I do not want any “Button” or “Enter” key to trigger the display of the txt file.
To put it simply, when the dialog is launched, it will immediately show the contents of the text file.