[Q] Homemade barcode reader

2008-05-28 Thread Konstantin Klyatskin
Hello palm-dev-forum, Has anybody idea how could CueCat (available for free at Radio Shack http://www.radioshack.com/Partners/CAT/HomePage/RSCATGateway.asp) be connected to Palm serial port? It has PS2 keyboard socket connector... Go check out: http://oss.lineo.com/cuecat/ and

Re: [Q] Homemade barcode reader

2008-05-28 Thread Konstantin Klyatskin
The answer is here: http://oss.lineo.com/cuecat/cuecat_driver/cuecat_RS232_pod/ -- Regards, Konstantin -- http://klyatskin.da.ru http://www.bigfoot.com/~klyatskin mailto:[EMAIL PROTECTED] Konstantin Klyatskin [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hello

accept() blocks... Was: select (NetLibSelect) won't block

2008-05-28 Thread Konstantin Klyatskin
Jeffery, have you solved the problem? I'm trying to launch web server at Palm. The problem is that whenever I go into accept() call I'm not able to handle user's inputs. I do loose all pen events except penDown penUp, while I need specifically penMove event. The try to minimize

Dynamic IP

2008-05-28 Thread Konstantin Klyatskin
Hi, how could I get aknowledge of IP address my Palm got dynamically through dial-up connection? Code examples are welcome ;-) Regards, Konstantin -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

Re: Suicidal Application...

2008-05-28 Thread Konstantin Klyatskin
Get it fot free ;-)) Guess what a name should you application have... Answer is below include Pilot.inc include Startup.inc data code ;--- proc PilotMain(cmd.w, cmdPBP.l, launchFlags.w) local result.l BEGINPROC

[Q] Mystique with serial communications...

2008-05-28 Thread Konstantin Klyatskin
Hi, Note: the text below will be seen better if copied to notepad or any fixed-width font viewer... Here comes a part of my code: (I 've cut some checks...) void SerCommand(char *str) { SerSend(refNum,str, StrLen(str),err); } Boolean SerReply(char *buf) {

Re: Animated GIF on PalmOS

2006-10-30 Thread Konstantin Klyatskin
Probably JPEG/GIF decompression library for Palm OS available at http://www.absoluteword.com/jpglib/ will help you. -- Konstantin Flavio Renga [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] How could I display an animated GIF on my Tungsten E2? Thanks! Flavio -- For

Re: How to add GIF image?

2005-06-05 Thread Konstantin Klyatskin
If so, you will need a GIF decoder. You can try one available at http://www.absoluteword.com/jpglib/ And it does support animation. -- -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: JPEGView Source Released [was: Re: looking for help about the ARM-native JEPG...]

2005-01-18 Thread Konstantin Klyatskin
http://www.absoluteword.com/jpglib/ JPEG/GIF decompression library for Palm OS available in sources and binaries. Free if you are OK with nags it draws. You have reinvented one more wheel., haven't you. -- Matthew Bevan [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] The JPEG

Re: JPGs

2004-12-25 Thread Konstantin Klyatskin
http://www.absoluteword.com/jpglib/ JPEG/GIF decompression library for Palm OS available in sources and binaries. Free if you are OK with nags it draws. -- Palm [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi everybody, How can I display JPGs in a program? Are there any free

Re: view an image GIF or PNG

2004-10-28 Thread Konstantin Klyatskin
http://www.absoluteword.com/jpglib/ JPEG/GIF decompression library for Palm OS available in sources and binaries. Free if you are OK with nags it draws. -- Destin Gando [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Please How could I do to add an image GIF in my application? Thank

Re: Encoding and decoding JPEG images

2004-10-23 Thread Konstantin Klyatskin
http://www.absoluteword.com/jpglib/ JPEG/GIF decompression library for Palm OS available in sources and binaries. Free if you are OK with nags it draws. -- Donald C. Kirker [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I used the PalmJpeg Lib and loved it. It worked wonderfully. I

Re: JpegLib not able to display image on T3

2004-09-01 Thread Konstantin Klyatskin
I'm not able to help you with JpegLib you are using currently, but if you'll have any similar questions for http://www.absoluteword.com/jpglib/ you are welcome to contact me either through the group or out of list. -- Konstantin Roel Wijmans [EMAIL PROTECTED] wrote in message news:[EMAIL

Re: jpeg library

2004-08-24 Thread Konstantin Klyatskin
http://www.absoluteword.com/jpglib/ JPEG/GIF decompression library for Palm OS 1.. Fast and quality decoding 2.. Fast JPEG scaling (1:8, 1:4, 1:2, 1:1) 3.. Optimized palette: 16bpp for 16bpp devices, Web palette for 256 color device, 4bpp for BW devices. 4.. GIF animation via one-function

Re: PalmPhotoLib on Zire 71

2004-08-04 Thread Konstantin Klyatskin
Krish [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] If I have to use the third party jpeg libraries what are your recommendations? http://www.absoluteword.com/jpglib/ JPEG/GIF decompression library for Palm OS 1.. Fast and quality decoding 2.. Fast JPEG scaling (1:8, 1:4, 1:2,

Re: JpegLib

2004-07-20 Thread Konstantin Klyatskin
Only after the author of AbsoluteWord's JPEG library reduces or has reduced the price substantially would I be willing to give it a second look. It's price is prohibitive of small-time development with it, and it only has one major feature not present in the other (free) libraries - GIF

Re: JpegLib

2004-07-19 Thread Konstantin Klyatskin
I know :) http://www.absoluteword.com/jpglib/ JPEG/GIF decompression library for Palm OS 1.. Fast and quality decoding 2.. Fast JPEG scaling (1:8, 1:4, 1:2, 1:1) 3.. Optimized palette: 16bpp for 16bpp devices, Web palette for 256 color device, 4bpp for BW devices. 4.. GIF animation via

