gettingstarted
[Top] [All Lists]

Re: Can you show the state of a variable in a window?

To: Getting Started <gettingstarted at lists dot realsoftware dot com>
Subject: Re: Can you show the state of a variable in a window?
From: Greg Olson-Hyde <isomfield at optusnet dot com dot au>
Date: Fri, 30 Jul 2004 11:45:00 +1000
Delivered-to: gettingstarted at lists dot realsoftware dot com
References: <924DCECB-E1C6-11D8-86EA-003065502CFC at optusnet dot com dot au>
G'day again,

I have partly solved my problem by doing the following (code from radio buttons omitted):

  Dim x As String
  x = "Hello"
  EditField1.Text = x

However, I want to display integers and:

  Dim x As Integer
  x = 44
  EditField1.Text = x

Doesn't work as I get a mismatch error - how do I display an integer in an EditField?

RB 5.5.2, Mac OS X 10.3.4
Cheers

Greg
Sydney Australia
On 30 Jul 2004, at 11:19am, Greg Olson-Hyde wrote:

G'day,

I would like to have the state of a variable dynamically update in a window reflecting changes made to it via radio buttons, so there is immediate user feedback.

Is this possible?

RB 5.5.2, Mac OS X 10.3.4
Cheers

Greg
Sydney Australia

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

Search the archives of this list here:
<http://www.realsoftware.com/listarchives/lists.html>


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

Search the archives of this list here:
<http://www.realsoftware.com/listarchives/lists.html>

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