Search found 4 matches

by Blackskyliner
Wed Jun 09, 2010 7:14 pm
Forum: PureFORM & JaPBe
Topic: jaPBe 3.13.4 [IDE for PB 4 and PB 5]
Replies: 1545
Views: 680999

Re: jaPBe 3.10.5 [IDE for PB 4.xx]

Purifier Flag would be great.. :(

I like this Editor :thumbsup:
by Blackskyliner
Wed Jun 09, 2010 2:59 pm
Forum: Windows
Topic: use Active Directory Account
Replies: 3
Views: 1907

Re: use Active Directory Account

Maybe you could use this: http://www.openldap.org/

But I actually don't know how to use it, you need to go through the documentation.
Hope this helps you.
by Blackskyliner
Thu Aug 31, 2006 3:38 pm
Forum: Linux
Topic: All PBCommands = Constant already....
Replies: 0
Views: 1181

All PBCommands = Constant already....

Hi. I have a problem :oops:

I has installed Purebasic on my Ubuntu 5.10 Linux, but i get an error, when i compile my test.pb

test.pb
InitNetwork()

error-dump

******************************************
PureBasic 3.94 (Linux - x86)
******************************************

Loading external ...
by Blackskyliner
Thu Sep 22, 2005 7:43 pm
Forum: Coding Questions
Topic: Change LinkedListIndex and GadgetState at the same time??
Replies: 0
Views: 648

Change LinkedListIndex and GadgetState at the same time??

Hi, i have here a LinkList:


Structure Lieder
MP3NAME.s ;Name
MP3FILE.s ;Path
EndStructure
NewList MP3Lied.Lieder()

This List save the Name of the MP3 and the Path.

I have a WCB, whit this WCB i can move Items in a ListIconGadget:

Global IsDraging, DragImageList, SourceGadget, SourceItem ...