[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Unknown identifier: Direction (fmain.form:27)
[Thread Prev] | [Thread Next]
- Subject: Re: Unknown identifier: Direction (fmain.form:27)
- From: Bruce Steers <bsteers4@xxxxxxxxx>
- Date: Fri, 29 Mar 2024 03:12:30 +0000
- To: user@xxxxxxxxxxxxxxxxxxxxxx
Direction is a property for setting RightToLeft languages. You will see it in the form designer property list on all controls. But it does not exist in the older gambas version you are using. A control in your FMain.form has the Direction property set. If you load the project in the newer gambas you can remove the direction property in the IDE by setting it to the default value. Or edit the fmain.form file and remove it by hand. Or upgrade the gambas if you need it implicitly set. If you have not intended to use a RightToLeft language you may have set it to LeftToRight, this will cause the same problem as there are 3 choices, Default, LeftToRight, RightToLeft. using either LeftToRight or RighttoLeft will add the Direction property to the .form file. using Default will remove it and the error will be gone Respects BruceS On Fri, 29 Mar 2024 at 02:23, sbungay <sbungay@xxxxxxxxxxxxxxxx> wrote: > I made a small calculator app on my Mint 21.1 box running GAMBAS > 3.19.1 and packaged up the source, sending it (the source package) to a > Virtual machine running Linux Mint 21.2 and GAMBAS 3.16.3. The source > loaded and all seemed well until I tried to run it. > > Unknown identifier: Direction (fmain.form:27) > > Now this is meaningless to me, I don't have an identifier in the program > called 'Direction', Can anyone shed some light on what's going on here? > > Steve. > > >
Unknown identifier: Direction (fmain.form:27) | sbungay <sbungay@xxxxxxxxxxxxxxxx> |