Die Suche ergab 5 Treffer

von El_Choni
16.05.2006 09:36
Forum: Ankündigungen
Thema: TailBite v1.3 PR 0.1 - UserLibs für PureBasic v4 erstellen!
Antworten: 44
Zugriffe: 13895

[english]Please, send me any non-working sources to fix them. Gnozal is getting his bugs fixed and features added because he's doing so :) If you don't want to send your source, try to reduce the bug to a minimum code and send it. Thank you in advance[/english]
von El_Choni
12.05.2006 16:29
Forum: Windows
Thema: Menüfarbe
Antworten: 4
Zugriffe: 1232

[english]I hope to release TailBite sometime this weekend. Sorry for the delay.[english]
von El_Choni
30.03.2006 01:00
Forum: Ankündigungen
Thema: TailBite v1.3 PR 0.1 - UserLibs für PureBasic v4 erstellen!
Antworten: 44
Zugriffe: 13895

I'll release another beta as soon as strings are handled correctly by TailBite, and I'll fix the rest of the bugs later. Sorry for this delay, I haven't had too much time lately. OTOH, PB 4 is still beta too :mrgreen:
von El_Choni
28.03.2006 01:26
Forum: Allgemein
Thema: Interface wird nicht gefunden, wenn Resident
Antworten: 6
Zugriffe: 1872

It's a PB issue, not TailBite. I thought this had been solved time ago, though...
von El_Choni
21.12.2004 01:17
Forum: Allgemein
Thema: Bug in RichEdit? [erledigt]
Antworten: 4
Zugriffe: 1097

This would be the "correct" proceeding:


If OpenWindow(1, 353, 174, 307, 234, #PB_Window_SystemMenu | #PB_Window_TitleBar , "Test")
If CreateGadgetList(WindowID())
OpenRichEdit(WindowID(),2, 10, 10, 170, 200,"")
ListIconGadget(3, 190, 10, 110, 120, "Column1", 106)
StringGadget(4, 190, 140, 110 ...