A question about GUI.

2000-08-21 Thread Shani Mazliach
Hi there, I have a question about creating GUI for programs. I wrote an application in c++, and i'd like to create for it a GUI. in which libraries do i have to use or can i use javascript to create the GUI? thank you in advance, Shani. __

RE: A question about GUI.

2000-08-21 Thread Chen Shapira
> Hi there, > I have a question about creating GUI for programs. I wrote an > application in > c++, and i'd like to create for it a GUI. in which libraries > do i have to > use or can i use javascript to create the GUI? There are many GUI libraries: TK, GTK, QT, Motif, Xlib, Athena and more.

Re: A question about GUI.

2000-08-21 Thread Evgeny Zemlerub
Check out this page : http://www.geocities.com/SiliconValley/Vista/7184/guitool.html There is a list of different GUI toolkits with thier descriptions. And I really doubt that it is possible to create GUI in javascript. javascript is working only on browser (or in windows for scripting system/CO

Re: A question about GUI.

2000-08-21 Thread Hetz Ben Hamo
Heh, Thats easy - use QT Designer - the best professional tool to easily create GUI in few minutes.. Hetz Shani Mazliach wrote: > > Hi there, > I have a question about creating GUI for programs. I wrote an application in > c++, and i'd like to create for it a GUI. in which libraries do i have

Re: A question about GUI.

2000-08-21 Thread Gilad Ben-Yossef
Chen Shapira wrote: > > > Hi there, > > I have a question about creating GUI for programs. I wrote an > > application in > > c++, and i'd like to create for it a GUI. in which libraries > > do i have to > > use or can i use javascript to create the GUI? > If you want to use javascript there ar

Here is the dail back script for NT stations

2000-08-21 Thread Dani Arbel
; Dial Script for Windows NT station ; ; Adjusted for call back service ; ; version 1.0 feb 1998 ; ; writen by Dr. Daniel Arbel , Technion Computer Center ; ; not For use with RADIUS servers (line xxx ) ; ; for use with siva servers lines x xx ; use the script callback1.scp ; ; Install

Kosher vs. Non-Kosher (was Re: Organizing a Linux Dinner)

2000-08-21 Thread Orr Dunkelman
Well, After reading the thread about the linux dinner, I might point out several points which will help to choose resturant: A. Kosher-keepers can always eat vegtables. I know you want the plate to be kosher as well, but you are advised to open the Halacha and find out that this is "Siag" that wa

Re: Kosher vs. Non-Kosher (was Re: Organizing a Linux Dinner)

2000-08-21 Thread Gavrie Philipson
- Original Message - From: "Orr Dunkelman" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 21, 2000 1:28 PM Subject: Kosher vs. Non-Kosher (was Re: Organizing a Linux Dinner) > Well, After reading the thread about the linux dinner, I might point out > several points whic

Re: Kosher vs. Non-Kosher (was Re: Organizing a Linux Dinner)

