Search found 25 matches

by heinz.goldbach
Thu Feb 03, 2011 2:32 pm
Forum: Coding Questions
Topic: PB 4,51 Read String in 2 Dimensions is impossible (SOLVED)
Replies: 6
Views: 1546

Re: PB 4,51 Read String in 2 Dimensions is impossible

Hello,
the Problem is solved.
I have declared two variables in my Program one normal (x,y) und one (nummer.b,y)

After readig the strings in the two dimensional Array with (x,y) everything is ok.
Later in the Program i work with the string.s (nummer.b,y).
When the Program enter string.s (nummer.b,y ...
by heinz.goldbach
Thu Feb 03, 2011 12:59 am
Forum: Coding Questions
Topic: PB 4,51 Read String in 2 Dimensions is impossible (SOLVED)
Replies: 6
Views: 1546

Re: PB 4,51 Read String in 2 Dimensions is impossible

Hello,
the problem is, that the data strings wouldnt read in the 2 dimensional strings in Block1.s (x.y).
When i advance the dim to Global Dim Block1.s(100,100) the problem is the same.
I shortened the Program to see it.
The Messanger shows the "empty" string after 5 runs.
The same code runs ...
by heinz.goldbach
Thu Feb 03, 2011 12:24 am
Forum: Coding Questions
Topic: PB 4,51 Read String in 2 Dimensions is impossible (SOLVED)
Replies: 6
Views: 1546

PB 4,51 Read String in 2 Dimensions is impossible (SOLVED)

Hello,
i have little Problem.
It seemed, that the reading of strings in a 2 dimensional variable is impossible.

Global Dim Block1.s(100,100)

Gosub ArraysFuellen
End


ArraysFuellen:
Restore AllgemeineFischkunde:
For x= 1 To 3
For y= 1 To 5
Read.s Block1.s(x,y)
Next y
Next x
Return ...
by heinz.goldbach
Wed Feb 02, 2011 8:34 pm
Forum: Mac OSX
Topic: Change Language to German and Help is not selectable
Replies: 0
Views: 1384

Change Language to German and Help is not selectable

Hello,
it is not possible to change the Language to German (Preferences) and Help is not aviable.
Installed is MAC OSX 10.4.11 Xcode 2.5.
What is wrong with my Installation??
After the first Start of Purebasic i change the Language to German without a problem.
After the second start of Purebasic ...
by heinz.goldbach
Tue Feb 01, 2011 9:36 pm
Forum: Mac OSX
Topic: PuerBasic Assembler Error (Solved)
Replies: 0
Views: 1299

PuerBasic Assembler Error (Solved)

Hello,
I have written some PB Progams, which run perfectly under Windos and Linux.
Today i have got an Apple G4 with OSX Tiger 10.4.11.
The SDK with Xcode (2.5) is installed.

Problem
One (great) Program with 6450 lines show these error Message:
PureBasic - Assembler error
PureBasic.asm ...
by heinz.goldbach
Sat Dec 26, 2009 9:27 pm
Forum: Windows
Topic: Read String Problem with PB 4.4 and 4.3 (not 4.2)
Replies: 5
Views: 2165

Read String Problem with PB 4.4 and 4.3 (not 4.2)

Hello,
i have a little Problem with PB 4.4 and 4.3
When i compile the code i have got the error message:
Read can´t convert automaticly a number into a string
when i compile the same source with PB 4.2 there is no problem.
I cant find the bug.
I hope someone can help me.

here is a little bit code ...
by heinz.goldbach
Sun Nov 19, 2006 1:07 pm
Forum: General Discussion
Topic: Sprites not transparent on some systems
Replies: 15
Views: 4007

work also fine here with NVIDIA RIVA TNT 2 Model 64 (original MS Driver XP Prof. SP 2
by heinz.goldbach
Tue Jul 04, 2006 10:55 pm
Forum: Off Topic
Topic: Welcome in Berlin
Replies: 0
Views: 636

Welcome in Berlin

Hello Italy,
you are welcome in Berlin.
A great match.
We are looking for Opponent tomorrow .
by heinz.goldbach
Fri Jun 30, 2006 7:04 pm
Forum: Off Topic
Topic: 1990: Argentina win against local team and cut their dreams
Replies: 24
Views: 3792

ricardo wrote:
chen wrote: When Argentina faces good teams... is lost.....
Germany has played only with small teams until now, THATS why the are still in the cup. But the good luck ends here.

If Costa Rica made 2 goals against Germany, we will make 12 and dont' receive none :twisted:
12 goals ????? :D
by heinz.goldbach
Fri Jun 23, 2006 1:25 pm
Forum: Linux
Topic: Got the GTk _2_ editor running correctly
Replies: 10
Views: 3684

GTK 2 works perfect with SUSE Linux 9.3 (Personal Edition)
by heinz.goldbach
Mon Jun 12, 2006 3:56 pm
Forum: Off Topic
Topic: Soccer Australia
Replies: 157
Views: 24906

3 : 1 Great Job :D
by heinz.goldbach
Wed May 31, 2006 10:25 pm
Forum: General Discussion
Topic: PB4 - W2K installation doesn't work correctly
Replies: 5
Views: 1710

I ´m working with an Win2k and PB System at work.
No Problem.
by heinz.goldbach
Wed May 31, 2006 10:20 pm
Forum: Linux
Topic: Fixed Font for LINUX Program
Replies: 9
Views: 4001

Hello ts-soft

When i wrote:

MonoFont = LoadFont(#PB_Any,"FIFA2006",10)
If MonoFont = #False
MessageRequester("Error","Could not load system font")
EndIf


or


MonoFont = LoadFont(#PB_Any,"FIFA2006",10)
If MonoFont = #True
MessageRequester("Error","Could not load system font")
EndIf


the ...
by heinz.goldbach
Wed May 31, 2006 9:59 pm
Forum: Linux
Topic: Fixed Font for LINUX Program
Replies: 9
Views: 4001

Thank you,
i have test it first today ( a new LINUX installation was necessary).
It works with a little problem.
The Text in the MessageRequester and in Frame3DGadget shows no effect.
It is always the Standard LINUX Font.
I work with the gtk2. Maybe that is the Problem.

And there is another ...