Problem with SDL on Maemo

2008-07-06 Thread Deepak Kr. Sharma, Noida
Hi, I wrote a maemo application which creates SDL window. But even after SDL_WM_SetCaption(), I don't get to see anything in title bar of the Xephyr window. If I run the same program outside scratchbox, I get that title on the window created. What could be the issue? Regards, Deep

Re: Wrting to a text file in N800 /media/mmc1

2008-07-06 Thread nisha jain
Hi All, Thanks alot for all your comments and help It finally worked I am not sure cause of problem but I guess it is due the mini-usb cable issue when I copy through it and keep it plug in i guess memory card is always in read mode but i have to still dig into it.. I also did unlock of memory car

Re: implementation of 2-dimensional array in bash - kind request

2008-07-06 Thread Jason Edgecombe
William Gordon Rutherdale wrote: > C is a good solution. So is Perl, which comes on OS 2008. So is > Python. Perl lets you construct nested lists, which gives you the > equivalent in capability to multi-dimensional arrays. Python gives > similar constructs. > > There is no reason IMHO to be

Re: 770 info in wiki Re: Has maemo-pc-connectivity been substituted by USB Networking applet (in control panel)?

2008-07-06 Thread Dave Neary
Hi, Neil Jerram wrote: > But the rest is arbitrary. I see no need for separate pages, only > clear section headings within the page. Long pages full of technical information (most of which is not useful to the reader) are intimidating, and give the impression of needing to be an "expert" to achi

Re: implementation of 2-dimensional array in bash - kind request

2008-07-06 Thread William Gordon Rutherdale
C is a good solution. So is Perl, which comes on OS 2008. So is Python. Perl lets you construct nested lists, which gives you the equivalent in capability to multi-dimensional arrays. Python gives similar constructs. There is no reason IMHO to be writing shell scripts of any kind on a syst

Re: Wrting to a text file in N800 /media/mmc1

2008-07-06 Thread Kees Jongenburger
On Sat, Jul 5, 2008 at 11:09 PM, nisha jain <[EMAIL PROTECTED]> wrote: > Hi All, > > I just checked in N800 the following program for writing into a file which > > doesn't work Any clues what is going wrong? I neither get any error not > it is > > creating a file and writing into it. >

Re: implementation of 2-dimensional array in bash - kind request

2008-07-06 Thread Kees Jongenburger
Hello Darius, On Sat, Jul 5, 2008 at 7:54 PM, Darius Jack <[EMAIL PROTECTED]> wrote: > and have 2D array inmterpreted as one row. > so calculating > array2D ( ) i-th j-th element > as i + (j-1) x row length > I agree with Igor what using bash or even better a POSIX shell would be a little insane.