Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Brian Reynolds

Pages: [1]
1
EZGUI 5 support forum / No StatusBar
« on: January 13, 2023, 12:48:16 am »
For the first time since using Windows 11 I have uses a StatusBar in the Designer.
It appears in the code when compiled but does not appear on the screen when the code is run.
Has this been experienced by anyone?

2
EZGUI 5 support forum / Moving Sprites
« on: December 22, 2022, 02:16:19 am »
I am trying to move a sprite continuously by holding down one of the four Arrow keys but I can only get the sprite to move one pixel at a time.
Could someone offer a suggestion on how to do it.
I'm sure I did this a few years ago but my memory loss keeps increasing with my age.
Brian Reynolds.

3
EZGUI 5 support forum / Sprite Problem
« on: December 16, 2022, 02:11:37 am »
I've struck a problem with Sprites. Using the following code, I get nothing for the Sprite name and a zero of each of the X& and Y&.
I am running Windows 11.

      CASE %EZ_Click
         a$ = EZ_TestSpriteClick("Form1", %Form1_Canvas1, X&, Y&)
         MSGBOX a$ +STR$(X&)+STR$(Y& )

Can you offer help?

4
EZGUI 5 support forum / EZ_FListBox
« on: June 03, 2022, 08:51:09 pm »
I am having problems with EZ_FListBox.
I note in Codeclip the FListBox is entered as:
Code: [Select]
    EZ_FListBox %FORM1_LISTBOX1, 7, 2, 30, 17, "", "STV"
When I enter a FListBox in the designer, it produced:
Code: [Select]
    EZ_FListBox %FORM1_FLISTBOX1, 7, 2, 30, 17, "", "STV"
when it is compiled.
Is there any reason for the difference?

5
EZGUI 5 support forum / EZ_GetImageSize
« on: May 29, 2022, 12:17:31 am »
I have had to reinstall EZGUI50pro and I can't find any details on the use of EZ_GetImageSize.
This may be an update after I bought EZGUI50pro.
Help required.

6
EZGUI 5 support forum / Strange event
« on: May 26, 2022, 07:22:42 pm »
I have come across something very weird when compiling code.
When I click on the compile button it takes a fair while to actually do anything and when it does it goes to the PowerBasic Home Page.
This even happens when I try to compile one of your Codeclips.
I've never had this happen before and I can't figure out why it happens.
Can you offer a suggestioon to fix it?

7
EZGUI 5 support forum / Printing Unicode characters
« on: April 04, 2022, 09:50:17 pm »
Can anyone help me with printing very high HEX or UNICODE characters?

Using Windows Character Map, I select Arial and scroll down to about four-fifths of the depth and there's a "Full Block" (black block of character with and depth).

It shows at the bottom what I assume to be a Hex num,ber "U+2588"

I normally print these codes (255 and below) by converting them to a ASCII number but I can't figure how I can do this one.

Can anyone help? 

8
EZGUI 5 support forum / Listview problem
« on: February 24, 2022, 09:20:24 pm »
I am using two listviews so that data in Listview1 can be multiplied by data in Listview2 and wish to highlight the items being used in both Listviews.
What I need advice on is how to colour the background on an item when I click on it in Listview1 and again on an item in Listview2.
I am aware that when and item is clicked on it appears in white text with a blue background but immediately the listview loses focus it reverts to its original appearance.
Can this be done?

9
EZGUI 5 support forum / Mask problem with EZ_Text
« on: January 17, 2022, 12:51:12 am »
I am having difficulty handling a Mask with the EZ_Text control.

I have tested the following:

EZ_Text %FORM1_BIRTH, 22, 11, 14, 1.75, "", "EST{##-##-####}"
appears okay when the date "25-05-1904" is loaded from a file but doesn't allow keyboard input.

The EZ_Text line is Subclassed.


10
EZGUI 5 support forum / Unselect in Listview
« on: September 20, 2021, 06:16:01 pm »
I have a Listview which, when I edit a line, the columns of text are copied to text boxes.
After editing I then click on a button to replace the text in the listview.
If I wish to immediately edit the line again, nothing happens when I click on it because it is already still "selected".
I have tried a few different ways to unselect the item but the only way I can find is to select another item then go back to the original.
My customer is not happy with this way of doing things and wants me to fix it.
Can anyone help?

Pages: [1]