realbasic-nug
[Top] [All Lists]

2007 r3 Color issue?

To: RB <realbasic-nug at lists dot realsoftware dot com>
Subject: 2007 r3 Color issue?
From: Sean Arney <sean at workinsoft dot com>
Date: Sun, 29 Jul 2007 10:32:31 -0500
Delivered-to: listarchive at realsoftware dot com
Delivered-to: realbasic-nug at lists dot realsoftware dot com
Thread-index: AcfR9a1q6/2ZUD3oEdy1DQAX8jGWyQ==
Thread-topic: 2007 r3 Color issue?
I am having trouble in 2007 r3 with a function not accepting the same
parameters it was under previous versions.  Can anyone lend a hand on whats
going on here

Parameters are:

caption As String, c As Color, bw As Integer, bh As Integer

I am using it like this:

  Dim w As Integer
  Dim h As Integer
  Dim txt As String
  Dim col As Color
  
  w =  Val(efWidth.Text)  //val of a text box where integres are entered
  h = Val(efHeight.Text)  //val of a text box where integres are entered
  txt = cbFields.Text       // string for a text number
  col = kSpecBackColor  // this is a constant declaration for a color -
&c97AEC9
  
  gDragBtnCtlr.MakeButton( txt, col, 100, 35 )

Anyone know what the difference in 2007 is accepting that value as a color?
I have been reading the release notes etc, but Im not finding anything on
it.

Thanks,

-seanA


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