Search found 14 matches

by humungus
Mon Dec 08, 2014 9:02 pm
Forum: Coding Questions
Topic: String gadget problems
Replies: 3
Views: 1921

String gadget problems

Hi to all,

learn PB and trying to make useful utility. This should work on this way:
- enter starting hex numbers (4 chars) in String gadgets for starting point
- enter hex number in step gadget (2 chars)
- enter ending hex numbers (4 chars) for ending

Depending on step, it should print all ...
by humungus
Sun Dec 07, 2014 10:30 pm
Forum: Coding Questions
Topic: Really dumb question
Replies: 6
Views: 2325

Re: Really dumb question

Thanx for the tip!

Already started to make small utility, so far so good...

Main problem is that I really did not used PB for a long time (my mistake!) and I forgot a lot of it. I will try to find my old projects to remind, I hope that I kept source files, exe version I think that I save somewhere ...
by humungus
Sun Dec 07, 2014 10:02 pm
Forum: Coding Questions
Topic: Really dumb question
Replies: 6
Views: 2325

Re: Really dumb question

Thank You very much! :wink:

Exactly what was needed!
by humungus
Sun Dec 07, 2014 9:28 pm
Forum: Coding Questions
Topic: Really dumb question
Replies: 6
Views: 2325

Really dumb question

Hi guys,

after lot of experiments and trying with different programming(scripting) languages I`m back on PureBasic (nice that now exists and LTS version!). After all , I learned a lot but actually I do not know nothing :mrgreen:



Earlier I used Pureform and Jabpe (I saw it`s abandoned project ...
by humungus
Sun Jul 01, 2012 4:18 pm
Forum: Coding Questions
Topic: LED display simulator
Replies: 2
Views: 1644

Re: LED display simulator

Thank You Danilo!
by humungus
Sat Jun 30, 2012 6:23 pm
Forum: Coding Questions
Topic: LED display simulator
Replies: 2
Views: 1644

LED display simulator

Hi to all,

anyone tried to make something similar to this in PB?

http://justbasic.conforums.com/index.cgi?board=shared&action=display&num=1277744036

So, that is final goal (only LED panel with scrolling text, the rest is not interesting to me..)
I would like to make the same thing in PB. If ...
by humungus
Thu Jun 28, 2012 6:19 pm
Forum: Coding Questions
Topic: Adding new gadget to Visual Designer or PureForm
Replies: 2
Views: 1285

Adding new gadget to Visual Designer or PureForm

Hi to all,

sorry for this kind of question but I`m newbie, not good in programming but trying to learn... :oops:

I found this code for TaskMeterGadget:
http://www.purebasic.fr/english/viewtopic.php?f=12&t=15056&start=15

I would like to add it to any of designers but simply do not know to do it ...
by humungus
Wed Jan 26, 2011 5:20 pm
Forum: Coding Questions
Topic: Exctrating data from binary file - NEWBIE :(
Replies: 20
Views: 3691

Re: Exctrating data from binary file - NEWBIE :(

Hi to all,

after analyzing codes, I decided to try with code provided from Demivec (because I almost understood whole code).
But now I have another problem. I want to make some calculation and to show result using one of this two procedures:


Procedure.s calculation()
data1= (PeekB(*buffer +$1E ...
by humungus
Sun Jan 23, 2011 12:11 pm
Forum: Coding Questions
Topic: Exctrating data from binary file - NEWBIE :(
Replies: 20
Views: 3691

Re: Exctrating data from binary file - NEWBIE :(

Big thanx to Demivec and Baldrick!

Exactly what I need :D !
by humungus
Sat Jan 22, 2011 4:39 pm
Forum: Coding Questions
Topic: Exctrating data from binary file - NEWBIE :(
Replies: 20
Views: 3691

Re: Exctrating data from binary file - NEWBIE :(

O.K. Baldrick :) , thank You very much!

I do not see how to upload file here, so, here is download link:

http://www.megaupload.com/?d=9O6Q8RT8
by humungus
Sat Jan 22, 2011 3:51 pm
Forum: Coding Questions
Topic: Exctrating data from binary file - NEWBIE :(
Replies: 20
Views: 3691

Re: Exctrating data from binary file - NEWBIE :(

Would this be data from a uC eeprom saved to a file by any chance?

Yes Baldric :wink: ....it`s data from 24C02 (256bytes) serial eeprom. But this is only for example.
I saw that many people from electronic world started to use Purebasic because it perfectly suits to our needs.
So, here I`m too ...
by humungus
Sat Jan 22, 2011 3:19 pm
Forum: Coding Questions
Topic: Exctrating data from binary file - NEWBIE :(
Replies: 20
Views: 3691

Re: Exctrating data from binary file - NEWBIE :(

Thanx guys!
It`s working, but,... because of lack of knowledge I did not described exactly what I want to do...since morning I `m trying to find solution, no success. It seems that I approach to problem in wrong way. Excuse me for stupidity :oops:

I will try to explain again more detailed. This is ...
by humungus
Sat Jan 22, 2011 10:30 am
Forum: Coding Questions
Topic: Exctrating data from binary file - NEWBIE :(
Replies: 20
Views: 3691

Exctrating data from binary file - NEWBIE :(

Hi to all !

First accept my apologies for maybe stupid and easy question...but simply, I do not know how do it.
Before one month I start to learn PB, reading book and documentation but do not have experience, still learning.

Problem is next, this is a binary file example which I want to load to ...