problem to write

JOTHA

Well-Known Member
Licensed User
Longtime User
Hi roki,
... dose not load on desktop
If you don't tell us the "Error-Message" (write it here down in the forum), nobody can help you with your problem that your app doesn't load on the desktop.

The established fact, that my corrected version works on your device, tells us that there is no further problem in the code.

It must be a problem between your desktop and the version of Basic4ppc, so you have to tell us the "Error-Message" ...
 

roki

Member
Hi roki,

If you don't tell us the "Error-Message" (write it here down in the forum), nobody can help you with your problem that your app doesn't load on the desktop.

The established fact, that my corrected version works on your device, tells us that there is no further problem in the code.

It must be a problem between your desktop and the version of Basic4ppc, so you have to tell us the "Error-Message" ...

hi and tanks
1 you must exuse me i am besy
2 i forget error massage
3 i have not v6.9 to insstall to tell you error
4 i find and begin to download v 6.9 device and desktop but i cant buy it
5 and device v 6.8 but desktop v 6.5
:)
 
Last edited:

sitajony

Active Member
Licensed User
Hi.
It's very complicated this forum, I don't understand at all...
If you want run your source code on Desktop you can use the Demo version, normaly it works...
You need .NET CF v2.0.50727 or more for compile only.
Basic4PPC use the csc.exe for only compile your source code but not for run it in debug mode...
I don't understand what is your problem exactly...
You tell that it doesn't run on you desktop? But what is the error message returned? If you can compile it, Is it an external error or internal?
Note: Can you write better? (Sorry I'm french so it's enough hard to understand and if you write "1" for "I" it's harder lol)
 

roki

Member
Hi.
It's very complicated this forum, I don't understand at all...
If you want run your source code on Desktop you can use the Demo version, normaly it works...
You need .NET CF v2.0.50727 or more for compile only.
Basic4PPC use the csc.exe for only compile your source code but not for run it in debug mode...
I don't understand what is your problem exactly...
You tell that it doesn't run on you desktop? But what is the error message returned? If you can compile it, Is it an external error or internal?
Note: Can you write better? (Sorry I'm french so it's enough hard to understand and if you write "1" for "I" it's harder lol)

excuse me i try give to understand
i should to learn basic4ppc because it is very many attractive.
 

roki

Member
hi
how can i write a text and show another number in the text
example i write 25 and show "voltage" in the labal1 and circuit in the lable2 ?
or i write a text or name or namber an show me two diffrent names or nambers or texts ?
:cool:
 

sitajony

Active Member
Licensed User
Hi, you want show the voltage right?
You can create a Label control on your Form and write by example:
B4X:
volt=25
Label1.Text=volt & " Volts"
Sorry if I'm out subject...
You can also split the number and the String "Volts" with 2 Label or create a NumUpDown Control next to the Label where there's the "Voltage" string...
Tell me if I'm wrong ;)
 

roki

Member
hi and tanks
i did it.
attention i am an baby contrary you!
i am your student , pupil
i writeed it and show me only one nomber or label
i want if i place a thing show me several things
example:
i place power motor = "5.5"
show me : "lblcontactor = 16"
lblfeuse = 12_16
.
.
.
good luck!
try learn how to fishing instead to give fish!!
i am your boat learn me fishing!
 

sitajony

Active Member
Licensed User
Lol, so you want just show this values on your Form right?
I'm doing an example with a lot of comments/help and I'll upload it here ;)
You can also show them on a Table control with by example in First column "Name" and the second "Value" or anything else...
I'll do some examples and you'll understand easily and you'll can do it without help, alone :)
I need some answers:
Do you can show this value using a Textbox or something else?
 
Last edited:

roki

Member
Lol, so you want just show this values on your Form right?
I'm doing an example with a lot of comments/help and I'll upload it here ;)
You can also show them on a Table control with by example in First column "Name" and the second "Value" or anything else...
I'll do some examples and you'll understand easily and you'll can do it without help, alone :)
I need some answers:
Do you can show this value using a Textbox or something else?

yes i want show on form.
yes show them on a tabale control.
tanks for doing!
no problem where show me but if show me two ansevers on two textboxs not in a texbox.
 

sitajony

Active Member
Licensed User
Hi, I did a small example, you'll find some comments...
It's really easy, if you don't understand anything tell me ;)
 

Attachments

  • Example.zip
    18.5 KB · Views: 194

roki

Member
Hi, I did a small example, you'll find some comments...
It's really easy, if you don't understand anything tell me ;)

hi and tanks for example
let me to explain you what i want to do;
when i write a nomber on text1 (100)
shows me three nobers on three diffrent labels
label1 (2)
lable 2 (05)
lable3 (40)
when i write on text1 (555)
lable1(25)
lable2(2120)
lable3(500)
when i write on text1 (275)
lable1 (12)
lable2 (100)
lable3 (75)
.
.
.

it theas number example that i used is diffrent
attation:i want to make electrical hand book and i think the basic4ppc help me to make hand book
rseult: i must learn it!
 
Last edited:

sitajony

Active Member
Licensed User
Sorry I don't understand... What's these numbers? It mean something?
What's the calcul for find these retuned values? Maybe I can do this calcul on the example...
But what don't you understand in Basic4PPC?
 
Top