Hi all
I can't seem to find the function for getting the current time (I need it for a log system) on Purebasic OS X
Thanks in advance
Search found 4 matches
- Mon Feb 11, 2013 11:39 am
- Forum: Mac OSX
- Topic: How do I get the current time on os x?
- Replies: 1
- Views: 1111
- Fri Feb 08, 2013 11:01 am
- Forum: Mac OSX
- Topic: Need workaround SetGadgetItemColor with ListViewGadget
- Replies: 5
- Views: 2996
Re: Need workaround SetGadgetItemColor with ListViewGadget
No workaround using CocoaMessage? I tried searching the Apple docs but no luck so far
- Thu Feb 07, 2013 11:40 am
- Forum: Mac OSX
- Topic: Need workaround SetGadgetItemColor with ListViewGadget
- Replies: 5
- Views: 2996
Re: Workaround for SetGadgetItemText problem with ListViewGa
Sorry. I mean the color of an item ;)
OpenWindow(0,100,100,640,480,"Test")
ListViewGadget(0,0,0,640,480)
For i=1 To 10
AddGadgetItem(0,-1,"Test"+Str(i))
Next
SetGadgetItemColor(0,2,#PB_Gadget_FrontColor,RGB(Random(255), Random(255), Random(255)),0)
Repeat
Until WaitWindowEvent()=#PB_Event ...
OpenWindow(0,100,100,640,480,"Test")
ListViewGadget(0,0,0,640,480)
For i=1 To 10
AddGadgetItem(0,-1,"Test"+Str(i))
Next
SetGadgetItemColor(0,2,#PB_Gadget_FrontColor,RGB(Random(255), Random(255), Random(255)),0)
Repeat
Until WaitWindowEvent()=#PB_Event ...
- Thu Feb 07, 2013 11:16 am
- Forum: Mac OSX
- Topic: Need workaround SetGadgetItemColor with ListViewGadget
- Replies: 5
- Views: 2996
Need workaround SetGadgetItemColor with ListViewGadget
I found the workaround for the ListIconGadget, but is there a similar for the ListViewGadget?
Thanks in advance

Thanks in advance
