Hi Shardik,
many thanks ... you're right ... in this way it works as expected.
I tried to combine GUI with Console and add the wrong information into the code.
Thx for your help,
Daniel
Search found 11 matches
- Tue Dec 06, 2011 10:11 am
- Forum: Mac OSX
- Topic: Using ProgramParameter
- Replies: 6
- Views: 5655
- Sun Dec 04, 2011 11:49 am
- Forum: Mac OSX
- Topic: Using ProgramParameter
- Replies: 6
- Views: 5655
Re: Using ProgramParameter
Hi everybody,
thanks for your help however both suggestion from you does not help
Did it work on your system (Mac OS)?
Thx,
Daniel
thanks for your help however both suggestion from you does not help

Did it work on your system (Mac OS)?
Thx,
Daniel
- Sat Dec 03, 2011 6:29 pm
- Forum: Announcement
- Topic: Cryptographic Hash Functions Collection (IncludeFile)
- Replies: 30
- Views: 19166
Re: Cryptographic Hash Functions Collection (IncludeFile)
Hi everybody,
do you know where I can download the sources?
Thx in advance,
Daniel
do you know where I can download the sources?
Thx in advance,
Daniel
- Sat Dec 03, 2011 6:17 pm
- Forum: Announcement
- Topic: PureHash Library - Support 40+ hash algorithm
- Replies: 2
- Views: 3830
Re: PureHash Library - Support 40+ hash algorithm
Hi ward,
is it still possible to get this sources from you?
Thx in advance,
Daniel
is it still possible to get this sources from you?
Thx in advance,
Daniel
- Sat Dec 03, 2011 3:44 pm
- Forum: Mac OSX
- Topic: Using ProgramParameter
- Replies: 6
- Views: 5655
Using ProgramParameter
Hi everybody,
do someone know how I can use ProgramParameter under Mac OS (10.7.2).
What I did:
(1) Create stupid program
For i = 0 To CountProgramParameters()
PrintN(ProgramParameter(i))
Next
(2) Compile Options
- Executable Format = Console
(3) PureBasic has created a "test.app"
drwx ...
do someone know how I can use ProgramParameter under Mac OS (10.7.2).
What I did:
(1) Create stupid program
For i = 0 To CountProgramParameters()
PrintN(ProgramParameter(i))
Next
(2) Compile Options
- Executable Format = Console
(3) PureBasic has created a "test.app"
drwx ...
- Sun Apr 30, 2006 4:46 pm
- Forum: Coding Questions
- Topic: Detect events in other apps?
- Replies: 13
- Views: 11745
- Thu Apr 27, 2006 10:22 am
- Forum: Coding Questions
- Topic: Create PanelGadget about DLL
- Replies: 13
- Views: 2512
- Thu Apr 27, 2006 8:34 am
- Forum: Coding Questions
- Topic: Create PanelGadget about DLL
- Replies: 13
- Views: 2512
- Thu Apr 27, 2006 8:05 am
- Forum: Coding Questions
- Topic: Create PanelGadget about DLL
- Replies: 13
- Views: 2512
- Thu Apr 27, 2006 7:25 am
- Forum: Coding Questions
- Topic: Create PanelGadget about DLL
- Replies: 13
- Views: 2512
- Wed Apr 26, 2006 9:34 pm
- Forum: Coding Questions
- Topic: Create PanelGadget about DLL
- Replies: 13
- Views: 2512
Create PanelGadget about DLL
Hi together,
with the following code I can create e.g. TextGadget from DLL to my
initialize window.
Code for EXE:
OpenWindow(0,0,0,600,260,#PB_Window_SystemMenu|#PB_Window_ScreenCentered,"")
CreateGadgetList(WindowID(0))
container = ContainerGadget(#PB_Any,0,0,295,170)
CloseGadgetList ...
with the following code I can create e.g. TextGadget from DLL to my
initialize window.
Code for EXE:
OpenWindow(0,0,0,600,260,#PB_Window_SystemMenu|#PB_Window_ScreenCentered,"")
CreateGadgetList(WindowID(0))
container = ContainerGadget(#PB_Any,0,0,295,170)
CloseGadgetList ...