Working on new editor enhancements?
Trond
Always Here
Posts: 7446 Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway
Post
by Trond » Sat Jan 10, 2009 2:04 pm
Screen recorder:
http://hyperionics.com/downloads/HC1Setup.exe
Start screen recording and compile this code:
Code: Select all
OpenWindow(0, 0, 0, 512, 384, "", #PB_Window_ScreenCentered | #PB_Window_SystemMenu)
ListIconGadget(0, 10, 10, 400, 300, "Number", 200, #PB_ListIcon_GridLines)
AddGadgetColumn(0, 0, "hash", 150)
For I = 0 To 200
AddGadgetItem(0, -1, Str(I) + #LF$ + MD5Fingerprint(@I, 4))
Next
Repeat
Select WaitWindowEvent()
Case #PB_Event_CloseWindow
Break
EndSelect
ForEver
The IDE crashes.
PB
PureBasic Expert
Posts: 7581 Joined: Fri Apr 25, 2003 5:24 pm
Post
by PB » Sat Jan 10, 2009 3:23 pm
No crash here. Installed the app, set it to start recording (it showed a flashing
box at the top-left of my desktop), then I switched to the IDE and hit F5, and
nothing happened.
I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
Trond
Always Here
Posts: 7446 Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway
Post
by Trond » Sat Jan 10, 2009 3:28 pm
You're too gentle. Torture it a little bit and it will crash.
The window that pops up, needs to be moved inside the blinking rectangle. Then it should crash.
PB
PureBasic Expert
Posts: 7581 Joined: Fri Apr 25, 2003 5:24 pm
Post
by PB » Sat Jan 10, 2009 5:08 pm
Moved the window into the flashing rectangle and still no crash. I even
tried with XP skin support on and off. I was very rough this time, too.
I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
Trond
Always Here
Posts: 7446 Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway
Post
by Trond » Sat Jan 10, 2009 6:03 pm
Strange... I have this on two computers.
Marco2007
Enthusiast
Posts: 648 Joined: Tue Jun 12, 2007 10:30 am
Location: not there...
Post
by Marco2007 » Sat Jan 10, 2009 7:26 pm
My IDE crashes, too.
PureBasic for Windows