FF Notes on tiny problems

Started by Michael Meeks, May 02, 2005, 09:51:07 PM

Previous topic - Next topic

Michael Meeks

Hi,

Here's (2) items during my day of using FF.

1)  Place a frame on the form
Place a control on the frame - like a label
Right-Click the label - copy and paste - (say yes to the array prompt)
I just copied the frame - not the control.
I have to use the ff-menu - copy and then I can right-click to paste - to copy the control.  I can repeat this problem everytime.

2) Place a label control on your form
Right-Align the text - under windows-properties
Right-click - copy and paste - (say yes to array prompt)
It will show up left aligned - but the properties will say it's right-aligned.
By changing it to center and closing - then going back - I can select right-align and it's fine.  I can repeat this problem everytime.

Hopefully - you want us to post these items here!

Regards
Mike

Revised: #2 was fixed in version 2.10
#1 still is present in 2.10

Michael Meeks

Hi,

3)  Create a Second Form -
Renamed Form1 -
Renamed Form2 -
Changed Form1 Caption
Attempted to change Form2 Caption - but unable to!  Will not let me.

Regards
Mike

Revised:  Downloaded Version 2.10 - which cleared this problem...
Still checking on the others...

Michael Meeks

Hi,

I have a menu on my MainForm with 2 items:

Settings - when clicked -
 
 Settings_SHOW (HWND_SETTINGS, %TRUE)  <<< This works (modal)

Schedule - when clicked -
 
 Schedule_SHOW (HWND_SCHEDULE, %TRUE)  <<< This doesn't work(modal)

FYI - I checked both forms - both are identical in settings etc...

Any thoughts???

Thanks
Mike