Re: Image APIs?

2004-07-15 Thread Konstantin Klyatskin
With JPEG/GIF decompression library for Palm OS you can also use native jpeg/gif format. It provides: 1.. Fast and quality decoding 2.. Fast JPEG scaling (1:8, 1:4, 1:2, 1:1) 3.. Optimized palette: 16bpp for 16bpp devices, Web palette for 256 color device, 4bpp for BW devices. 4.. GIF

Re: jpeg library

2004-07-14 Thread Konstantin Klyatskin
I know. :) http://www.absoluteword.com/jpglib/ JPEG/GIF decompression library for Palm OS 1.. Fast and quality decoding 2.. Fast JPEG scaling (1:8, 1:4, 1:2, 1:1) 3.. Optimized palette: 16bpp for 16bpp devices, Web palette for 256 color device, 4bpp for BW devices. 4.. GIF animation via

Re: Displaying JPGs

2004-07-14 Thread Konstantin Klyatskin
JPEG/GIF decompression library for Palm OS 1.. Fast and quality decoding 2.. Fast JPEG scaling (1:8, 1:4, 1:2, 1:1) 3.. Optimized palette: 16bpp for 16bpp devices, Web palette for 256 color device, 4bpp for BW devices. 4.. GIF animation via one-function call 5.. Float scaling

[ANN] Jpeg/Gif decompression library updated.

