OberonPlace.com Forums  

Go Back   OberonPlace.com Forums > Corel User Forums > CorelDRAW > General

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 09-07-2006, 08:27
mascotgraphics
Guest
 
Posts: n/a
Default empty window

Hi, new here and I hope someone can help me. I've used CorelDraw for over a decade now and get this intermittent problem that happens enough to make me put off doing artwork for a few hours because it's frustrating and, well, sometimes I have no choice. Sometimes I can restart my computer and it works, but not for long.

This is what I get when I try to open a file, save a file, or import/export an image in CorelDraw 9. I do also have v11 installed and this doesn't happen there, but since I'm used to the tools, etc., in v9 and I don't like some things about v11, I use v9. I have a P4 2.8G running XP. This problem *only* happens in Draw v9, no other programs have this problem.

Any ideas/suggestions greatly appreciated.

thanks,
-Michael

Reply With Quote
  #2  
Old 09-07-2006, 15:57
wOxxOm's Avatar
wOxxOm wOxxOm is offline
Senior Member
 
Join Date: Mar 2005
Posts: 836
Default

Use application.corelscripttools.getfolder or getfile followed by activedocument.saveas to replace standard dialog
Reply With Quote
  #3  
Old 09-07-2006, 16:27
mascotgraphics
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by wOxxOm
Use application.corelscripttools.getfolder or getfile followed by activedocument.saveas to replace standard dialog
Uh...I'm sorry, but I have no idea what you mean by that.

thanks...
Reply With Quote
  #4  
Old 10-07-2006, 05:05
wOxxOm's Avatar
wOxxOm wOxxOm is offline
Senior Member
 
Join Date: Mar 2005
Posts: 836
Default

Code:
Sub saveFile()
   Dim s$
   s = Application.CorelScriptTools.GetFileBox("CorelDRAW Documents (*.cdr)|*.cdr", "Save document", 1, ActiveDocument.FileName, "CDR", ActiveDocument.FilePath, "Save")
   If s <> "" Then ActiveDocument.SaveAs s
End Sub
place this code into new gms, using tutorials from OberonPlace.com, then make a button for this macro and assign a key (Ctrl-S)
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
Minimize CorelDRAW window with script retchless CorelDRAW CS 0 22-06-2006 10:37
create docker window vharun CorelDRAW/Corel DESIGNER VBA 2 26-05-2004 07:56
how to show tonecurve window pim Corel Photo-Paint VBA 4 17-02-2004 04:59
How to display corel color window? CorelUser CorelDRAW/Corel DESIGNER VBA 2 02-08-2003 12:41
Side window ?! in Corel Draw.11 CorelUser CorelDRAW/Corel DESIGNER VBA 1 13-07-2003 23:51


All times are GMT -5. The time now is 11:56.


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