Forum

> > Off Topic > textfeld in bb?
Forums overviewOff Topic overviewLog in to reply

German textfeld in bb?

2 replies
To the start Previous 1 Next To the start

old textfeld in bb?

Guest

Quote
bidde sagt mal, wie man so ein texteld in bb macht, wo man was reinschreiben kann(OHNE INPUT).

dank.

old Re: textfeld in bb?

Dark Wizard
COMMUNITY BANNED Off Offline

Quote
Sag mal, du gibst es nie auf oder? Na gut, ich hatte mal eins als Reserve programmiert:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
Type tex
Field v$
Field e
Field p
End Type


SetBuffer BackBuffer()



Repeat
Cls 
value=GetKey()

If value<>0 And value<>27 Then

val$=Chr$(value) 
tex.tex=New tex
tex\v$=Chr$(value) 
tex\e=0
b=b+10
tex\p=b




EndIf




If KeyHit(29) Then

For tex.tex=Each tex
If b=tex\p Then tex\e=1 Delete tex b=b-10

Next

EndIf





For tex.tex=Each tex
If tex\e=0 Then Text tex\p,0,""+tex\v$+""
Next





Flip 


Until KeyHit(1)

old Re: textfeld in bb?

HW
User Off Offline

Quote
Du hättest übrigens auch ins Blitzforum (Link momentan nicht so ganz gültig, erfüllt aber schon so seinen Zweck) posten können. Wenn deine Fragen gelöscht werden, hat es wohl die Bedeutung, dass solche Fragen hier nicht erwünscht sind.
To the start Previous 1 Next To the start
Log in to replyOff Topic overviewForums overview