realbasic-nug
[Top] [All Lists]

Re: Popup Menus in Listbox Cells

To: REALbasic NUG <realbasic-nug@lists.realsoftware.com>
Subject: Re: Popup Menus in Listbox Cells
From: Karen <keatk@verizon.net>
Date: Mon, 29 Jun 2009 14:25:38 -0400
Authentication-results: mx.google.com; spf=neutral (google.com: 74.124.194.228 is neither permitted nor denied by best guess record for domain of realbasic-nug-bounces@lists.realsoftware.com) smtp.mail=realbasic-nug-bounces@lists.realsoftware.com
Delivered-to: listarchive@realsoftware.com
In-reply-to: <CCD822A2-B515-476B-8AD0-49655D41557B@verizon.net>
References: <4c8d6c440906290645r4a97bee0y2af0b236c3c5bfd8@mail.gmail.com> <0KM000B7SCF4YE21@vms169131.mailsrvcs.net> <CCD822A2-B515-476B-8AD0-49655D41557B@verizon.net>
Reply-to: REALbasic NUG <realbasic-nug@lists.realsoftware.com>
Sender: realbasic-nug-bounces@lists.realsoftware.com

On Jun 29, 2009, at 12:35 PM, Karen wrote:

If Not me.Selected(row) Then
  If row Mod 2 = 0 then
    g.forecolor  = color1
  Else
    g.forecolor  = color2
  End if
  g.FillRect 0,0, g.Width, g.height
  Return True
End If

Opps... that  should be

If Row >= me.ListCount OR Not me.Selected(row) Then
  If row Mod 2 = 0 then
    g.forecolor  = color1
  Else
    g.forecolor  = color2
  End if
  g.FillRect 0,0, g.Width, g.height
  Return True
End If

- Karen

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

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


From  Mon 29 Jun 2009 11:27:55 -0700 (PDT)
Delivered-To: listarchive@realsoftware.com
Received: by 10.90.89.10 with SMTP id m10cs297012agb;
       Mon, 29 Jun 2009 11:28:39 -0700 (PDT)
Received: by 10.114.103.8 with SMTP id a8mr6379935wac.215.1246300118403;
       Mon, 29 Jun 2009 11:28:38 -0700 (PDT)
Return-Path: <realbasic-nug-bounces@lists.realsoftware.com>
Received: from advanced107.inmotionhosting.com (advanced107.inmotionhosting.com 
[74.124.194.228])
       by mx.google.com with ESMTP id 41si1376498pzk.91.2009.06.29.11.28.37;
       Mon, 29 Jun 2009 11:28:38 -0700 (PDT)
Received-SPF: neutral (google.com: 74.124.194.228 is neither permitted nor 
denied by best guess record for domain of 
realbasic-nug-bounces@lists.realsoftware.com) client-ip=74.124.194.228;
Authentication-Results: mx.google.com; spf=neutral (google.com: 74.124.194.228 
is neither permitted nor denied by best guess record for domain of 
realbasic-nug-bounces@lists.realsoftware.com) 
smtp.mail=realbasic-nug-bounces@lists.realsoftware.com
Received: from localhost ([127.0.0.1] helo=advanced107.inmotionhosting.com)
        by advanced107.inmotionhosting.com with esmtp (Exim 4.69)
        (envelope-from <realbasic-nug-bounces@lists.realsoftware.com>)
        id 1MLLaA-00036f-Sk; Mon, 29 Jun 2009 11:27:58 -0700
Received: from aubrey.canvasdreams.com ([12.180.59.151])
        by advanced107.inmotionhosting.com with esmtps (TLSv1:AES256-SHA:256)
        (Exim 4.69) (envelope-from <fargo@rpgportland.com>)
        id 1MLLa9-00036H-7n for realbasic-nug@lists.realsoftware.com;
        Mon, 29 Jun 2009 11:27:57 -0700
Received: from localhost ([127.0.0.1] helo=rpgportland.com)
        by aubrey.canvasdreams.com with esmtpa (Exim 4.69)
        (envelope-from <fargo@rpgportland.com>) id 1MLLa7-0000x0-Lb
        for realbasic-nug@lists.realsoftware.com;
        Mon, 29 Jun 2009 11:27:55 -0700
Received: from 71.182.94.210 ([71.182.94.210])
        (SquirrelMail authenticated user fargo@rpgportland.com)
        by rpgportland.com with HTTP; Mon, 29 Jun 2009 11:27:55 -0700 (PDT)
Message-ID: <53583.71.182.94.210.1246300075.squirrel@rpgportland.com>
In-Reply-To: <1B359717-F800-4016-B40F-DC7AE6FD7D3C@tolisgroup.com>
References: <45C43592-D0BC-4CFD-B302-DA12EE2DD39C@xochi.com>
        <49879.71.182.94.210.1246298227.squirrel@www.rpgportland.com>
        <1B359717-F800-4016-B40F-DC7AE6FD7D3C@tolisgroup.com>
Date: Mon, 29 Jun 2009 11:27:55 -0700 (PDT)
Subject: Re: Win7 may ship w/o IE8 in Europe?
From: fargo@rpgportland.com
To: "REALbasic NUG" <realbasic-nug@lists.realsoftware.com>
User-Agent: SquirrelMail/1.4.13
MIME-Version: 1.0
X-Priority: 3 (Normal)
Importance: Normal
X-AntiAbuse: This header was added to track abuse,
        please include it with any abuse report
X-AntiAbuse: Primary Hostname - aubrey.canvasdreams.com
X-AntiAbuse: Original Domain - lists.realsoftware.com
X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12]
X-AntiAbuse: Sender Address Domain - rpgportland.com
X-BeenThere: realbasic-nug@lists.realsoftware.com
X-Mailman-Version: 2.1.10
Precedence: list
Reply-To: REALbasic NUG <realbasic-nug@lists.realsoftware.com>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: realbasic-nug-bounces@lists.realsoftware.com
Errors-To: realbasic-nug-bounces@lists.realsoftware.com
X-AntiAbuse: This header was added to track abuse, please include it with any 
abuse report
X-AntiAbuse: Primary Hostname - advanced107.inmotionhosting.com
X-AntiAbuse: Original Domain - realsoftware.com
X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12]
X-AntiAbuse: Sender Address Domain - lists.realsoftware.com

On Jun 29, 2009, at 10:57 AM, fargo@rpgportland.com wrote:

Rumors are that Win7 may ship w/o IE8 in Europe due to antitrust
pressure.

If true, does this mean that REALbasic's HTMLViewers won't work on
a stock Win7 install in europe?

The article seems to suggest this isn't a problem, but it's
something to keep an eye on:

"Microsoft's Heiner hinted that some of IE would remain in the "E"
versions of Windows 7. "The E versions of Windows 7 will continue
to provide all of the underlying platform functionality of the
operating system," he said. "Applications designed for Windows
will run just as well on an E version as on other versions of
Windows 7.""

http://www.computerworld.com/action/article.do?
command=viewArticleBasic&taxonomyName=Windows&articleId=9134280

I imagine that all of the relevant libraries will still be there,
because Windows (historically at least) leverages so much of IE's
crap, er, functionality for various things, but will be missing the
actual iexplore binary that provides a UI.

Nope - in this case, the entirety of the IE environment has been made
separate from the Windows OS to meet this requirement.  From what
we're hearing in the developer realm, if it's removed, it won't be
available and that we should use the "default browser" as defined by
the users for web-based content.

Tim

Good to know. I'm glad they're finally separating the components out at
least.


_______________________________________________
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>