Visualizza post

Questa sezione ti permette di visualizzare tutti i post inviati da questo utente. N.B: puoi vedere solo i post relativi alle aree dove hai l'accesso.


Post - doublemm

Pagine: 1 ... 16 17 [18] 19 20 ... 30
256
OpenBar / Re: chi l'ha visto?
« il: 13 Novembre 2010, 23:12:04 »
Citazione
Lo sai che ho tutti i mezzi necessari per correggere l'errore e cancellare il tuo messaggio? Se mi fai arrabbiare finisci accantro ad md e vi firmate i gessi delle braccia a vicenda!!!

Lo sai che ho tutti i mezzi necessari per correggere l'errore e cancellare il tuo messaggio? Se mi fai arrabbiare finisci accantro ad md e vi firmate i gessi delle braccia a vicenda!!!

257
L'angolo dell'artista / Re: logo per software gestionale
« il: 13 Novembre 2010, 17:08:39 »
l'idea mi pare buona sostituirei il bicchiere con uno da spritz. Il programma si chiama CAMIGEST

258
L'angolo dell'artista / Re: logo per software gestionale
« il: 12 Novembre 2010, 16:48:14 »
nel form ci metto una barra di stato e label di descrizione di ciò che sta avvenendo quindi appena più piccolo del form o al massimo setto il form un po più alto, non è un problema

259
Programmazione / Re: Keypress e Focus
« il: 12 Novembre 2010, 15:50:22 »
Citazione
Nello specifico vorrei far avanzare la textbox al controllo successivo

Citazione
Ma non va bene... io non voglio dare il focus ad un altro controllo, voglio solo uscire da questo passando attraverso il suo evento _LostFocus

Non capisco se  vuoi dare il focus ad un altro controllo oppure no.

Comunque :
Codice: gambas [Seleziona]

PUBLIC SUB TextBox1_KeyPress()

  IF Key.Code = Key.Return THEN
    TextBox2.SetFocus
    TextBox1_LostFocus()
  ENDIF
END

PUBLIC SUB TextBox1_LostFocus()

  Label1.Text = "Eseguito textbox1_lostfocus"

END


se non vuoi che il focus vada su textbox2 tralasci la riga textbox2.setfocus. Il focus deve andare per forza da qualche parte.


260
OpenBar / Re: Arduino
« il: 12 Novembre 2010, 15:34:36 »
sto provando ad usare il display. Un shield ce l'ho già, quello per gestire il MIDI, però ora mi sto dedicando ad un altro proggetto (quello che accennavo sopra) e cioè: Attivo un piedino in OUTPUT, i 5 volt mi generano un suono sull'impianto. Un microfono ad una certa distanza, all'arrivo del suono, manderà un segnale ad un piedino di INPUT a questo punto a display scriverò la durata in millisecondi tra la partenza del suono e l'attivazione del piedino settato in INPUT.

261
L'angolo dell'artista / Re: logo per software gestionale
« il: 12 Novembre 2010, 15:25:42 »
devo metterlo su di un form 620W 450H, il programma tratta la gestione amministrativa del bar. Io in grafica sono propio negato quindi a voi piena libertà.

262
L'angolo dell'artista / logo per software gestionale
« il: 11 Novembre 2010, 20:41:04 »
mi servirebbe un logo da mettere come splash screen per il mio software gestionale per bar. Ringrazio sin da ora.

263
OpenBar / Re: Arduino
« il: 11 Novembre 2010, 19:28:48 »
è arrivato arduino. La prima prova accendi LED funziona :bad:

264
Domande tecniche / Re: librerie mancanti in fase di installazione
« il: 11 Novembre 2010, 00:14:32 »
in un altro pc con ubuntu 10.10 mi da il seguente errore:
Citazione
I seguenti pacchetti hanno dipendenze non soddisfatte:
 libqt4-dev : Dipende: libqt4-dbus (= 4:4.7.0-0ubuntu4) ma la versione 4:4.7.0-0ubuntu4.1 sta per essere installata
              Dipende: libqt4-qt3support (= 4:4.7.0-0ubuntu4) ma la versione 4:4.7.0-0ubuntu4.1 sta per essere installata
              Dipende: libqt4-xml (= 4:4.7.0-0ubuntu4) ma la versione 4:4.7.0-0ubuntu4.1 sta per essere installata
              Dipende: libqtcore4 (= 4:4.7.0-0ubuntu4) ma la versione 4:4.7.0-0ubuntu4.1 sta per essere installata
              Dipende: libqtgui4 (= 4:4.7.0-0ubuntu4) ma la versione 4:4.7.0-0ubuntu4.1 sta per essere installata
              Dipende: libqt4-network (= 4:4.7.0-0ubuntu4) ma la versione 4:4.7.0-0ubuntu4.1 sta per essere installata
              Dipende: libqt4-svg (= 4:4.7.0-0ubuntu4) ma la versione 4:4.7.0-0ubuntu4.1 sta per essere installata
              Dipende: libqt4-sql (= 4:4.7.0-0ubuntu4) ma la versione 4:4.7.0-0ubuntu4.1 sta per essere installata
              Dipende: libqt4-script (= 4:4.7.0-0ubuntu4) ma la versione 4:4.7.0-0ubuntu4.1 sta per essere installata
              Dipende: libqt4-scripttools (= 4:4.7.0-0ubuntu4) ma la versione 4:4.7.0-0ubuntu4.1 sta per essere installata
              Dipende: libqt4-xmlpatterns (= 4:4.7.0-0ubuntu4) ma la versione 4:4.7.0-0ubuntu4.1 sta per essere installata
              Dipende: libqt4-designer (= 4:4.7.0-0ubuntu4) ma la versione 4:4.7.0-0ubuntu4.1 sta per essere installata
              Dipende: libqt4-help (= 4:4.7.0-0ubuntu4) ma la versione 4:4.7.0-0ubuntu4.1 sta per essere installata
              Dipende: libqt4-test (= 4:4.7.0-0ubuntu4) ma la versione 4:4.7.0-0ubuntu4.1 sta per essere installata
              Dipende: libqt4-declarative (= 4:4.7.0-0ubuntu4) ma non sta per essere installato
              Raccomanda: libqt4-opengl-dev (= 4:4.7.0-0ubuntu4) ma non sta per essere installato
E: Pacchetti danneggiati


non c'è verso di installare libqt4-dev

265
Domande tecniche / Re: librerie mancanti in fase di installazione
« il: 10 Novembre 2010, 16:41:54 »
ok sono riuscito ad installare tutto

266
Domande tecniche / librerie mancanti in fase di installazione
« il: 10 Novembre 2010, 10:39:33 »
posto una parte dell'installazione contenente degli errori
Citazione
Installing the gambas examples...
Compiling Automation/DBusExplorer/...
error: Component not found: gb.form
Compiling Automation/KateBrowser/...
FBrowser.class:117: error: Unknown identifier: Menu
Compiling Automation/Scripting/...
FScript.class:80: error: Unknown identifier: Label
Compiling Basic/Blights/...
win1.class:40: error: Unknown identifier: PictureBox
Compiling Basic/Collection/...
FStart.class:46: error: Unknown identifier: Button
Compiling Basic/DragNDrop/...
FDragNDrop.class:140: error: Unknown identifier: VBox
Compiling Basic/Object/...
FStart.class:36: error: Unknown identifier: Button
Compiling Basic/Timer/...
FOtherTimer.class:83: error: Unknown identifier: Button
Compiling Control/Embedder/...
error: Component not found: gb.form
Compiling Control/HighlightEditor/...
error: Component not found: gb.qt4
Compiling Control/TextEdit/...
error: Component not found: gb.qt4
Compiling Control/TreeView/...
TreeViewExample.class:170: error: Unknown identifier: Menu
Compiling Database/Database/...
error: Component not found: gb.form
Compiling Database/DataReportExample/...
error: Component not found: gb.qt
Compiling Database/PictureDatabase/...
FormPictureDatabase.class:233: error: Unknown identifier: HSplit
Compiling Drawing/AnalogWatch/...
FrmClock.class:242: error: Unknown identifier: Menu
Compiling Drawing/Barcode/...
error: Component not found: gb.qt4
Compiling Drawing/Chart/...
FormChart.class:118: error: Unknown identifier: PictureBox
Compiling Drawing/Clock/...
FClock.class:7: error: Unknown identifier: Picture
Compiling Drawing/Gravity/...
FAbout.class:14: error: Unknown identifier: PictureBox
Compiling Drawing/OnScreenDisplay/...
FOnScreenDisplay.class:9: error: Unknown identifier: Font
Compiling Drawing/Painting/...
FMain.class:466: error: Unknown identifier: SvgImage
Compiling Drawing/Sensor/...
FSensor.class:9: error: Unknown identifier: Picture
Compiling Games/BeastScroll/...
error: Component not found: gb.image.io
Compiling Games/Concent/...
error: Component not found: gb.sdl.sound
Compiling Games/DeepSpace/...
FAbout.class:25: error: Unknown identifier: TextLabel
Compiling Games/GameOfLife/...
CGameField.class:7: error: Unknown identifier: DrawingArea
Compiling Games/GNUBoxWorld/...
error: Component not found: gb.qt4
Compiling Games/Puzzle1To8/...
error: Component not found: gb.form
Compiling Games/RobotFindsKitten/...
Frfk.class:192: error: Unknown identifier: Button
Compiling Games/Snake/...
error: Component not found: gb.sdl.sound
Compiling Games/Solitaire/...
FBoardSelect.class:41: error: Unknown identifier: ComboBox
Compiling Image/ImageViewer/...
error: Component not found: gb.form
Compiling Image/Lighttable/...
error: Component not found: gb.qt4
Compiling Misc/Console/...
FConsole.class:162: error: Unknown identifier: HBox
Compiling Misc/Evaluator/...
FEval.class:52: error: Unknown identifier: Label
Compiling Misc/Explorer/...
error: Component not found: gb.form
Compiling Misc/Notepad/...
error: Component not found: gb.form
Compiling Misc/PDFViewer/...
error: Component not found: gb.form
Compiling Networking/ClientSocket/...
FrmMain.class:230: error: Unknown identifier: Button
Compiling Networking/DnsClient/...
FMain.class:329: error: Unknown identifier: Button
Compiling Networking/HTTPGet/...
error: Component not found: gb.qt4
Compiling Networking/HTTPPost/...
error: Component not found: gb.net.curl
Compiling Networking/SerialPort/...
FSerialPort.class:127: error: Unknown identifier: TextLabel
Compiling Networking/ServerSocket/...
error: Component not found: gb.net.curl
Compiling Networking/UDPServerClient/...
FrmClient.class:79: error: Unknown identifier: Panel
Compiling Networking/WebBrowser/...
error: Component not found: gb.qt4
Compiling OpenGL/3DWebCam/...
error: Component not found: gb.image.io
Compiling OpenGL/GambasGears/...
error: Component not found: gb.image.io
Compiling OpenGL/PDFPresentation/...
error: Component not found: gb.qt4
Compiling Printing/Printing/...
error: Component not found: gb.qt4
Compiling Sound/CDPlayer/...
error: Component not found: gb.qt4
Compiling Sound/MusicPlayer/...
error: Component not found: gb.form
Compiling Video/MoviePlayer/...
error: Component not found: gb.form
Compiling Video/MyWebCam/...
error: Component not found: gb.v4l
Compiling Video/WebCam/...
error: Component not found: gb.form
make[2]: Nessuna operazione da eseguire per «install-data-am».
make[2]: uscita dalla directory «/home/cami/trunk/examples»
make[1]: uscita dalla directory «/home/cami/trunk/examples»
Making install in .
make[1]: ingresso nella directory «/home/cami/trunk»
make[2]: ingresso nella directory «/home/cami/trunk»