2004-06-22 Thread Konstantin Klyatskin
JPEG/GIF decompression library for Palm OS (http://www.absoluteword.com/jpglib/) has been updated. New features: - float scaling for bitmaps - interframe callbacks for gif animation - multisegment support The library (CW9 sample project + DLL for simulator) is available for immediate

Re: [ANN] Jpeg/Gif decompression library updated.

2004-06-22 Thread Konstantin Klyatskin
Yes, if you are OK with nags it draws. Otherwise, no. -- José dos Santos Machado [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] JPEG/GIF decompression library for Palm OS (http://www.absoluteword.com/jpglib/) has been updated. Well, is it free ? --- J. Machado [EMAIL

Re: [ANN] Jpeg/Gif decompression library updated.

2004-06-22 Thread Konstantin Klyatskin
I mean the text http://www.absoluteword.com/jpglib; drawn over the image. -- Sorry, but what do you mean by nags ? (sorry, my english is terrible.) -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Slooooowwwww syncronizations (.pdb file with 30000 plus records)

2004-06-21 Thread Konstantin Klyatskin
Eric, there is a program PDBcruncher (http://klyatskin.narod.ru/#PDBcruncher) designed to pack any database before syncing it into device. That is exactly what you should look at to solve the problem with slow synchronization. -- Konstantin Erik Norvelle [EMAIL PROTECTED] wrote in message

Palm OS Developer Suite, Version 1.0, Alpha Build

2004-06-05 Thread Konstantin Klyatskin
http://www.palmos.com/dev/dl/dl_tools/dl_pods/ Has anybody tried it? What are impressions? Pros/Contras comparing with CW9? -- -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Rendering HTML content

2004-05-24 Thread Konstantin Klyatskin
We have some rendering engine. It supports a limited tag set though. Can be extended easily. http://www.absoluteword.com/wordnet/ss.htm If you are interested in paying for contract job we can wrap it into some API for you. -- Konstantin wax wacky [EMAIL PROTECTED] wrote in message news:[EMAIL

Treo 600 sim

2004-05-20 Thread Konstantin Klyatskin
There are so many sims available at http://pluggedin.palmone.com/ What is the difference in terms of testing? What should be preffered for more robust code: CDMA, GSM, Sprint, Orange, etc... Or it does not matter at all? The application is pretty standard and has nothing with communications... --

Re: CW9: Function address for multisegment application.

2004-05-13 Thread Konstantin Klyatskin
Ben, probably you'll be interested in solution I've used: Instead of trying to get address of table in any segment I use a call to fuction which returns me a pointer. That's how it works: == in any new segment asm void GetAddressA0() { move.l (a7)+,a0 rts } asm char * Table()

CW9: Function address for multisegment application.

2004-05-12 Thread Konstantin Klyatskin
This is a cut from my CW9 code: asm void table() { dc.w 0,1,2,3,4,5// etc. } void test1() { short * data; data = (short *)table; // now should be data[0] should = 0; data[1] should =1; etc. } OR asm short test2(short y, short cb, short cr) { fralloc+ movem.l

Re: CW9: Function address for multisegment application.

2004-05-12 Thread Konstantin Klyatskin
Ben, I talked not about offset between codes in different segments. I talked about possibility to make the code (staying in any single segment) to use offsets to PC pointer rather than table jumps. Then independently upon amount of segments I could use the adresses to navigate inside any single

Re: Shwing Video

2004-05-04 Thread Konstantin Klyatskin
c) - yes. jpeg and gif: http://www.absoluteword.com/jpglib/ -- Ritu Chawla [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi, can any body answer following queries for me a) How to show video files on palm device b) what all formats we can play. c) Is it possible to show Still

Re: Show a jpg image from my application

2004-05-04 Thread Konstantin Klyatskin
One library available for both jpeg and gif could be found here: http://www.absoluteword.com/jpglib/ -- Bear in mind that the Zire 71 does not have the Photo library. (It was introduced with the Tungsten E and T3.) You have to use a dedicated JPEG display library for the Zire 71. I suppose

Re: HTML viewers

2004-04-27 Thread Konstantin Klyatskin
We have an HTML rendering engine for rich text. Currently it supports a limited subset of HTML tags like: text colors, italic,bold, hyperlinks but we can easily include new tags (we had no need in other tags for presenting the text for our dictionaries/encyclopedias). Some screenshots/demos are

Re: jpeg to pdb

2004-04-14 Thread Konstantin Klyatskin
That is the code from Jpeg Libarry sample (http://www.absoluteword.com/jpglib/) Try to open PDB as a stream and read the data into flat chunk of memory. // test JPEG on start fh = FileOpen(0,Lake.jpg,NULL,NULL,fileModeReadOnly,err); if (err == errNone) { FileTell(fh,size,err); data =

Re: Image resolution problem!

2004-04-12 Thread Konstantin Klyatskin
Just to let you know that we have GIF decompression done yet. Supports Palm OS 3.5 or later. Uses ARM or Motorola, whatever is on the board. Also is available to developers as a library for CW9. And it supports jpegs as well. You can find more details at http://www.absoluteword.com/jpglib/ --

[ANN] Jpeg decompression library for PalmOS now supports progressive jpeg and gif format. Sources are available.

2004-03-31 Thread Konstantin Klyatskin
We have just updated information on our site. The address where you can find latest information is http://www.absoluteword.com/jpglib/ Major update news: - The library now supports both baseline and progressive jpegs - The library now supports gif files. It allows either to play the whole

Re: Abosluteword JPEG decompression library

2004-03-25 Thread Konstantin Klyatskin
Eric, you are right. The library does not provide any dithering currently. There are few options you could consider to improve quality of images decompressed by our library specifically for 8bpp devices: - preprocess the images you are going to include into your application on desktop to do color

Re: jpegArmlet help

2004-03-19 Thread Konstantin Klyatskin
Whenever you'll be finished with all you tries feel free to try the following sample code showing how to use Absoluteword's Jpeg Decompression Library for PalmOS with armlets included http://klyatskin.narod.ru/ZIP/JpegSample.zip it's outdate a little as it does not display progressive jpegs or

Re: How to display an in-memory jpeg (w/header) using jpeglib on Palm

2004-03-15 Thread Konstantin Klyatskin
That is exactly what my library at http://www.absoluteword.com/jpglib does. Also there is a sample (for PalmOS 3.5 or later) how to read 64K+ file into a flat chunk to decode it. The page has not been updated but the library now supports both progressive jpeg ang gif formats. For samples and/or

Re: Cobalt porting: No longer single prc for all OS versions

2004-03-15 Thread Konstantin Klyatskin
David, 1. Let me explain what I'm trying to accomplish by leaving it open. Probably you would advise me some more robust way. I want my application to be able to wake up (as resident application in DOS world) through the command bar menu. So, I want (even with my application quit) to show an icon

Re: Source for Photos in Zire71?

2004-03-14 Thread Konstantin Klyatskin
Open any of these images as stream file, read the data in buffer, call jpeg library from http://www.absoluteword.com/jpglib/ and you'll get a picture in about 50 ticks (half a second). -- Konstantin Regis St-Gelais [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] DongDong [EMAIL

Re: Cobalt DIA compatibility?

2004-03-09 Thread Konstantin Klyatskin
I had exactly the same problems. 1. Was fixed by changing arguments WinSetConstraintsSize(WinGetWindowHandle(frmP), y, pinMaxConstraintSize, pinMaxConstraintSize, x, x, pinMaxConstraintSize); according to SampleCollapseDR3. 2. Was fixed by adding the second line to get correct extents

Re: Cobalt porting: No longer single prc for all OS versions

2004-03-07 Thread Konstantin Klyatskin
Bugs? 1. DmOpenDatabase(0,lid,dmModeReadOnly | dmModeLeaveOpen); dmModeLeaveOpen flag - does not work anymore for me. The base will be closed on application exit. 2. WinGetBounds(WinGetDisplayWindow(),display6); wh6 = WinSaveBits(display6,winerr); fails for window 320x480 with

Re: Cobalt porting: No longer single prc for all OS versions

2004-03-02 Thread Konstantin Klyatskin
Alex [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] For a developer porting to this newer version of OS has marginal gain at best from sales point of view. Porting to PPC could double the revenue. Just from a developer's perspective. We can do nothing (or very little) and stay in

Re: Cobalt porting: No longer single prc for all OS versions

2004-03-02 Thread Konstantin Klyatskin
David, Actualy, I'm talking about specific sample rather then sampleS. It's SampleCollapse_DR2.zip PalmSource has distributed with some revision of SDK5. Application codeflow from this sample seems to follow SDK guides absolutely and it works as it should for preCobalt devices (even with debug

Re: Cobalt porting: No longer single prc for all OS versions

2004-03-01 Thread Konstantin Klyatskin
Linke, Andreas [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] It looks like the way to handle dynamic input areas (aka virtual Graffiti area aka virtual silkscreen) has changed again. same problem here. SampleCollapse application they provided to learn DIA handling does not work on

Re: GIF library for PalmOS

2004-03-01 Thread Konstantin Klyatskin
I have GIF library available. Works on any Palm OS3.5 or later. ARM support. Here comes the h file. gifLibrary.h: #ifndef __GIFLIBRARY_H__ #define __GIFLIBRARY_H__ typedef struct GIF_INFO { // image info unsigned short width; // width unsigned short height; // height unsigned short

Re: [Ask] creating dictionary database in .pdb format

2004-02-26 Thread Konstantin Klyatskin
http://www.absoluteword.com/awmaker/ Overview AW Dictionary Maker is a dictionary creation tool for RoadLingua, the popular dictionary viewer for the Palm OS and Pocket PC handhelds. It imports comma-separated files, has a built-in editor, and provides an ability to create custom commercial

Re: Build jcpalm library with cw9.2

2004-01-30 Thread Konstantin Klyatskin
. -- Konstantin Chris Olson [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Konstantin Klyatskin wrote: Yes, it is. JPEG decompression library for PalmOS at http://www.absoluteword.com/jpglib/ -- Very nice library, but pricey for shareware development. In other words, WY

Re: Build jcpalm library with cw9.2

2004-01-29 Thread Konstantin Klyatskin
Yes, it is. JPEG decompression library for PalmOS at http://www.absoluteword.com/jpglib/ -- Regis St-Gelais [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] You know what? You made me realyse that jcpalm does not decompress!! I was in the early stages of capturing an image,

Fonts Metrowerks CW Constructor uses for WYSIWYG

2004-01-10 Thread Konstantin Klyatskin
Is there any way to customize or change fonts used by Constructor in its WYSIWYG environment? Are there any WYSIWYG reource editor allowing to use customized PalmOS fonts? -- -- For information on using the Palm Developer Forums, or to unsubscribe, please see

Re: TCP/IP via Cradle

2003-12-11 Thread Konstantin Klyatskin
Surely, it is. Follow http://www.users.globalnet.co.uk/~echobase/network/win2k/ , it works. -- Ken [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi, Is there a way to make a TCP/IP connection through the cradle (not using hotsync) to a PC? Thanks, Ken -- For information

Re: How to produce product brochure on Palm?

2003-11-11 Thread Konstantin Klyatskin
We have HTML rendering engine done. While it supports only limited tag set (colors, bold/italic styles, lists, cross-references, etc.) we can easily add new ones we have missed due to their irrelevance for our specific application. Also we have JPEG decoding library for all Palm OS devices...

Re: how to change jpeg image size

2003-09-02 Thread Konstantin Klyatskin
Think reversible. Insert 1:1 images and show them in 1/2/4/8 scale by http://www.absoluteword.com/jpglib/ lib. -- Konstantin Saradhi [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] in my application,i i inserted jpeg images with the size 1/4 th of form size. but now i want to

Re: Zire 71 Photo DB Format

2003-07-30 Thread Konstantin Klyatskin
No. As Ben advised you, use API suggested and do not care any more about any structures or records the files contains. Through these APIs the file comes to you as any JPEG file on your desktop. -- Konstantin Miken [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Zire 71 CAD Drawing

Re: Linking static library code which uses globals, into a shared library.

2003-07-17 Thread Konstantin Klyatskin
IMHO: Allocate some space in heap large enough for your static lib globals. Switch A4 to poit into heap bottom every time you call static library and restore it back on return. Should not be a big issue I guess. -- Alan Ingleby [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Bear

Re: CW9: generating a code resouce only.

2003-07-13 Thread Konstantin Klyatskin
I'm not sure about what it should but I'm pretty sure what it is. It's a normal PalmOS PRC file having a single resource. Nothing prevents me to include it as it is and skip first 0x5A bytes to jump exactly on the first byte of code. But I though there should be a way to generate a binary file

[ANN] JPEG decompression library for PalmOS

2003-07-12 Thread Konstantin Klyatskin
http://www.absoluteword.com/jpglib/ Q. What is the library developed for? A. The library can decode jpeg file and convert it into color or BW bitmap for further usage. It uses the fastest algorithms for decoding, scaling and colorizing the image. The library can be used by any application for

CW9: generating a code resouce only.

2003-07-12 Thread Konstantin Klyatskin
Ben, I have set the project as: Linker: Palm OS 68K, Pre/Post-linker: None, Project Type as 68K Code Resource. It builds me PRC format file with a single code resource. That's OK, but is there any way to generate only a real code resource as a binary file rather than the same resource wrapped

CW9: inline assembler syntax

2003-07-04 Thread Konstantin Klyatskin
Ben, below is what I need to write in my C code: asm void data() { dc.b1,2,3,4 } asm void func() { .. move.w data(pc,d0),d0 // what is the syntax for this string? . }

Re: inline assembler syntax

2003-07-04 Thread Konstantin Klyatskin
small problem here: I used 8 just as example showing that this instruction can be compiled in CW. Actually it fails on calculating offset of the function data entry relative to statement location . This offset could be calculated manually using the map file and coded back by dw. statements. But

PACE bug on Palm Tungsten

2003-06-20 Thread Konstantin Klyatskin
To anybody concerned: Environment: CW9 +9.1 update. Win2k+SP3. Mistakenly I wrote in my C sources instead of movem.l d0-d7/a0-a3,-(a7) // correct what should generate 48E7 FFF0 code the following string movem d0-d7/a0-a3,-(a7) // wrong - missed .l what was compiled into

Re: PACE bug on Palm Tungsten

2003-06-20 Thread Konstantin Klyatskin
Why haven't they included at least a warning alert in simulator then... -- Aaron Ardiri [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] this was a bug reported previously. i dont know if Palm released a patch for it. pace did not emulate the movem.w instruction correctly. --

How to draw LoRes bitmap on HiRes screen w/o quadrupling every pixel?

2003-04-03 Thread Konstantin Klyatskin
totally on HiRes. I know I can create different familyies, but their contents will be 99,99% the same so I'd prefer to go some other way... And the memory is quite limited so unpacking the total bitmap and manupulating the whole image in memory could be a problem... Ideas? Thank you. -- Konstantin

Re: How to draw LoRes bitmap on HiRes screen w/o quadrupling every pixel?

2003-04-03 Thread Konstantin Klyatskin
No. Actually I've used CW8's constructor... I've tried to look for latest PilRC at www.ardiri.com but failed to find there any mention of BITMAPFAMILYEX. The version available there is 2.9 and dated February 2002... I've looked throgh Google and found that there is a later version

Re: How to draw LoRes bitmap on HiRes screen w/o quadrupling every pixel?

2003-04-03 Thread Konstantin Klyatskin
i'll mail you the latest binary i have on my harddrive :) Don't forget a manual if there is one.. :) Thanks. -- -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

WebBrowser for PalmOS 5.0/5.1

2002-11-13 Thread Konstantin Klyatskin
Hello, http://www.palmos.com/dev/tech/palmos5/webbrowser.html says: Q: What version of Palm OS does Web Browser 2.0 run on? Why doesn't Web Browser 2.0 work on Tungsten T? A: Web Browser 2.0 requires Palm OS 5.1. Palm Tungsten T and Sony NX70V Clie come with Palm OS 5.0 installed.

[Q] WebBrowser SDK bug?: key event handling

2002-11-06 Thread Konstantin Klyatskin
I'm checking the following code in WebBrowser2.0: == htmlhead script !-- var count=1000; function load1() { document.formText.t1.value=count; document.formText.t2.value=count; } function text1Change() { a=document.formText.text1.value.length;

Re: How to increase the stack size?

2002-04-15 Thread Konstantin Klyatskin
The other option is to allocate a memory from a heap and set A7 register. Be sure to restore everything on exit and keep in mind forthcoming problems with PalmOS 5+ -- Konstantin http://klyatskin.da.ru Ben Combee [EMAIL PROTECTED] wrote in message news:83731@palm-dev-forum... In article

Re: SDK 4.0 Update 1 available now

2002-02-20 Thread Konstantin Klyatskin
Owen Emry [EMAIL PROTECTED] wrote in message news:77208@palm-dev-forum... - DTS Engineer Palm, Inc. Huh!!! DTS! Wow, will piezo speaker play not only DD5.1? :)) -- Konstantin -- For information on using the Palm Developer Forums, or to unsubscribe, please see

Re: Compressing and Uncompressing the .prc and .pdb on Palm

2002-01-11 Thread Konstantin Klyatskin
That's exactly what PalmZip and/or PDBcruncher do. Both of them are available at http://klyatskin.da.ru -- Konstantin Srinivas [EMAIL PROTECTED] wrote in message news:73212@palm-dev-forum... hi all, IS there anyway i can compress the .prc and .pdb(files) on the windows box and

Graffiti area: what are its bouds?

2001-10-23 Thread Konstantin Klyatskin
Hi, is there any legal way to know where graffiti area starts and ends? anything compatible with ALL devices (including Sony, Handera and others...)? -- Konstantin -- For information on using the Palm Developer Forums, or to unsubscribe, please see

Vibration, LED, sound in 4.0+...

2001-07-27 Thread Konstantin Klyatskin
Is there any way to make device to vibrate or play with LED by some direct API call? As we can do with sound ( SndDoCmd())... I know that I could call AttnGetAttention to do it and then AttnForgetIt to clear attentions but it seems me to be rather weird... Any advice? -- Konstantin --

Cookies...

2001-06-25 Thread Konstantin Klyatskin
Hi, development overview for Palm OSR version 4.0 says: In Palm OS 4.0 you can now use cookies. The cookie jar resides on the device and has a default upper limit size of 50KB. The individual size limit for a cookie is 4K. Cookies are deleted under a couple of

Radio manager

2001-06-15 Thread Konstantin Klyatskin
Does Palm himself (or any 3rd party) provide any documentation/descriptions related with Radio manager (RadioMgr.prc)? Is there any API available? Thanks. -- Konstantin -- For information on using the Palm Developer Forums, or to unsubscribe, please see

Re: Render JPEG on Palm

2001-04-19 Thread Konstantin Klyatskin
Konstantin, If you don't mind revealing, I am curious which open source JPEG you used (was it the jpeg-6b?) and what kind of speed you got from it... - Jeff Konstantin Klyatskin wrote: Probably you could try to port some opens sources libraries available in Inet. I did it in such a manner,

Re: Render JPEG on Palm

2001-04-16 Thread Konstantin Klyatskin
Probably you could try to port some opens sources libraries available in Inet. I did it in such a manner, works well... -- Regards, Konstantin http://klyatskin.da.ru "Hans Han" [EMAIL PROTECTED] wrote in message news:45822@palm-dev-forum... Hi All, I wonder how can I

Is lyris@news.palmos.com service down?

2001-03-18 Thread Konstantin Klyatskin
subj. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Re: How to Get own ip address

2001-01-05 Thread Konstantin Klyatskin
make a connection with somebody and you'll be able to get your ip :)) smth like: info("registering in net..."); AppNetTimeout = SysTicksPerSecond() * 45; sfd = NetUTCPOpen("www.microsoft.com",NULL, 80); if (sfd==-1) { FrmCustomAlert(DebugAlert,"Where is MS?","IP will be wrong","

CW r7.

2000-12-13 Thread Konstantin Klyatskin
http://www.metrowerks.com/products/palm/ no announce here... or have I missed it? Anybody tried? What's a feeling? K. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Annoying warning in CW

2000-12-11 Thread Konstantin Klyatskin
? PalmOS 3.5 project. -- Konstantin Klyatskin - http://klyatskin.da.ru -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Re: Software Protection: PalmSource 2000 paper

2000-12-08 Thread Konstantin Klyatskin
reasons DmReleaseResource is included in API list. Seems you never heard about the latter You were in a hurry to push long string inside 32-byte buffer before PS opening Or have you make it specially to push people into problem?... Not the first time IMHO. -- Konstantin Klyatskin http

Re: Software Protection: PalmSource 2000 paper

2000-12-07 Thread Konstantin Klyatskin
-- Konstantin Klyatskin http://klyatskin.da.ru Aaron Ardiri [EMAIL PROTECTED] wrote in message news:32564@palm-dev-forum... Abstract: - Software piracy is the unauthorized copying of software. It occurs in many forms, however, the main forms are that of illegal copying

[Q] Homemade barcode reader

2000-11-22 Thread Konstantin Klyatskin
Hello palm-dev-forum, Has anybody idea how could CueCat (available for free at Radio Shack http://www.radioshack.com/Partners/CAT/HomePage/RSCATGateway.asp) be connected to Palm serial port? It has PS2 keyboard socket connector... Go check out: http://oss.lineo.com/cuecat/ and

Re: [Q] Homemade barcode reader

2000-11-22 Thread Konstantin Klyatskin
The answer is here: http://oss.lineo.com/cuecat/cuecat_driver/cuecat_RS232_pod/ -- Regards, Konstantin -- http://klyatskin.da.ru http://www.bigfoot.com/~klyatskin mailto:[EMAIL PROTECTED] Konstantin Klyatskin [EMAIL PROTECTED] wrote in message news:30966@palm-dev-forum

[Q] Homemade barcode reader

2000-11-22 Thread Konstantin Klyatskin
Hello palm-dev-forum, Has anybody idea how could CueCat (available for free at Radio Shack http://www.radioshack.com/Partners/CAT/HomePage/RSCATGateway.asp) be connected to Palm serial port? It has PS2 keyboard socket connector... Go check out: http://oss.lineo.com/cuecat/ and

accept() blocks... Was: select (NetLibSelect) won't block

2000-11-16 Thread Konstantin Klyatskin
Jeffery, have you solved the problem? I'm trying to launch web server at Palm. The problem is that whenever I go into accept() call I'm not able to handle user's inputs. I do loose all pen events except penDown penUp, while I need specifically penMove event. The try to minimize

Dynamic IP

2000-11-14 Thread Konstantin Klyatskin
Hi, how could I get aknowledge of IP address my Palm got dynamically through dial-up connection? Code examples are welcome ;-) Regards, Konstantin -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Re: Suicidal Application...

2000-10-25 Thread Konstantin Klyatskin
Get it fot free ;-)) Guess what a name should you application have... Answer is below include "Pilot.inc" include "Startup.inc" data code ;--- proc PilotMain(cmd.w, cmdPBP.l, launchFlags.w) local result.l BEGINPROC

[Q] Mystique with serial communications...

2000-10-20 Thread Konstantin Klyatskin
Hi, Note: the text below will be seen better if copied to notepad or any fixed-width font viewer... Here comes a part of my code: (I 've cut some checks...) void SerCommand(char *str) { SerSend(refNum,str, StrLen(str),err); } Boolean SerReply(char *buf) {

Re: Sending large PDB files to the Palm

2000-05-22 Thread Konstantin Klyatskin
to expand. The software was made by Konstantin Klyatskin [EMAIL PROTECTED]. Each Licence Cost $12 and search the Flash ID of your Palm. Try to contact him. Alejandro Calvo At 08:46 PM 5/19/00 -0400, you wrote

Debugger (was Re: Sending large PDB files to the Palm)

2000-05-22 Thread Konstantin Klyatskin
Hello, Sure, keeping the same speed of improvements we'll get PDBcruncher speed by OS 6.xx... May be by the time when we'll be able to hotsync chunks larger than 64K... Who knows... 2David: No offence for above please, but I'm still waiting reply for my previous question (David, aren't

Palm debugger

2000-05-12 Thread Konstantin Klyatskin
Hello, I have 2 files (versions) of PalmDebugger. One is 1.101.909 bytes and dated 03/05/99 and the latest one (450.566 bytes from 02/04/00) from Palm OS 3.5 tools files. My question is what's the difference in functionality that caused such dramatic size reduction? Another question: