Search the web
Sign In
New User? Sign Up
CybikoDev · Dedicated to Cybiko software development
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 728 - 757 of 1694   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
728
Yep ;)...
rpgkitdev@...
Send Email
Apr 1, 2001
9:04 am
729
In case it is not generally known, I have created a CyWig-like system for chatting using the Cybiko. You need 2 cybikos - a Junction Cybiko wired to the PC...
Greg Smith
gsmith@...
Send Email
Apr 6, 2001
4:03 pm
730
I'm coding, but I've been stopped by a strange error. When I uncomment a line to declare a FileOutput struct I get this error: C:\WINDOWS\TEMP\cysdk3:1048...
Flupdub Kewaq
garthor@...
Send Email
Apr 7, 2001
11:07 pm
731
... You can only have 128 bytes of local variables. You may need to make that structure (or some other data) global to get around this problem. Jeff...
Jeff Frohwein
jeff@...
Send Email
Apr 7, 2001
11:22 pm
732
bummer, you have tripped across the 256-byte stack size limit. What you need to do is make some of those variables globals. One method is to create a...
Gregory Smith
gsmith@...
Send Email
Apr 7, 2001
11:29 pm
733
can we see the error line in question, along with the entire function in which the error is occuring? ... Ernest S. Pazera aka TANSTAAFL CFO, GameDev.net, LLC ...
Ernest S. Pazera
dtmsoftware@...
Send Email
Apr 7, 2001
11:37 pm
734
http://www.memory-pro.com has 64MB SmartMedia (SSFDC) 3.3v Flash Memory + Lifetime Warranty for only $49.95 !!! Best price I've seen so far! -Phil ... in...
pdepass@...
Send Email
Apr 8, 2001
1:51 pm
735
Is this problem common on small devices or unique to Cybikos? ... __________________________________________________ Do You Yahoo!? Get email at your own...
Flupdub Kewaq
garthor@...
Send Email
Apr 8, 2001
6:16 pm
736
... This particular problem is Cybiko-only, but such things are common on platforms with a very limited amount of memory. You've gotta be very judicious with...
John Hattan
john@...
Send Email
Apr 8, 2001
7:20 pm
737
Does anyone know how to use the cFrameForm_Scroll, cFrameForm_Scroll_Ex, or cFrameForm_SendScroll? I am writing an app and adding text to a Frame, and I need...
Flupdub Kewaq
garthor@...
Send Email
Apr 8, 2001
7:51 pm
738
What, if anything, is the difference in function between AppGeneric_get_message and cWinApp_get_message? __________________________________________________ Do...
Flupdub Kewaq
garthor@...
Send Email
Apr 8, 2001
11:32 pm
739
no diff. ... From: Flupdub Kewaq <garthor@...> To: <CybikoDev@yahoogroups.com> Sent: Sunday, April 08, 2001 7:32 PM Subject: Re: [CybikoDev] Digest...
Gregory Smith
gsmith@...
Send Email
Apr 8, 2001
11:36 pm
740
I've got a cCustomForm that I've loaded with text objects. The cCustomForm is bigger than the screen height. How can I get the form to scroll down to the ...
Flupdub Kewaq
garthor@...
Send Email
Apr 10, 2001
7:18 pm
741
did you do a Display_show()? (or whatever the call is - i'm not in front of the SDK right now). -greg ... __________________________________________________ ...
Gregory Smith
gsmith@...
Send Email
Apr 10, 2001
8:26 pm
742
I used cCustomForm_Show(). Actually, I found an unrelated problem that I am working on right now, then I'll get back to the scrolling and try some new things. ...
Flupdub Kewaq
garthor@...
Send Email
Apr 11, 2001
7:11 pm
743
$59 after shipping. ... they...
elliotl88@...
Send Email
Apr 12, 2001
12:24 am
744
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the CybikoDev group. File :...
CybikoDev@yahoogroups...
Send Email
Apr 12, 2001
5:29 pm
745
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the CybikoDev group. File :...
CybikoDev@yahoogroups...
Send Email
Apr 12, 2001
5:30 pm
746
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the CybikoDev group. File :...
CybikoDev@yahoogroups...
Send Email
Apr 12, 2001
5:30 pm
747
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the CybikoDev group. File :...
CybikoDev@yahoogroups...
Send Email
Apr 12, 2001
5:31 pm
748
Firstly, are you still working on it? Secondly, are you still wanting software from third party developers? If so, would you be interested in a polished...
TheCustodian_@...
Send Email
Apr 17, 2001
7:17 am
749
yes, i'm still working on it, and yes, i'm interested in submissions for the accompanying cd. ... From: <TheCustodian_@...> To:...
Ernest Pazera
dtmsoftware@...
Send Email
Apr 17, 2001
9:48 pm
750
I'm trying to send RF messages between two cybikos, but whenever I check on the delivery status of the message it says DL_INQUEUE. Does anyone know why my ...
Flupdub Kewaq
garthor@...
Send Email
Apr 19, 2001
6:08 pm
751
... What I mean is why don't my messages leave the queue? (I know why my messages are put in the queue, but they're not delivered.) ...
Flupdub Kewaq
garthor@...
Send Email
Apr 19, 2001
6:09 pm
752
When I do this I go into a loop which constantly checks the status. The message starts out as DL_INQUEUE meaning it is in a queue to be delivered. It...
Greg Smith
gsmith@...
Send Email
Apr 19, 2001
6:29 pm
753
Hmm... I changed my ptr_message for the RF message to a global variable, and now I get DL_ABORTs everytime. There is no buffer or string attached to the...
Flupdub Kewaq
garthor@...
Send Email
Apr 19, 2001
6:40 pm
754
I Found I had to allocate the message and attach a buffer or I will always get a DL_ABORT. -greg...
Greg Smith
gsmith@...
Send Email
Apr 19, 2001
6:45 pm
755
wow. the list is awake today. how do you guys send your messages? I just use Message_Post, and this works just fine. I never need to spin on the message to...
Ernest Pazera
dtmsoftware@...
Send Email
Apr 19, 2001
6:45 pm
756
the following code works and has been tested. It sends key presses from one cybiko to another. it only works when there are two cybikos in the area, since...
Ernest Pazera
dtmsoftware@...
Send Email
Apr 19, 2001
6:58 pm
757
When I was sending a message to an application on another Cybiko using the Message_deliver function, I gave the application's complete name (with extension.) ...
Flupdub Kewaq
garthor@...
Send Email
Apr 20, 2001
12:17 am
Messages 728 - 757 of 1694   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help