can I build Arabic software using B2PPc and how?

jdrogan

Member
Licensed User
Hi,
When I try this I get a compile error
flb is not a known control or object
flb.New1("Form1",B4PObject(1))

Here's the rest:

Sub App_Start
Form1.Show
flb.New1("Form1",B4PObject(1))
'Msgbox("standard text")
FormLib.ChangeFont("TextBox1","Ariel")
textbox1.Text=textbox1.Text & CRLF & "iiiiiii1"
textbox1.Text=textbox1.Text & CRLF & "WWWWWWWW"
Msgbox("Ariel")
fl.ChangeFont("TextBox1","Courier New")
textbox1.Text=textbox1.Text & CRLF & "iiiiiii1"
textbox1.Text=textbox1.Text & CRLF & "WWWWWWWW"
Msgbox("Courier")

End Sub
 

mmawlad

New Member
Licensed User
Longtime User
Dear Erel
I am also trying for Arabic. I am using Basic4Android Version 2.22.
I don't see "Components" under "Tools" Menu either in Code Editor or in Designer. Can you plz elaborate a bit more.

Thank you.
Awlad.
 

mjcoon

Well-Known Member
Licensed User
Dear Erel
I am also trying for Arabic. I am using Basic4Android Version 2.22.
I don't see "Components" under "Tools" Menu either in Code Editor or in Designer. Can you plz elaborate a bit more.

Thank you.
Awlad.

That's because this part of the forum is for B4PPC, not Android, as hado showed in his origiinal thread topic, and per the top of the page which says: Android Development Forum - Basic4android > Basic4ppc (Windows Mobile)

But Erel may give you the answer for Basic4Android, too, since he reads both parts of the forum.

Mike.
 
Top