
Search found 54 matches
- Tue Oct 23, 2007 7:20 pm
- Forum: The PureBasic Editor
- Topic: Tool problem [PureBasic 4.10 beta 4]
- Replies: 2
- Views: 2546
- Tue Oct 23, 2007 4:48 pm
- Forum: The PureBasic Editor
- Topic: Tool problem [PureBasic 4.10 beta 4]
- Replies: 2
- Views: 2546
Tool problem [PureBasic 4.10 beta 4]
test this as simple IDE tool:
Code: Select all
PB$ = OpenFileRequester("choose purebasic.exe", "", "", 0)
If PB$
RunProgram(PB$, #DOUBLEQUOTE$ + GetPathPart(PB$) + "examples\sources\file.pb" + #DOUBLEQUOTE$, "")
EndIf
- Sun Aug 20, 2006 1:13 pm
- Forum: Feature Requests and Wishlists
- Topic: Automatic procedure-tracking
- Replies: 9
- Views: 2533
- Sun Aug 20, 2006 1:55 am
- Forum: Feature Requests and Wishlists
- Topic: [Implemented] GadgetX/Y
- Replies: 0
- Views: 1272
[Implemented] GadgetX/Y
would be nice to have an optional parameter, to retrieve the total position of a gadet relating to the window, not relating to the container/splitter hosting it.
- Fri Aug 18, 2006 9:29 pm
- Forum: General Discussion
- Topic: Shannara, can you provide an example for these bugs plz?...
- Replies: 9
- Views: 3101
- Fri Aug 18, 2006 2:07 pm
- Forum: Feature Requests and Wishlists
- Topic: 2-pass compiling support
- Replies: 23
- Views: 5628
i would really like to see this feature implemented, as i would like to forget about declares and create my gadgets like:
Code: Select all
Global Gadget.l = ...Gadget(#PB_Any, ...)
- Thu Jul 13, 2006 11:29 am
- Forum: Feature Requests and Wishlists
- Topic: *buffer{#BYTES}
- Replies: 3
- Views: 1515
so you shouldnt like..
..too - but sorry, its already pure 
Code: Select all
GetTempPath_(255, @TempPath${255})

- Thu Jul 13, 2006 12:10 am
- Forum: Feature Requests and Wishlists
- Topic: *buffer{#BYTES}
- Replies: 3
- Views: 1515
*buffer{#BYTES}
*buffer{...} instead of AllocateMemory(...) - just like string${...} instead of Space(...)
Code: Select all
ApiCall_(*buffer{1024})
- Thu Jun 01, 2006 1:45 pm
- Forum: Feature Requests and Wishlists
- Topic: MenuHeight()
- Replies: 5
- Views: 1795
MenuHeight()
shouldn't it be MenuHeight(#Menu) ?
- Wed May 31, 2006 1:33 pm
- Forum: Feature Requests and Wishlists
- Topic: Easy OOP features
- Replies: 59
- Views: 10652
- Thu May 18, 2006 3:01 pm
- Forum: Announcement
- Topic: CS-Grid-Gadget: New Release V 2.3 / PB4
- Replies: 66
- Views: 44611
- Wed Feb 22, 2006 4:13 pm
- Forum: Tricks 'n' Tips
- Topic: Select colors with / for ButtonImageGadget
- Replies: 7
- Views: 4132
- Thu Feb 16, 2006 12:03 am
- Forum: Feature Requests and Wishlists
- Topic: PureBasic - really pure? For example: Str()-Function
- Replies: 47
- Views: 10359
- Tue Feb 14, 2006 3:04 pm
- Forum: Feature Requests and Wishlists
- Topic: PureBasic - really pure? For example: Str()-Function
- Replies: 47
- Views: 10359
- Thu Feb 09, 2006 3:17 pm
- Forum: PureFORM & JaPBe
- Topic: jaPBe 3.13.4 [IDE for PB 4 and PB 5]
- Replies: 1545
- Views: 680254