That's as high as it goes with the interface we are using.
>Is there a way to increase the volume on PlaySound command.
>Tu highest volume setting is weak compared to other sounds in the device.
>
>
>
>------------------------------------
>
>Yahoo! Groups Links
>
>
>
I'm just new to Symbian and I think I've got a bit of a handle on the basics.
Trying to import a PDB from public directory into my app on my Nokia 5800 and
wouldn't find it. err 10766. So compiled FileLib Demo to make sure all was ok
and I can't get FileLib Demo to display any files. The Popup shows up "2 ?
Nokia" & "1 ? E:" but no files or directories listed. Anything obvious I'm doing
wrong?
The suggestions in Message 248 are in the Tech Note as well.
I have corrected the link to the jpg to svg converter. The SVGFactory
solution is a better one - does anyone have a good link to this? If not,
will its licensing allow us to put it in the downloads section here?
George Henne
NS BASIC Corporation
http://www.nsbasic.com
>You obviously didn't search the forum before asking this question. My
>posting at Message 248 answers your question.
>
>
>--- In nsbasic-symbian@yahoogroups.com, "urpopietila" <ujp@...> wrote:
>>
>> Could anyone suggest a working progam, which makes SVG-t files for
>launcher icons (other than the 600 dollar program).
>> The links in tech note do not help
>>
>
>
>
>
>------------------------------------
>
>Yahoo! Groups Links
>
>
>
You obviously didn't search the forum before asking this question. My posting
at Message 248 answers your question.
--- In nsbasic-symbian@yahoogroups.com, "urpopietila" <ujp@...> wrote:
>
> Could anyone suggest a working progam, which makes SVG-t files for launcher
icons (other than the 600 dollar program).
> The links in tech note do not help
>
Could anyone suggest a working progam, which makes SVG-t files for launcher
icons (other than the 600 dollar program).
The links in tech note do not help
Sorry, no. The keyboard is under the control of the Symbian OS (and the
user), not your app.
>I need to use the numeric keyboard on screen.
>I would like to opnen the screen in numeric mode and close the screen
>after four keystrokes (e.g. 1234)
>Is there a way to do that
>
>
>
>------------------------------------
>
>Yahoo! Groups Links
>
>
>
I need to use the numeric keyboard on screen.
I would like to opnen the screen in numeric mode and close the screen after four
keystrokes (e.g. 1234)
Is there a way to do that
I understand you got this working (it seems to be working fine here on
our devices). What did you have to do?
>Hey guys!
>
>Im just trying to send a messege from my phone (nokia 5800 s60v5) to my
>computer but i run into a few problems, if anyone can lend a hand it is
>much appreicated.
>
>1: before venturing with my own code i tried the sample but this just
>keept giving me errors about reading and such. I removed all to do with
>reading, the result was better but i will only get a messege on my
>computer when i push disconnect
>
>2: I tried again this time with my own code, same thing sending strings
>works but only gets recieved when you close the connection on the phone.
>
>Does anyone know whats wrong? or has anyone had the same problem?
>
>Code:
>
>connecting with a button
>
>fd = TCP.TcpOpen("192.168.200.4", 32111, 5000)
>
>Sending messege with on a button
>
>Dim bytes as Integer
>bytes = TCP.TcpWrite(fd, "Hello!")
>TCP.TcpFlush(fd)
>
>Disconnecting with another button
>
>TCP.TcpClose(fd)
>
>
>the Tcp server is an example i followed online which works fine (tested
>with other pc)
>
>Thankyou =)
>
>
>
>
>
>------------------------------------
>
>Yahoo! Groups Links
>
>
>