Search found 9 matches

by BigB0ss
Fri Feb 04, 2011 10:26 pm
Forum: Coding Questions
Topic: Editor Gadget
Replies: 3
Views: 948

Re: Editor Gadget

Code: Select all

SendMessage_(GadgetID(0), #EM_SETSEL,-1,-1)
Example:

Code: Select all

Repeat
 Select WindowEvent()
  Case #PB_Event_Gadget
   Select EventGadget()
    Case 0 ;EDITOR GADGET
    SendMessage_(GadgetID(0), #EM_SETSEL,-1,-1)
   EndSelect
 EndSelect
Forever
by BigB0ss
Fri Feb 04, 2011 8:40 pm
Forum: Coding Questions
Topic: Append value to memory?
Replies: 1
Views: 656

Append value to memory?

Is there any way to "append" a value or a string to the memory, and reading them later out?
I'm looking for this for ages...

I have made a work-around for what I exactly mean, using a string as buffer:


Global ReadPos = 1
Global Buffer$ = ""

;===
;WRITING FUNCTIONS
;===

Procedure ...
by BigB0ss
Sun Mar 01, 2009 8:37 pm
Forum: Coding Questions
Topic: PBBT(_Cypher) for PB 4.30
Replies: 0
Views: 576

PBBT(_Cypher) for PB 4.30

I'm in desperately need of the PBBT_Cypher lib for PB version 4.30. Anyone knows where I can get this version or maybe even the source?
by BigB0ss
Sat Feb 21, 2009 1:28 pm
Forum: Off Topic
Topic: Check My Website
Replies: 20
Views: 3709

by BigB0ss
Thu Feb 12, 2009 8:18 pm
Forum: Coding Questions
Topic: [SOLVED] TextGadget - Chr(38) --> &
Replies: 4
Views: 782

Thank you very much, I really struggled a long time with this one.
by BigB0ss
Wed Feb 11, 2009 9:32 pm
Forum: Coding Questions
Topic: [SOLVED] TextGadget - Chr(38) --> &
Replies: 4
Views: 782

[SOLVED] TextGadget - Chr(38) --> &

Code: Select all

TextGadget(0,10,10,200,20,"THIS & THAT & NOTHING") ; <-- Gives "THIS  THAT _NOTHING"
Why?
by BigB0ss
Mon Oct 20, 2008 4:56 pm
Forum: Coding Questions
Topic: Write string at memory end
Replies: 3
Views: 649

OMG, it works :D
Thank you very much srod!
by BigB0ss
Mon Oct 20, 2008 4:37 pm
Forum: Coding Questions
Topic: Write string at memory end
Replies: 3
Views: 649

Write string at memory end

How do I write a string at the end of the memory?
PokeS will write in front of the memory.
I want to read a file into the memory and add this string: tXñ¦Ï¾µ¦ª£ø¡>þ?ÄiA¿Ð to the end of the memory.
by BigB0ss
Wed Jun 18, 2008 8:08 pm
Forum: General Discussion
Topic: Anyone want to help make a 'PureMessenger'?
Replies: 55
Views: 10132

I know its 2 years ago but does anyone still have the PB Source?
I'm really interested in this...