Jump to content
Nokioteca Forum

rselva123

Utente
  • Contenuti

    4
  • Data iscrizione

  • Ultimo accesso

rselva123's Achievements

Newbie

Newbie (1/14)

0

Reputazione

  1. rselva123

    Get Date In Mshell

    Visto il tuo post solo oggi Grazie mille!
  2. rselva123

    Get Date In Mshell

    Grazie di cuore much.I cercherà di adattare il codice. Mi chiedo perché m-shell sinistra, un contributo importante.
  3. rselva123

    Get Date In Mshell

    Sorry I don't know Italian .I want to get date from user and use it it m-shell but there is no date input like ui.query(). How do you get date from user? Thanks in advance. Please do answer my earlier question also if possible ===Google Translational==== Mi dispiace non conoscono l'italiano. Voglio ottenere data da utente e utilizzare lo M-shell, ma non vi è data come input ui.query (). Come si fa a data da utente? [/ B] Grazie in anticipo. Si prega di rispondere alla mia domanda precedente, se possibile, anche ===================
  4. rselva123

    Unable To Get Contact Picture

    Hello Sorry I don't know Italian. Iam trying to get image of contact and draw on screen but I get only a blue rectangle instead of image ( I checked manually and there is an image linked to the contact). Could someone check what is the problem?Thanks in advance M-shell code below: use sms, contacts,graph; snd='01236790183'; id=contacts.findnr(snd, 10); if len(id)#0 then name=contacts.get(id[0], "pict")[0] else name=id;end; i=graph.icon([name]);print len(id); // get its size graph.size(i); // draw it //graph.put(20,20,i); // copy the icon i2=graph.icon(i); // scale the copy into a 100x100 square and draw it graph.size(i2,100,100); graph.put(20,120,i2); graph.show();sleep(5000);
×
×
  • Crea Nuovo...

Informazione Importante

Questo sito utilizza i cookie per analisi, contenuti personalizzati e pubblicità. Continuando la navigazione, accetti l'utilizzo dei cookie da parte nostra | Privacy Policy