Search found 16 matches
- Fri Sep 13, 2019 10:50 am
- Forum: Linux
- Topic: How to Get the Linux OS MAC Address
- Replies: 2
- Views: 2019
Re: How to Get the Linux OS MAC Address
thanks a lot!
- Fri Sep 13, 2019 7:09 am
- Forum: Linux
- Topic: How to Get the Linux OS MAC Address
- Replies: 2
- Views: 2019
How to Get the Linux OS MAC Address
How to Get the Linux OS MAC Address, the Linux Runing in VMware Workstation
- Wed Sep 11, 2019 1:03 pm
- Forum: Coding Questions
- Topic: [JSON]How to Get the Second Level Value?
- Replies: 3
- Views: 1155
Re: [JSON]How to Get the Second Level Value?
Thank You Very Much!
- Wed Sep 11, 2019 12:40 pm
- Forum: Coding Questions
- Topic: [JSON]How to Get the Second Level Value?
- Replies: 3
- Views: 1155
[JSON]How to Get the Second Level Value?
like this json:
{"status":1,"info":"OK","data":{"uid":123,"token":"012345678901234567890123456789"}}
How to Get the Second Level, "uid","token" Value?
Thanks a Lot!
{"status":1,"info":"OK","data":{"uid":123,"token":"012345678901234567890123456789"}}
How to Get the Second Level, "uid","token" Value?
Thanks a Lot!
- Wed Jun 18, 2014 7:35 am
- Forum: Announcement
- Topic: PureBasic 5.30 beta 9 released!
- Replies: 195
- Views: 91672
Re: PureBasic 5.30 beta 4 released!
in /PORTABLE mode Still Error
- Wed Jun 18, 2014 4:24 am
- Forum: Announcement
- Topic: PureBasic 5.30 beta 9 released!
- Replies: 195
- Views: 91672
Re: PureBasic 5.30 beta 4 released!
---------------------------
Error
---------------------------
An Error has been detected in the IDE!
Error: Invalid memory access
File : C:\purebasic\svn\v5.30\Fr34k\PureBasicIDE\SourceParser.pb
Line : 1796
IDE build on 06/17/2014 [16:08] by Fred
Branch: v5.30 Revision: 1635 ...
Error
---------------------------
An Error has been detected in the IDE!
Error: Invalid memory access
File : C:\purebasic\svn\v5.30\Fr34k\PureBasicIDE\SourceParser.pb
Line : 1796
IDE build on 06/17/2014 [16:08] by Fred
Branch: v5.30 Revision: 1635 ...
- Wed Jun 18, 2014 4:15 am
- Forum: Announcement
- Topic: PureBasic 5.30 beta 9 released!
- Replies: 195
- Views: 91672
Re: PureBasic 5.30 beta 4 released!
---------------------------
Error
---------------------------
An Error has been detected in the IDE!
Error: Invalid memory access
File : C:\purebasic\svn\v5.30\Fr34k\PureBasicIDE\Macro.pb
Line : 64
IDE build on 06/17/2014 [16:08] by Fred
Branch: v5.30 Revision: 1635 ...
Error
---------------------------
An Error has been detected in the IDE!
Error: Invalid memory access
File : C:\purebasic\svn\v5.30\Fr34k\PureBasicIDE\Macro.pb
Line : 64
IDE build on 06/17/2014 [16:08] by Fred
Branch: v5.30 Revision: 1635 ...
- Sun Jan 12, 2014 3:06 am
- Forum: Game Programming
- Topic: 2D Game Screen Mouse Move Speed Becomes Slowly
- Replies: 16
- Views: 9942
Re: 2D Game Screen Mouse Move Speed Becomes Slowly
use the #PB_Screen_NoSynchronization
Still feel slowly....
Still feel slowly....
- Sun Jan 05, 2014 4:30 am
- Forum: Game Programming
- Topic: 2D Game Screen Mouse Move Speed Becomes Slowly
- Replies: 16
- Views: 9942
Re: 2D Game Screen Mouse Move Speed Becomes Slowly
Thanks IdeasVacuum, is Better Than Before 

- Sat Jan 04, 2014 4:24 am
- Forum: Game Programming
- Topic: 2D Game Screen Mouse Move Speed Becomes Slowly
- Replies: 16
- Views: 9942
Re: 2D Game Screen Mouse Move Speed Becomes Slowly

The Speed Feel no Difference.....
- Fri Jan 03, 2014 10:29 pm
- Forum: Game Programming
- Topic: 2D Game Screen Mouse Move Speed Becomes Slowly
- Replies: 16
- Views: 9942
Re: 2D Game Screen Mouse Move Speed Becomes Slowly
Thank You Very Much , IdeasVacuum & Demivec!!!
But ,IdeasVacuum 's Code Have a Problem,
MouseButton() Is Invalid,
Unless Put the ExamineMouse() in Repeat,
However, The Mouse Move Speed Slow Again....
InitMouse()
InitKeyboard()
InitSprite()
iQuit.i = #False
If OpenWindow(0, 0, 0, 800, 600 ...
But ,IdeasVacuum 's Code Have a Problem,
MouseButton() Is Invalid,
Unless Put the ExamineMouse() in Repeat,
However, The Mouse Move Speed Slow Again....
InitMouse()
InitKeyboard()
InitSprite()
iQuit.i = #False
If OpenWindow(0, 0, 0, 800, 600 ...
- Fri Jan 03, 2014 1:35 pm
- Forum: Game Programming
- Topic: 2D Game Screen Mouse Move Speed Becomes Slowly
- Replies: 16
- Views: 9942
Re: 2D Game Screen Mouse Move Speed Becomes Slowly
InitMouse()
InitKeyboard()
InitSprite()
OpenWindow(0, 0, 0, 800, 600, "Game Demo", #PB_Window_SystemMenu | #PB_Window_MinimizeGadget | #PB_Window_ScreenCentered)
OpenWindowedScreen(WindowID(0), 0, 0, WindowWidth(0), WindowHeight(0))
Repeat
FlipBuffers()
ClearScreen(RGB(0, 0, 0 ...
- Fri Jan 03, 2014 1:01 pm
- Forum: Game Programming
- Topic: 2D Game Screen Mouse Move Speed Becomes Slowly
- Replies: 16
- Views: 9942
2D Game Screen Mouse Move Speed Becomes Slowly
In the 2D Game Screen,
If Use the ExamineMouse(),
The Mouse Move Speed Becomes Slowly Than System.
How to solve this problem?
If Use the ExamineMouse(),
The Mouse Move Speed Becomes Slowly Than System.
How to solve this problem?
- Mon Sep 09, 2013 3:12 am
- Forum: Coding Questions
- Topic: How to Replace RGB(0, 0, 0) to Other Color by DrawImage()?
- Replies: 10
- Views: 3191
- Sat Sep 07, 2013 1:51 pm
- Forum: Coding Questions
- Topic: How to Replace RGB(0, 0, 0) to Other Color by DrawImage()?
- Replies: 10
- Views: 3191
Re: How to Replace RGB(0, 0, 0) to Other Color by DrawImage(
Thank You, but I need read thousands of pictures, so I'm afraid I have no efficiency.