realbasic-nug
[Top] [All Lists]

Re: [OT] The internet usage

To: REALbasic NUG <realbasic-nug at lists dot realsoftware dot com>
Subject: Re: [OT] The internet usage
From: Thom McGrath <lists at thezaz dot com>
Date: Mon, 30 Apr 2007 10:07:34 -0400
Delivered-to: listarchive at realsoftware dot com
Delivered-to: realbasic-nug at lists dot realsoftware dot com
References: <mailman dot 14994 dot 1177915982 dot 256 dot realbasic-nug at lists dot realsoftware dot com> <46359A9F dot 7030703 at wanadoo dot fr>
Since you did download something, then it is possible. Did you find  
the size of the images to be a bit on the large size? It's possible  
to embed applications with other files inside the meta data, although  
unlikely. This application could have pulled information from your  
address book and sent it to another website.

This is one of the oldest tricks in the book, and any respectable  
security suite would have caught this - if it is the case. My gut  
says it is not.

Just as a point of reference, I couldn't speak less German, but I do  
get junk in just about every language - German included. The more  
likely possibility is your address was harvested from a spider  
somewhere - merely in coincidence to your visiting this site. Maybe  
your personal webpage, another forum somewhere, anything.

On your P.S., again it means nothing. Spam doesn't stop. Once your  
address has been found, it's nearly impossible to stop it. Images  
loaded in spam messages can be used to confirm your e-mail address,  
and only make it more valuable. This is just an example.

I stand by my original diagnosis: it's all unrelated.

--
Thom McGrath, <http://www.thezaz.com/>
"You don't need eyes to see, you need vision" - Maxi Jazz in  
"Reverence" by Faithless


On Apr 30, 2007, at 3:28 AM, Emile Schwarz wrote:

> Any idea ?

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>


From  Mon 30 Apr 2007 08:24:55 -0600
Return-Path: <realbasic-nug-bounces at lists dot realsoftware dot com>
X-Original-To: listarchive at realsoftware dot com
Delivered-To: listarchive at realsoftware dot com
Received: by xmail.realsoftware.com (Postfix, from userid 1037)
        id 11B0C22E0B1D; Mon, 30 Apr 2007 07:25:05 -0700 (PDT)
X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on 
        www.realsoftware.com
X-Spam-Level: 
X-Spam-Status: No, score=-2.9 required=4.5 tests=ALL_TRUSTED,AWL,BAYES_00,
        NO_REAL_NAME autolearn=ham version=3.1.1
Received: from lists.realsoftware.com (m.realsoftware.com [66.116.103.65])
        by xmail.realsoftware.com (Postfix) with ESMTP id 38D2A22E0B13;
        Mon, 30 Apr 2007 07:25:04 -0700 (PDT)
Received: from real-software-mini.local (localhost [127.0.0.1])
        by lists.realsoftware.com (Postfix) with ESMTP id 68EA4273D6C;
        Mon, 30 Apr 2007 09:24:58 -0500 (CDT)
X-Original-To: realbasic-nug at lists dot realsoftware dot com
Delivered-To: realbasic-nug at lists dot realsoftware dot com
Received: from mail.verex.com (mail.verex.com [66.116.103.197])
        by lists.realsoftware.com (Postfix) with ESMTP id C2C95273D5F
        for <realbasic-nug at lists dot realsoftware dot com>;
        Mon, 30 Apr 2007 09:24:54 -0500 (CDT)
Received: from [66.116.103.197] (localhost [127.0.0.1])
        by mail.verex.com (Postfix) with SMTP id DE78A742735
        for <realbasic-nug at lists dot realsoftware dot com>;
        Mon, 30 Apr 2007 08:24:55 -0600 (MDT)
Date: Mon, 30 Apr 2007 08:24:55 -0600
Subject: Re: Realbasic best possible solution to do 3D stuff
From: joe at strout dot net
To: realbasic-nug at lists dot realsoftware dot com
In-Reply-To: <4632B3D6 dot 7050808 at alphaview dot com>
X-Mailer: VerEx Email Gateway
Message-Id: <20070430142455 dot DE78A742735 at mail dot verex dot com>
X-BeenThere: realbasic-nug at lists dot realsoftware dot com
X-Mailman-Version: 2.1.9
Precedence: list
Reply-To: REALbasic NUG <realbasic-nug at lists dot realsoftware dot com>
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: realbasic-nug-bounces at lists dot realsoftware dot com
Errors-To: realbasic-nug-bounces at lists dot realsoftware dot com

