|
kristy8963147 // User Search
kristy8963147 // User Search
Jul 2, 2002, 2:01am
you can ask me too. :) or e-mail me at chiklit at funetwork.net
just telegram me (kristy8963147) or em
[View Quote]"young phalpha" <RhaneC at msn.com> wrote in message
news:3d1cf74a at server1.Activeworlds.com...
> www.imatowns.com/xelagot - that has a few things about the sdk itself, I
think
> www.canopus.org/delphi/delphi.html - several examples
> www.turtleflight.com/DL/mAWAPI24.pas - Build 24 of AWSDK .pas file for
Delphi
>
> Also, the regular C documentation applies to the Delphi SDK, its pretty
much all the same except
> for some syntax and the declaration for a bot instance.
>
> Also, if you perhaps have more questions those examples don't answer, you
can ask me, XelaG (he
> would prefer you email him at xelag at 3dee.nl, trust me, I know :), Magine,
or myself, or anyone
> else you can spot in this ng who programs Delphi..
>
> - YP
>
> "status" <status at statusx.s5.com> wrote in message
news:3d1ce816$1 at server1.Activeworlds.com...
> Just wondering if anyone has any really basic or intermediate examples of
a
> working SDK function..*Delphi*
>
> I started working with Delphi around March, but I've'nt bothered w/ the
SDK
> :-)
>
> Thanks in advance.
>
> -Status
>
>
>
|
Jul 2, 2002, 3:22am
Preston has that problem. If you use the object change thing on an object
that has tilt and roll used on it once it changes the object it also resets
the rotation for the tilt and roll.
[View Quote]"grimble" <grimble2000NOSPAM at btinternet.com> wrote in message
news:3d1dd465$1 at server1.Activeworlds.com...
> With the introduction of the Tilt and Roll attributes in v3.3, some SDK
> applications (including publicly released bots) may produce unexpected
> results. This only applies (I believe) under the following circumstances
....
>
> (a) the application picks up object click, object add or cell object (i.e.
> handles 3x3, 5x5 and/or cell
> next queries) events.
>
> (b) the application uses object change, add or load SDK methods.
>
> (c) the application code was written for a previous build of the SDK (i.e.
> one that doesn't support the Tilt and Roll object attributes) but where
the
> version of the SDK has been "upgraded" to build 24 without changing the
code
> to handle the setting of the tilt and roll attributes.
>
> (d) 3-axis rotation is enabled in the world (or more to the point, there
are
> objects in the world where 3d-axis rotation has been applied)
>
> For those that can't see the problem at first, I'll try to explain. As
> you're aware, all relevant attributes need to be set to the desired values
> when making a call to the SDK since the values are retained within the SDK
> throught its "life". So if the last object event (perhaps from a query
> event) raised on build 24 included non-zero Tilt or Roll values, these
will
> be used in a subsequent aw_object_change call if they are not reset by the
> code.
>
> If the application was written for (and works perfectly well with) build
23,
> but the version of the SDK has been changed to build 24 without
readdressing
> any object add, change or load calls, you may find that the Tilt and Roll
of
> the new object will not be what you expect.
>
> As an example, an application that maintains a billboard, changing the
> picture on an object at regular intervals may end up creating the object
on
> its side or skewed at a funny angle. I really depends on how the object
tilt
> and roll attributes have been "left" by the last event. Pre-build 24
> applications will only be setting the Yaw of the object for its
orientation
> and not the Tilt and Roll.
>
> I've reworded this a few times trying to get it to make sense, and I'm not
> sure I have managed it. If your application doesn't use the object change,
> add or load SDK methods then its not an issue. Unless the developer didn't
> read the help pages properly, this only applies to applications that
> PRE-DATED build 24 and the version of the SDK used has been changed TO
build
> 24.
>
> For VBer's benefit, build 24 is either AwSdkOcx5.ocx or the recent COM
> wrapper from MrGrimm (they're both based on build 24).
>
> If you're in the habit of keeping the version of the SDK up to date in
your
> applications you my want to check this in your code.
>
> Grimble.
>
>
>
|
Jul 13, 2002, 4:46pm
This is kind of a dumb question but what's the code for making a bot
invisible. Delphi is prefered but any language will do.
[View Quote]"mrbruce" <MrBruce406969 at aol.com> wrote in message
news:3d307386$1 at server1.Activeworlds.com...
> Hi, this is to all bot makers and publishers. If you have a bot you want
put
> on public display in my world A!!CT World, please contact me and I will
add
> a link to your site.
> I do not like putting people's work on display without their approval.
> Please contact me via telegram.
> The bot center is located in A!!CT World at 8n 5w 0.0a 0
> Thank you for your time.
> MrBruce A!!CT World owner.
>
>
|
Jul 13, 2002, 4:48pm
oops ment for that to be a new post
[View Quote]"kristy8963147" <bluemoon8963 at hotmail.com> wrote in message
news:3d307593$1 at server1.Activeworlds.com...
> This is kind of a dumb question but what's the code for making a bot
> invisible. Delphi is prefered but any language will do.
>
> "mrbruce" <MrBruce406969 at aol.com> wrote in message
> news:3d307386$1 at server1.Activeworlds.com...
> put
> add
>
>
|
Jul 13, 2002, 4:48pm
This is kind of a dumb question but what's the code for making a bot
invisible. Delphi is prefered but any language will do.
__________________________________________________________________ Kristy
ICQ#: 76500997 Current ICQ status: + More ways to contact me i See more
about me: __________________________________________________________________
Aug 14, 2002, 8:42pm
Once you create a empty WIN32 project goto Insert > Resource. Then you can
add a dialog.
[View Quote]"strike rapier" <strike at rapiercom.freeserve.co.uk> wrote in message
news:3d5ab170 at server1.Activeworlds.com...
> Hi Folks,
> Im currently moving on from the world of simplistic VB to amazingly
difficult C++, using VS6 VC++. There were several reasons I started with VB,
mainly because it was the only thing I could get, and secondly because it
only takes minutes rather than hours to come up with visually spectacular
GUI's for programs that well.. require visually spectacular GUI's.
>
> So far im playing about with Console Apps etc but I cant find a darn thing
about how to start off with the Object Orientated Programming, hence I would
anyone happen to know if there is a way of creating forms like in VB or am I
doomed to a life of writing out 50 lines of code and a billion resource
strings just to create decent GUI's?
>
> Feel free to explain to me if u can and have the time, or in the ye age
old method of AWTeen core here are a few defaults.
> 1) Yes, making GUIs is easy in VC++
> 2) Your dillusional if you think its that easy
> 3) Kinda, but your not going to like it
> 4) Only a billion resource strings? Ha! A trillion would be more
apropriate
>
> - Mark
> (I was only messing about with the defaults, feel free to ignore them)
>
>
|
Aug 17, 2002, 4:36am
How do I use the VB SDK in .NET?
Jun 25, 2002, 1:04am
Does anyone know when the Delphi SDK for AW 3.3 is coming out?
__________________________________________________________________ Kristy
ICQ#: 76500997 Current ICQ status: + More ways to contact me i See more
about me: __________________________________________________________________
Jun 25, 2002, 1:52am
thanks :)
[View Quote]"tony m" <fldmshl2013 at austin.rr.com> wrote in message
news:3d17da63.42574701 at news.activeworlds.com...
> Magine has one at:
>
> http://www.turtleflight.com/DL/mAWAPI24.pas
>
> On 24 Jun 2002 23:04:46 -0400, "kristy8963147"
> <bluemoon8963 at hotmail.com> wrote:
>
__________________________________________________________________
>
|
Jul 2, 2002, 2:01am
you can ask me too. :) or e-mail me at chiklit at funetwork.net
just telegram me (kristy8963147) or em
[View Quote]"young phalpha" <RhaneC at msn.com> wrote in message
news:3d1cf74a at server1.Activeworlds.com...
> www.imatowns.com/xelagot - that has a few things about the sdk itself, I
think
> www.canopus.org/delphi/delphi.html - several examples
> www.turtleflight.com/DL/mAWAPI24.pas - Build 24 of AWSDK .pas file for
Delphi
>
> Also, the regular C documentation applies to the Delphi SDK, its pretty
much all the same except
> for some syntax and the declaration for a bot instance.
>
> Also, if you perhaps have more questions those examples don't answer, you
can ask me, XelaG (he
> would prefer you email him at xelag at 3dee.nl, trust me, I know :), Magine,
or myself, or anyone
> else you can spot in this ng who programs Delphi..
>
> - YP
>
> "status" <status at statusx.s5.com> wrote in message
news:3d1ce816$1 at server1.Activeworlds.com...
> Just wondering if anyone has any really basic or intermediate examples of
a
> working SDK function..*Delphi*
>
> I started working with Delphi around March, but I've'nt bothered w/ the
SDK
> :-)
>
> Thanks in advance.
>
> -Status
>
>
>
|
Aug 19, 2002, 2:45pm
Is it just me or are all the posts gone?
Jul 2, 2002, 5:16pm
It reminds me of Palace.
Note: For thoses of you who don't know what it is. It's a 2d graphical chat
program done by Communitys.Com which went bankrupt and shut down in late
2000(what AW is trying to avoid). It was then picked up by the community in
mid 2001. You can check it out a www.thepalace.com
[View Quote]"carlbanks" <Virtualcarlbanks at hotmail.com> wrote in message
news:3d21f6f0$1 at server1.Activeworlds.com...
> it should be an option tho. And I dunno. Some people might like it.
>
> "binarybud" <leom at knorrinteractive.com> wrote in message
> news:3d21f671$1 at server1.Activeworlds.com...
> em.
>
>
|
Aug 17, 2002, 2:05pm
The flashing thing isn't a bug. When another window opens AW fights to be in
the foreground but the other one ususally stays there.
[View Quote]"katerine" <removethisailleurs at ailleurs3d.com> wrote in message
news:Xns926DA63C71646Catherine at 64.94.241.201...
> A few wishes:
>
> - the world expiration date to be back in the world.log when the world
> server starts
>
> - and a bug (?) to be fixed : when an other window moves to the
foreground,
> my AW screen "flashes" for a second.
>
|
Jul 2, 2002, 3:29am
My browser does that with zip files. First it automatically downloads it
with out asking where I want to save it. Then complains it doesn't exist.
[View Quote]"dion" <Dion at digevo.net> wrote in message
news:3d2107c0$1 at server1.Activeworlds.com...
> same here. I remember I had to do some strange crap but i got it working
:-P
>
> "agent1" <Agent1 at my.activeworlds.com> wrote in message
> news:3d20661b$1 at server1.Activeworlds.com...
> news:3d205e32$1 at server1.Activeworlds.com...
>
>
|
|