2000-08-21 Thread Orr Dunkelman
A rabbi was walking home from the Temple and saw one of his good friends, a pious and learned man who could usually beat the rabbi in an argument. The rabbi started walking faster so that he could catch up to his friend when he was horrified to see his friend go into a Chinese restaurant (not a ko

I need a service provider for Linux in the Jerusalem area

2000-08-21 Thread Greg & Sylvia
  My company is contemplating a change to a Linux server from Novel NetWare, but is stuck on the question of finding Linux support localy. GL computers who we usualy do business with does not have a Linux guy.   They want me to find a Linux support source that could, in case of catastrophic

Re: Kosher vs. Non-Kosher (was Re: Organizing a Linux Dinner)

2000-08-21 Thread Uri Bruck
And even doing things for appearances sake ("Mar'it Ayin") is not so clear cut. If you do something for "Mar'it Ayin", then it is a legitimate argument, by some orthodox people as well, that it were better had you not observed the rule at all. Now personally, when dining in a group some of wh

Re: Kosher vs. Non-Kosher (was Re: Organizing a Linux Dinner)

2000-08-21 Thread Matti Picus
So is this thread. Take it to the streets and parliment, where it belongs. I vote for a picnic. Matti At 01:40 PM 21/8/00 +0300, gavrie frothed wrote: >Therefore, your point is moot. = To unsubscribe, send mail to [EMAIL PROTECTE

RE: Organizing a Linux Dinner

2000-08-21 Thread Haenel, Arie
Sorry to be that late in this discussion but I also won't come it it's not Kosher. Arie Haenel I&T Engineer - IPD Line NDS Technologies Israel Ltd. -Original Message- From: Moshe Zadka [mailto:[EMAIL PROTECTED]] Sent: Sunday, 20 August, 2000 12:32 To: Shlomi Fish Cc: [EMAIL PROTECTED] Su

Re: I need a service provider for Linux in the Jerusalem area

2000-08-21 Thread Geoffrey S. Mendelson
> > My company is contemplating a change to a Linux server from Novel > NetWare, but is stuck on the question of finding Linux support localy. > GL computers who we usualy do business with does not have a Linux guy. > They want me to find a Linux support source that could, in case of > catast

Sendmail problems with large mailboxes

2000-08-21 Thread Oved Blass
I have encountered a huge drawback of Sendmail (or the default imap daemon of RedHat). I use imap to access the e-mail box of mails that are handled by Sendmail. Since the mailbox is plain text file and not some kind of database it takes a long time to delete or edit messages. For example, for 200

RE: Sendmail problems with large mailboxes

2000-08-21 Thread Oved Blass
Hello and thank you for your answer. Are you using imap? - I don't think it is a communication problem, the disk is working continuosly for minutes, whenever I delete a message. Isn't it because the mailbox file is text, so accessing a certain message takes a long time? The e-mail client is MS Ou

Re: Sendmail problems with large mailboxes

2000-08-21 Thread Matan Ziv-Av
> I have encountered a huge drawback of Sendmail (or the default imap daemon > of RedHat). I use imap to access the e-mail box of mails that are handled by > Sendmail. Since the mailbox is plain text file and not some kind of database > it takes a long time to delete or edit messages. For example

Re: Sendmail problems with large mailboxes

2000-08-21 Thread Evgeny Zemlerub
IMHO (and lot's of other people) sendmail is "outdated". There is so called "Second Generation MTA" like qmail, postfix, exim. My favorite is qmail. On of the nice things about it, it's that he makes use of so called maildir format. Instaed of storing all the messages in one big mailbox, each mes

Re: Sendmail problems with large mailboxes

2000-08-21 Thread Ariel Biener
On Mon, 21 Aug 2000, Matan Ziv-Av wrote: AFAIK, imapd copies the mailbox, not sendmail/procmail. Both qpopper and imapd can be configured to copy the mailbox aside, deal with it, and then replace it. 1). Handling 200MB of mailbox is utterly stupid, no one should be keeping a mailbox this s

Re: Organizing a Linux Dinner

2000-08-21 Thread Aviram Jenik
This must be the stupidest way of thought I've seen. It shows you are not even +AF8-trying+AF8- to hear an opinion different than yours, even if it's logical. Why is the idea of people +ACo-not+ACo- going into a restaurant because they serve meat and also coffee with milk seem FINE to you, while

Re: Sendmail problems with large mailboxes

2000-08-21 Thread Matan Ziv-Av
> AFAIK, imapd copies the mailbox, not sendmail/procmail. Both qpopper and > imapd can be configured to copy the mailbox aside, deal with it, and then > replace it. That's what I said. But if the daemon access a maildir rather than a mailbox, no copying should occur. > 1). Handling 200MB of mai

Re: Sendmail problems with large mailboxes

2000-08-21 Thread Ariel Biener
On Mon, 21 Aug 2000, Matan Ziv-Av wrote: > Why? should I divide the linux-kernel to multiple folders so that > searches will be less easy? There is no problem with 200MB or 20GB > databases. A text mailbox is not a database. Try to remember that not all imap and pop servers know how to deal with

Re: Sendmail problems with large mailboxes

2000-08-21 Thread Matan Ziv-Av
On Mon, 21 Aug 2000, Ariel Biener wrote: > On Mon, 21 Aug 2000, Matan Ziv-Av wrote: > > > Why? should I divide the linux-kernel to multiple folders so that > > searches will be less easy? There is no problem with 200MB or 20GB > > databases. > > A text mailbox is not a database. Try to remember

Re: Organizing a Linux Dinner

2000-08-21 Thread Gavrie Philipson
Aviram, First, use a standards-compliant mailer (such as something non-Microsoft) -- especially on a Linux mailing list. Your quotation marks are quite wacky. Aviram Jenik wrote: > This must be the stupidest way of thought I've seen. It shows you are not > even +AF8-trying+AF8- to hear an opinio

Re: Organizing a Linux Dinner

2000-08-21 Thread Orr Dunkelman
I'm terribly sorry I had to interfer. I do not see why the code of behivour of religious people is less "davka" than of a secular person. I for example don't eat in a place which announce itself Kosher for Mehadrin, becuase I belief doing so would hurt my belief, and goals, just like you the koshe

Re: Kosher vs. Non-Kosher (was Re: Organizing a Linux Dinner)

2000-08-21 Thread Oleg Goldshmidt
Matti Picus <[EMAIL PROTECTED]> writes: > So is this thread. Take it to the streets and parliment, where it > belongs. Or, at the very least, take it to IGLU. Linux-il is supposed to be a technical list, not the one for discussing community activities. Even RedHat/Debian, Emacs/vi, awk/perl, li

Re: Organizing a Linux Dinner

2000-08-21 Thread Stanislav Malyshev a.k.a Frodo
OD>> I'm terribly sorry I had to interfer. I do not see why the code of OD>> behivour of religious people is less "davka" than of a secular person. I Because you and you comerades raiser a flamewar on the list (well, it really was a flamefest, since observant people just said one short phrase eac

Corel 2.0 ISO

2000-08-21 Thread פופוב יבגני
Title: Corel 2.0 ISO Did anyone try to dl a Corel Linux 2.0 ISO file, which was released 15/08 according to Corel ? Looking at the filename at ftp.linuxberg.com (cdl27181633-osV1.2.tgz-control-free_download.cat.iso) this is old 1.2 version. But their download link (Corel Linux site) sends

Re: Organizing a Linux Dinner

2000-08-21 Thread Schlomo Schapiro
Hi folks, after reading one full day worth of flame war on kosher, I ask everybody involved to drop this topic and go for the idea of holding a picknick where everybody will bring his food (as mandated by his/her religious believes). This solution will solve ALL of the problems ILUG talked about

OT: Do DVD movies contain surround sound?

2000-08-21 Thread Shlomi Fish
Do DVD movies contain surround sound? I mean a waveform that can be played on a 5-channel speaker device like Dolby Surround. In my workplace I am looking for surround samples, and it would be good if DVD movies can serve as the source for that. Regards, Shlomi Fish ---

Re: OT: Do DVD movies contain surround sound?

2000-08-21 Thread Shlomi Fish
Well, never mind, I already found out for myself: http://www.dvddemystified.com/dvdfaq.html#1.23 Sorry for the off-topic, Shlomi Fish At 09:22 8/22/00 +0200, Shlomi Fish wrote: >Do DVD movies contain surround sound? I mean a waveform that can be played >on a 5-channel speaker devic