Gadget?!!... GADGET!!!???? Did I just enroll in pre-school?
people, plz. don't flame eachother, if you wanna flame somebody, flame me (go here: viewtopic.php?t=11865 )
i'm married
i'm unemployed
i got two kids
i got a mortgage i cannot afford
some strong disagreements with my wife
what's a little flame to me then?
gimme your best shot, pal...
i can take it
i'm married
i'm unemployed
i got two kids
i got a mortgage i cannot afford
some strong disagreements with my wife
what's a little flame to me then?
gimme your best shot, pal...
i can take it
Last edited by blueznl on Tue Jul 27, 2004 11:23 am, edited 1 time in total.
( PB6.00 LTS Win11 x64 Asrock AB350 Pro4 Ryzen 5 3600 32GB GTX1060 6GB)
( The path to enlightenment and the PureBasic Survival Guide right here... )
( The path to enlightenment and the PureBasic Survival Guide right here... )
I am quite confident about smoking both cigars and cigarettes (take care about the moderator with such words).
About coding, I don't know.
About coding, I don't know.
My avatar is a small copy of the 4x1.8m image I created and exposed at 'Le salon international du meuble à Paris' january 2004 in Matt Sindall's 'Shades' designers exhibition. The original laminated print was designed using a 150 dpi printout.
-
- Enthusiast
- Posts: 499
- Joined: Wed Sep 17, 2003 9:17 pm
- Location: Southern California
- Contact:
- the.weavster
- Addict
- Posts: 1576
- Joined: Thu Jul 03, 2003 6:53 pm
- Location: England
Shannara's rightShannara wrote:
2. Create a wrapper library (hehehe) that basically renames the Gadget commands to remove the gadget part, and pristo your set. The only bad part is that it adds a bit of K's to your program..
I found 'SetGadgetText(#txtForename,GetDatabaseString(0))' too verbose so I wrote it into a procedure like this:
Code: Select all
ProcedureDLL DB2GT(DatabaseColumn.l,GadgetID.l)
Text$ = GetDatabaseString(DatabaseColumn)
SetGadgetText(GadgetID,Text$)
EndProcedure
I've done this for quite a few wordy combinations I use regularly.
Maybe it adds a few K, so what...
-
- Addict
- Posts: 1126
- Joined: Wed Oct 15, 2003 12:40 am
- Location: Sweden
- Contact:
Upps! I didn't read that... I didn't read that...Randy Walker wrote:the Yuppies Atari game machine.

Damn!! That line really hurts...


