OberonPlace.com Forums  

Go Back   OberonPlace.com Forums > Developer Forums > VBA > CorelDRAW/Corel DESIGNER VBA

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 17-03-2011, 04:04
pithe pithe is offline
Junior Member
 
Join Date: Aug 2009
Location: Hungary
Posts: 18
Send a message via Skype™ to pithe
Default Invisible bar code generator and Macro (Tiler.gms) Macro Control?

Hi!
1. How to make the invisible bar code generator, if you call a macro? (Do not unnecessarily flashing)

2. How to make visible all the activities of the macro in Draw? (continuous screen updates, no matter if slower)

3. How to call a macro in a macro and it (though it would be sendkey) control (OK. button press)?

GMSManager.RunMacro "Tiler", "MainModule.StartTiler"
Here I would like to be controlled. (OK. press the button without clicking)

Im use X5.

Waiting for answers.
Thank you.

Last edited by pithe; 18-03-2011 at 05:30.
Reply With Quote
  #2  
Old 17-03-2011, 07:27
runflacruiser's Avatar
runflacruiser runflacruiser is offline
Senior Member
 
Join Date: Jun 2009
Location: Pigeon Forge, TN USA
Posts: 811
Default

Quote:
Originally Posted by pithe View Post
Hi!

2. How to make visible all the activities of the macro in Draw? (continuous screen updates, no matter if slower)
Hi.
If you do not use optimization or a command group for undo for an undo operation then it might be more visible.
Not using optimization will make each action appear on the screen.
Not using a command group for undo's would enable you to press Crtl-Z to see all of the macros actions after it completed.

PS. Maybe even a delay in between each command?

-John
Reply With Quote
  #3  
Old 17-03-2011, 07:30
runflacruiser's Avatar
runflacruiser runflacruiser is offline
Senior Member
 
Join Date: Jun 2009
Location: Pigeon Forge, TN USA
Posts: 811
Default

Quote:
Originally Posted by pithe View Post
Hi!

3. How to call a macro in a macro and it (though it would be sendkey) control (OK. button press)?

GMSManager.RunMacro "Tiler", "MainModule.StartTiler"
Here I would like to be controlled. (OK. press the button without clicking)
Hi.
I think:

Sendkeys {ENTER}
or
Sendkeys ~

There's a lot of info about SendKeys on the web.
-John
Reply With Quote
  #4  
Old 18-03-2011, 05:24
pithe pithe is offline
Junior Member
 
Join Date: Aug 2009
Location: Hungary
Posts: 18
Send a message via Skype™ to pithe
Default

Quote:
Originally Posted by runflacruiser View Post
Hi.
I think:

Sendkeys {ENTER}
or
Sendkeys ~

There's a lot of info about SendKeys on the web.
-John
This solution was already tried and did not go here.
Ok external applications, but are not doing anything after the macro call.
Other solution?
Reply With Quote
  #5  
Old 18-03-2011, 07:34
runflacruiser's Avatar
runflacruiser runflacruiser is offline
Senior Member
 
Join Date: Jun 2009
Location: Pigeon Forge, TN USA
Posts: 811
Default

Quote:
Originally Posted by pithe View Post
This solution was already tried and did not go here.
Ok external applications, but are not doing anything after the macro call.
Other solution?
Hi.
I remember a really old, but cool post by Alex regarding this:

http://forum.oberonplace.com/showthread.php?t=102

Hope it helps.
-John
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Simple Bar code generator Webster Code Critique 2 06-09-2010 01:41
Hexidecimal Code from RGB generator sallybode New product ideas 3 18-10-2008 17:23
Is it possible to make an invisible document in coreldraw ? enpassant CorelDRAW/Corel DESIGNER VBA 2 12-07-2006 10:16
Plaid Pattern Generator ddonnahoe CorelDRAW/Corel DESIGNER VBA 0 19-07-2004 10:16
Artistic Text or paragraph invisible after upgrade to v11 ?? tuxedo21 CorelDRAW/Corel DESIGNER VBA 0 26-08-2003 16:27


All times are GMT -5. The time now is 19:38.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2023, Jelsoft Enterprises Ltd.
Copyright © 2011, Oberonplace.com