[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.swt] Re: FileDialog on Red Hat Linux
|
I've never heard of this before. I'm guessing that you're on an old Linux
version whose gtk version is <= 2.2.x (eg.- RHEL3 with no updates), and are
seeing gtk's old file selection dialog. This dialog's UI was a bit strange,
but I think you could still enter a filename on the text field at the
bottom. Do you not see the text field at all?
The 3.2 stream has been closed for quite a while now. It would be
interesting to know if you still see this problem with a recent build of
eclipse/swt such as
http://download.eclipse.org/eclipse/downloads/drops/S-3.4M5-200802071530/index.php .
Grant
"Bob DeLima" <bdelima@xxxxxxxxxx> wrote in message
news:c7d1029c9ccad3338bbcd57c7d38921a$1@xxxxxxxxxxxxxxxxxx
> I'm having a problem using vanilla SWT FileDialog on RedHat Linux. The
> text box for entering in a file name is not presented, and therefore it is
> impossible to create new files. This dialog is called in various places
> in our code to open existing or to create new files. I've tried with OPEN
> and SAVE style bits and it behaves the same. We are using Eclipse 3.2 and
> all the above mentioned code works perfectly on Windows. Anyone out there
> experience a similar problem?
>