On Apr 28, 2007, at 02:39 UTC, Giovanni wrote:

> Just wanted to know from you guys what would be the best engine that 
> works with RB to use.
> 
> I have a prototype that I need to develop and need a multi-platform 
> solution that just works.
> 
> I know this is a painstaking process, but that asside, I am leaning 
> towards OpenGL but need guidance, any help would be appreciated.

OpenGL is probably your best bet, but I'd recommend using it via Quesa
unless you're a glutton for punishment.  This "just works" as long as
you include the Quesa library with your installer (or if you don't have
an installer, just include it next to you app).  Quesa renders with
OpenGL by default, though there are a few other renderers available --
but no DirectX renderer yet, as far as I'm aware (alas).  Its chief
advantages are that it has a standard file format, it handles the
low-level detail (sorting of polygons etc.) for you, and you can use
the built-in RB classes (Object3D, Rb3DSpace, etc.) rather than needing
to roll your own or depend on some third-party library.

Best,
- Joe

--
Joe Strout -- joe at strout dot net


_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>


From  Mon 30 Apr 2007 08:34:30 -0600
Return-Path: <realbasic-nug-bounces at lists dot realsoftware dot com>
X-Original-To: listarchive at realsoftware dot com
Delivered-To: listarchive at realsoftware dot com
Received: by xmail.realsoftware.com (Postfix, from userid 1037)
        id A102B22E18E6; Mon, 30 Apr 2007 07:34:39 -0700 (PDT)
X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on 
        www.realsoftware.com
X-Spam-Level: 
X-Spam-Status: No, score=-2.9 required=4.5 tests=ALL_TRUSTED,AWL,BAYES_00,
        NO_REAL_NAME autolearn=ham version=3.1.1
Received: from lists.realsoftware.com (m.realsoftware.com [66.116.103.65])
        by xmail.realsoftware.com (Postfix) with ESMTP id D347322E18DB;
        Mon, 30 Apr 2007 07:34:38 -0700 (PDT)
Received: from real-software-mini.local (localhost [127.0.0.1])
        by lists.realsoftware.com (Postfix) with ESMTP id 6C133273E62;
        Mon, 30 Apr 2007 09:34:33 -0500 (CDT)
X-Original-To: realbasic-nug at lists dot realsoftware dot com
Delivered-To: realbasic-nug at lists dot realsoftware dot com
Received: from mail.verex.com (mail.verex.com [66.116.103.197])
        by lists.realsoftware.com (Postfix) with ESMTP id 1AE4C273E57
        for <realbasic-nug at lists dot realsoftware dot com>;
        Mon, 30 Apr 2007 09:34:29 -0500 (CDT)
Received: from [66.116.103.197] (localhost [127.0.0.1])
        by mail.verex.com (Postfix) with SMTP id 409677428A3;
        Mon, 30 Apr 2007 08:34:30 -0600 (MDT)
Date: Mon, 30 Apr 2007 08:34:30 -0600
Subject: Re: Bindings
From: joe at strout dot net
To: realbasic-nug at lists dot realsoftware dot com
In-Reply-To: <p0624080dc25b96f1e6c4 at [192 dot 168 dot 178 dot 24]>
X-Mailer: VerEx Email Gateway
Message-Id: <20070430143430 dot 409677428A3 at mail dot verex dot com>
X-BeenThere: realbasic-nug at lists dot realsoftware dot com
X-Mailman-Version: 2.1.9
Precedence: list
Reply-To: REALbasic NUG <realbasic-nug at lists dot realsoftware dot com>
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: realbasic-nug-bounces at lists dot realsoftware dot com
Errors-To: realbasic-nug-bounces at lists dot realsoftware dot com

On Apr 30, 2007, at 12:53 UTC, Carsten Friehe wrote:

> Can someone tell me how to create and edit bindings with RB 2007r2?

Select the control(s) you wish to bind and click the "Add Binding"
button (if you don't see such a button in your toolbar, use the
equivalent menu command or edit your toolbar).  To view/edit, use "List
Bindings".

Though actually, the Add Binding toolbar button appears to be buggy in
2007R2; it's not enabled when it should be.  It appears to be enabled
iff there are any bindings on the window, like the List Bindings button
(for which that behavior is correct).  The Project > Add > Binding
command is enabled properly, though, so you can always use that instead.

Best,
- Joe

--
Joe Strout -- joe at strout dot net


_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>


<Prev in Thread] Current Thread [Next in Thread>