Search found 21 matches

by jacfrosty
Mon Feb 28, 2011 11:30 am
Forum: Linux
Topic: Fedora 14 32bit - Installation Problems
Replies: 6
Views: 3117

Re: Fedora 14 32bit - Installation Problems

Hi Remi

Thanks for the reply, most interesting..
First options doesn't seem to work.. but the second certainly does... :D

So, I have to ask if there is anyway to make this a permanent thing, as opposed to having to include the Import/EndImport statements in every bit of code..!?

I thought that ...
by jacfrosty
Mon Feb 28, 2011 10:27 am
Forum: Linux
Topic: Fedora 14 32bit - Installation Problems
Replies: 6
Views: 3117

Re: Fedora 14 32bit - Installation Problems

Yeah, that was the only real other post I could relating directly to this problem, but without any kind of resolve.

Well, the only xine related package I have is: xine-lib-1.1.19-2.fc14.1.i686 , and the checkinstall.sh does barf saying that it can't find suitable package for libxine .

But this ...
by jacfrosty
Fri Feb 25, 2011 4:11 pm
Forum: Linux
Topic: Fedora 14 32bit - Installation Problems
Replies: 6
Views: 3117

Fedora 14 32bit - Installation Problems

Hi

I can't seem to find any posts regarding getting PureBasic installed and running on Fedora 14 32bit. Is there anyone out there that has achieved this successfully?

I used to run Ubuntu for years and it seem much easier to get it installed and running on that, but I am now forced to use Fedora ...
by jacfrosty
Thu May 24, 2007 10:00 pm
Forum: Coding Questions
Topic: is this code legal???
Replies: 6
Views: 1331

Thanks very much for your help Pupil, greatly appreciated..

I think I understand where I was going wrong.

I am from a C background and things are done a little different when it comes to pointers and PureBasic.

Thanks for the examples.
by jacfrosty
Wed May 23, 2007 9:45 am
Forum: Coding Questions
Topic: is this code legal???
Replies: 6
Views: 1331

Thanks for that Pupil,

Ok then, is there a way that I can allocate memory for the array of pointers before I allocate the space that each pointer points to??

Basically I want to have a structure that can point to an array of structures that are of different sizes (when I say sizes I mean the no of ...
by jacfrosty
Tue May 22, 2007 4:55 pm
Forum: Coding Questions
Topic: is this code legal???
Replies: 6
Views: 1331

I did think that that should be the case, but as it compiles and runs without errors I thought that something magic may have been going on, i.e. PureBasic may be allocating memory for the pointers or something.

I still can't get my head around why this works without instantly blowing up my ...
by jacfrosty
Tue May 22, 2007 4:16 pm
Forum: Coding Questions
Topic: is this code legal???
Replies: 6
Views: 1331

is this code legal???

Hi, could someone please tell me if this code is legal, if so then whats going on with it and if not - why not.

I was messing with pointers to structures and some how seem to have myself lost in the woods - so to speak.

Any info would be really appreciated.



Structure testyItem
name.s{30}
x.l ...
by jacfrosty
Tue Oct 17, 2006 1:08 pm
Forum: Announcement
Topic: egrid 4 grid gadget - (static PB library version.)
Replies: 365
Views: 97185

Thanks for adding that new callback message so quickly, I will give it ago later on.

Much appreciated.

Regards

jacfrosty
by jacfrosty
Sun Oct 15, 2006 9:17 pm
Forum: Announcement
Topic: egrid 4 grid gadget - (static PB library version.)
Replies: 365
Views: 97185

Hi

Thanks for the prompt reply,

From your what you say it seems it my be easier to add just one more event than to actually try and go throught the processing of subclassing an already heavily subclassed gadget... If you know what I mean.

Also I am not a very competant API programmer, so I know I ...
by jacfrosty
Sun Oct 15, 2006 8:43 pm
Forum: Announcement
Topic: egrid 4 grid gadget - (static PB library version.)
Replies: 365
Views: 97185

Question about combo boxes

Hi,

I need a little help, I can't seem to be able to trap an event that lets me know when I change an item in a combo box cell.

I need to change some other cells depending what is selected in a combo box, I can only seem to do this when I actually move off the combo cell not straight after the ...
by jacfrosty
Thu Jun 08, 2006 2:18 pm
Forum: Coding Questions
Topic: Web Gadget - Page Errors with one Site
Replies: 3
Views: 1184

Thanks for the reply Dare,

Your right, I thought the WebGadget had all the functionallity of a 'real' IE, but it seems not.

I am not sure what you mean about turning unicode off, maybe you could explain this one to me.

It makes no difference with/without the #PB_Web_Mozilla flag set, although I ...
by jacfrosty
Thu Jun 08, 2006 12:33 pm
Forum: Coding Questions
Topic: Web Gadget - Page Errors with one Site
Replies: 3
Views: 1184

Web Gadget - Page Errors with one Site

Hello,

I have a problem with the web gadget, I haven't come across any problems with the web gadget except for this one site, it appears to do some kind of database lookup (using asp I think??) and the page fails and their webserver reports back this error page:

Page: GET /tc/tc_courselistsfind ...
by jacfrosty
Wed Nov 16, 2005 3:23 pm
Forum: Coding Questions
Topic: LoadFont not allowed between Drawing Start/Stop
Replies: 21
Views: 4561

Thanks Fred, I didn't think of that.

That has worked a treat, I have now been able to make my mods and everyone is happy. Thanks again.

Kind regards


David.
by jacfrosty
Wed Nov 16, 2005 1:59 pm
Forum: Coding Questions
Topic: LoadFont not allowed between Drawing Start/Stop
Replies: 21
Views: 4561

OK, I understand.

I am a little disappointed as I have a lot of generic routines that now become un-generic routines. I will have to hard code these routines into every program every time I need to change the font or size of font. Oh Hum.. Such is Life.

Again thanks for clearing the matter up ...
by jacfrosty
Wed Nov 16, 2005 1:10 pm
Forum: Coding Questions
Topic: LoadFont not allowed between Drawing Start/Stop
Replies: 21
Views: 4561

Thanks for the quick reply Fred, but forgive me as I am still a little confused. Are you saying you can put things back to way is was or is it going stay like this and I will have to work around it?

Kind regards

David.