But then, in early 1984, just as annual sales were climbing above $1 billion, Tramiel clashed with a Commodore stockholder mightier than he, Irving Gould -- and when the smoke had cleared, Tramiel was out. The nature of their quarrel was never publicly disclosed. Today, however, Tramiel says he wanted to "grow" the company, and Gould didn't.
Commodore was really Tramiel's last hurrah. True, he surfaced again quickly in the computer industry, agreeing later in 1984 to take over -- for a pittance -- Warner Communications' floundering Atari operation. But in a business changing convulsively as IBM brought out its PC and the clones marched in, Atari was a loser and ultimately a venture into which Tramiel was unwilling to sink big money. Eventually he folded Atari into a Silicon Valley disk-drive manufacturer, JTS, in which he has a major interest but plays no operational role.
So you see - nothing can be more wrong than the... "the Yuppies Atari game machine" statement!!
Sorry about the "off topic", but my soul was upset... :roll:
(I still read the "Amiga Hardware Reference Manual" every night! It's art, it's beautiful...


(\__/)
(='.'=) This is Bunny. Copy and paste Bunny into your
(")_(") signature to help him gain world domination.
-
- Addict
- Posts: 1126
- Joined: Wed Oct 15, 2003 12:40 am
- Location: Sweden
- Contact:
Re: Gadget?!!... GADGET!!!???? Did I just enroll in pre-sch
By the way... It seems really stupid and unlogical to remove "Gadget" and only use "AddItem", "SetText" and so on... Add item to what? Set text - on what?Randy Walker wrote:Can you please do something to get rid of the extraneous gadgets? I could live with the main kaywords like "Gadget", but there is no discernable reason to require "SetGadgetText" when simply "SetText" would suffice. That being only one of many many examples. CreateGadgetList, AddGadgetItem, GetGadgetItemText, etc., etc., etc.
Well, if the methods where listed for a object... For example,
Code: Select all
New ButtonGadget MyButtGadget
MyButtGadget.SetText("Atari sucks!")
That's my point of view... :roll:

(\__/)
(='.'=) This is Bunny. Copy and paste Bunny into your
(")_(") signature to help him gain world domination.
well, if he doesn't, i will! where can i buy them?!? 
on top of that, some of the designers of the *real* atari's (the 8 bitters
) continued working on the amiga...
hey, it was a nice idea, good concept, okay start, but commodore managed to kill it, oh well, so did atari with the st
(no flaming in here please, you know where to flame me
)
(actually, i owned a few amigas, and worked with the atari st range at my work at that time, liked them both for different reasons, in hindsight it's easy to point the finger and tell the world why those systems did not survive, but at that time...)

on top of that, some of the designers of the *real* atari's (the 8 bitters

hey, it was a nice idea, good concept, okay start, but commodore managed to kill it, oh well, so did atari with the st

(no flaming in here please, you know where to flame me

(actually, i owned a few amigas, and worked with the atari st range at my work at that time, liked them both for different reasons, in hindsight it's easy to point the finger and tell the world why those systems did not survive, but at that time...)
( PB6.00 LTS Win11 x64 Asrock AB350 Pro4 Ryzen 5 3600 32GB GTX1060 6GB)
( The path to enlightenment and the PureBasic Survival Guide right here... )
( The path to enlightenment and the PureBasic Survival Guide right here... )
-
- Addict
- Posts: 1126
- Joined: Wed Oct 15, 2003 12:40 am
- Location: Sweden
- Contact:
Sure - and it "boing" a lot...Doobrey wrote:I bet you wear Boing Ball underpants too...

http://amiga.emugaming.com/boingball.html
Well, the same goes for me - three A500s, one A600, one A1200 and one A3000. No A1000...


But to be frank... I DID start an Atari Club in my hometown... So... :roll:

(\__/)
(='.'=) This is Bunny. Copy and paste Bunny into your
(")_(") signature to help him gain world domination.
- the.weavster
- Addict
- Posts: 1576
- Joined: Thu Jul 03, 2003 6:53 pm
- Location: England
As I understand it the .NET base classes are going to replace Win32 API which means whatever Windows programming language you use you are going to need "a whole framework installed" if you want the OS to do anything for you. The objects in the framework provide an interface by which you address the subsystem.kake26 wrote:.NET is a joke you need a whole framework installed on a computer to run a .NET app.
The significance is Microsoft could create a .NET framework for any platform they considered to be a viable market irrespective of OS or even processor. The interface to your application would remain the same, the control of the subsystem would be handled by the framework.
Any .NET program you have written, in whatever language, will then work on any platform that had a .NET framework.
That's no joke, that's cool...
-
- Enthusiast
- Posts: 384
- Joined: Sat May 24, 2003 8:02 pm
- Location: Canada
- Contact:
Wholly has anyone checked the topic title "Gadget?!!... GADGET!!!???? Did I just enroll in pre-school?" we are way off base
I just have to jump in though ... My thoughts on .NET are:
It's cool, it's clean and overdue ... I just don't like the JIT compiler ... It bothers me soo much. The idea that basically a scripting language will run the next generation OS is really crappy. But I'm using PB so who cares.

I just have to jump in though ... My thoughts on .NET are:
It's cool, it's clean and overdue ... I just don't like the JIT compiler ... It bothers me soo much. The idea that basically a scripting language will run the next generation OS is really crappy. But I'm using PB so who cares.
<br>"I deliver Justice, not Mercy"
    - Codemonger, 2004 A.D.
    - Codemonger, 2004 A.D.
-
- 666
- Posts: 1033
- Joined: Mon Sep 01, 2003 2:33 pm
oh for gods sake
. Talk about somebody trying to pick a pubic hair out of his teeth with a claw hammer
Welcome to the forum Mr. Randy Walker
very interesting read about your thoughts on gadgets... I must admit, I personally find the gadget commands a huge pain in the arse at times, but the worst thing for me is the documentation of the commands. I would have thrown the towel in with PB a while back if it hadn't been for the great ppl here on this very forum.
I don't agree that removing the name gadget would make a difference to how professional the language looks though. but, at the end of the day, PB is really being marketed as a "hobbiest" language. I don't know how much the gadget commands could be simplified (even if Fred wanted to do that) , If it ain't broke, don't fix it
Right, Time for bed... Work at 6am
TTFN.


Welcome to the forum Mr. Randy Walker

very interesting read about your thoughts on gadgets... I must admit, I personally find the gadget commands a huge pain in the arse at times, but the worst thing for me is the documentation of the commands. I would have thrown the towel in with PB a while back if it hadn't been for the great ppl here on this very forum.
I don't agree that removing the name gadget would make a difference to how professional the language looks though. but, at the end of the day, PB is really being marketed as a "hobbiest" language. I don't know how much the gadget commands could be simplified (even if Fred wanted to do that) , If it ain't broke, don't fix it

There is one problem with the edit option... it makes newcomers to the topic loose track of whats being said, especially if edit gets abused to death2. I just realized my posts have an edit option, which is the reason for this addendum It wont exagerate the counter.

Right, Time for bed... Work at 6am
