Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Hayleia

Pages: 1 ... 220 221 [222] 223 224 ... 239
3316
Axe / Re: Axe Q&A
« on: July 25, 2011, 08:02:17 am »
Ok, thanks !

3317
Axe / Re: Axe Q&A
« on: July 25, 2011, 07:59:02 am »
Another quick question. Is there a way to get the current level of contrast in Axe ? We can set it with Shade(X) but how to get it ?

3318
The Axe Parser Project / Re: Axe Parser
« on: July 25, 2011, 07:56:47 am »
Quigibo just released Axe 0.0.2 1.0.2, it fixes all the bugs in the 1.0.1 :)

3319
Miscellaneous / Re: What is your avatar?
« on: July 23, 2011, 02:03:09 pm »
Yes, you and GreenFreak has the Nyan cat for avatar, which was Juju's old avatar.

This Nyan cat is very popular ! I should try it as my avatar... ;D

3320
Miscellaneous / Re: What is your avatar?
« on: July 23, 2011, 01:14:36 pm »
I should probably get an avatar...
Any suggestions?
Nyan cat j/k a pic of your self or your favorite calc

I'm confusing you with Juju.
and with GreenFreak

3321
:w00t: That looks like a great game ! Sorry, I'm again posting in English in the German forum but this is epic

3322
General Discussion / Re: favorite band
« on: July 22, 2011, 03:35:44 am »
Well, that is a very difficult question: the band I listen most is System of a Down but I listen 5 songs of them, so we can't say that it is a favourite band. My favourite music is Sun of Pearl from An Endless Sporadic but all of their others music are not very addicting.
I can't even choose between "Cant choose" and "I don't know" ???

3323
TI Z80 / Re: TIConvert
« on: July 21, 2011, 12:23:28 pm »
Ok, thanks !
*Hayleia goes back to work

3324
TI Z80 / Re: TIConvert
« on: July 21, 2011, 11:57:15 am »
Quick questions for TI-Convert:
For "not equal to", do we have to write "=/=" ?
For "►Dec", do we have to write ">Dec" ?

3325
Axe / Re: Axe Q&A
« on: July 18, 2011, 02:23:09 pm »
O.O I didn't know that !
That's why I put "very newbish question".
Thanks a lot !!!
(I love Axe)

EDIT: You have exactly +255 respect O.O b11111111

3326
Axe / Re: Axe Q&A
« on: July 18, 2011, 02:20:59 pm »
Ok, I have a very newbish question. Are there the binary and,nand,or,xor,etc ops in Axe ? Not that (4 and 2 = 1) because 4 and 2 aren't 0 but that (00000100 and 00000010 = 00000000) ?

3327
General Discussion / Re: Anyone listen to metal?
« on: July 18, 2011, 09:25:13 am »
I listen to every possible genre so I don't know each one. If you make me listen to a music, I can't tell from which genre it is. BUT it doesn't mean that I listen to everything. Just that I have no preference (to say, the band I listen most is System Of a Down and I listen 5 songs of them).

3328
Axe / Re: External Vars Tutorial
« on: July 17, 2011, 01:42:52 pm »
Ok, thank you :)
By the way, this is a great tutorial :thumbsup:

3329
[DE] Off-Topic / Re: Problem mit Microsoft Office PowerPoint 2007
« on: July 17, 2011, 01:27:37 pm »
Spoiler For For the english speaking Persons in the GERMAN-SPEAKING PART:

I've added a .avi - video into a Microsoft office Powerpoint 2007 - presentation.
But I'm not able to start the video.
Nothing happens if I press PLAY and START and so on.

How to start the video?

Ich habe in eine PowerPoint Präsentation ein .avi video eingefügt.
Aber Ich kann es irgendwie nicht abspielen.

Wie kann man videos abspielen?
Wenn ich auf VORSCHAU klicke, passiert nichts.
Bei Bildschirmpräsentatin auch nichts.

Doppel-Posting in Perioden geringer bis 6 Stunden ist gegen die Regeln, es sei denn, ob es ein Update für ein Projekt ist.

Double posting in periods inferior to 6 hours is against the rules, unless if it is an update to a project.

In fact he didn't really double post as a Spambot (Seidt) posted during this meantime. But the post was removed.

3330
Axe / Re: External Vars Tutorial
« on: July 17, 2011, 08:25:40 am »
If you simply want to read data from an archived appvar, then you could copy it to a file.

GetCalc("appvAPPVAR",File)

Where File is the token for a Y-Var (Y0-Y9).

Once the appvar is copied to a file, you can read from it like a pointer.

GetCalc("appvAPPVAR",Y0)
{Y0}→A


This would store the first byte of your appvar to the pointer A.

Only two three questions for me ;D
Does the copying work if the appvar is huge (like 10325 bytes) ?
Is the file automatically removed at the end of the program ?
How many RAM of files do we dispose of (if I want a lot of huge files) ?

Pages: 1 ... 220 221 [222] 223 224 ... 239