Search found 6 matches

by Salc
Thu Aug 22, 2013 12:40 pm
Forum: Windows
Topic: Problem with Pseudotypes
Replies: 0
Views: 1239

Problem with Pseudotypes

Hi,

I'm playing a bit with pseudotypes but there's something I'm not sure with..

Here's a short DirectShow-code that plays some audiofile:

; 5.10 x86 Ascii -> working
; 5.10 x86 Unicode -> working
; 5.10 x64 Ascii -> working
; 5.10 x64 Unicode -> working

; 5.11 x86 Ascii -> working
; 5.11 x86 ...
by Salc
Thu Jan 31, 2013 9:30 am
Forum: Coding Questions
Topic: one question that happens in x86 but not in x64(pb5&4.61)
Replies: 10
Views: 1813

Re: one question that happens in x86 but not in x64(pb5&4.61

If you use the right structure in buttons it should work.

Code: Select all

Structure Buttons
  ImgUrl.s
  ImgID.l
  ImgMouseOn.imgInfo
  ImgMouseOut.imgInfo
  ImgMouseDown.imageInfo   ;<-- This makes the problem, change it to imgInfo
EndStructure
by Salc
Mon Oct 01, 2012 7:36 am
Forum: The PureBasic Form Designer
Topic: Form Designer 5.10
Replies: 665
Views: 229084

Re: Form Designer 5.00 beta 3

I don't know about deleting images from the list, would it really make sense?
I just saw that the images are deleted if you delete the gadget. I think that's ok.
But it will only be deleted from the images list, when you change from design view to code view.

An example to make it clear:
- create ...
by Salc
Mon Oct 01, 2012 7:17 am
Forum: The PureBasic Form Designer
Topic: Form Designer 5.10
Replies: 665
Views: 229084

Re: Form Designer 5.00 beta 3

I'm using version 5.00 beta 3 from Sept. 24th.
It's only crashing if there is no entry in the grid control.

(Btw: is it possible to delete an entry from the images grid control?)
by Salc
Sun Sep 30, 2012 9:30 pm
Forum: The PureBasic Form Designer
Topic: Form Designer 5.10
Replies: 665
Views: 229084

Re: Form Designer 5.00 beta 3

I've found another IMA:
- Open the Images-Box
- Push a key ('A' for example)
- Push the Tab key.


Error Message: Invalid memory access
Error Code: -1073741819
Code Address: 5046658
Target Address: 12
Sourcecode line: 1486
Sourcecode file: E:\Users\gaetandupont-panon\Documents\gdpcomputing ...
by Salc
Tue Sep 25, 2012 9:27 am
Forum: The PureBasic Form Designer
Topic: Form Designer 5.10
Replies: 665
Views: 229084

Re: Form Designer 5.00 beta 3

@Polo:

don't know whether someone has detected this already, but when you create a gadget, delete the width or height in the settings box and push enter, the form designer crashes.
Tested with the latest version from your site.