||
|| Unable to compile gb.form
|| Unable to compile gb.form.dialog
|| Unable to compile gb.form.mdi
|| Unable to compile gb.db.form
|| Unable to compile gb.report
|| Unable to compile gb.chart
|| Unable to compile gambas3
||

make[2]: Nessuna operazione da eseguire per «install-data-am».
make[2]: uscita dalla directory «/home/cami/trunk»
make[1]: uscita dalla directory «/home/cami/trunk»


non riesco a trovare le librerie mancanti. Sapete dove trovale?

267
OpenBar / Re: Arduino
« il: 10 Novembre 2010, 09:14:41 »
io dovrei fare uno strumento semplice mi serve per calcolare quanto tempo passa da un evento ad un altro. Naturalmente lo start e lo stop vengono dati da circuiti esterni che mandano un segnale a due piedini distinti. L'output lo mando ad un display che dovrei già avere ma della parte elettronica se ne occupa mio cognato, io mi dedico alla programmazione. Mi sembra un progetto abbastanza semplice per iniziare.

268
Programmazione / Re: Importare dati di access
« il: 09 Novembre 2010, 23:22:45 »
nella sezione download c'è un piccolo programma utile se hai tanti file xls da convertire in csv. se servono spiegazioni sono qui

269
Programmazione (Gambas 2) / Re: errore segnale #11
« il: 09 Novembre 2010, 19:47:41 »
scusa Ceskho :-\

ok errore risolto. Ho messo Reform.close alla fine (me.close chiudeva il form principale)
ho provato con Reform.showmodal ma il form si caricava senza oggetti.

270
Programmazione (Gambas 2) / Re: benedetto errore segnale #11
« il: 09 Novembre 2010, 19:31:42 »
Codice: gambas [Seleziona]

PUBLIC SUB Pulsante1_Click()
DIM stringa AS String
 
  SELECT CASE GridEU.Column
    CASE 5
     
      stringa = GridEU[cordX, 0].Text
     
      hres = $hConn.Edit("principale", "id=" & stringa)
     
      IF hres.Available = TRUE THEN
        hres!importo = NewValore.Text
        hres.Update
        $hConn.Commit
        $hConn.Close
        ReForm.Close
        MakeGridEU
      ENDIF
  END SELECT
END

Pagine: 1 ... 16 17 [18] 19 20 ... 30