![]() |
#1
|
|||
|
|||
![]()
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 ![]() |
#2
|
||||
|
||||
![]()
Use application.corelscripttools.getfolder or getfile followed by activedocument.saveas to replace standard dialog
|
#3
|
|||
|
|||
![]() Quote:
thanks... |
#4
|
||||
|
||||
![]() 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 |
![]() |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
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 |