Jump to content

questions about background colour button in tab


faustf
 Share

Recommended Posts

hi guys  i  have created a app  with 2  tab one of  this load  this code

Func _NEW_ITEM_eBay()
    $sGWhereLive = "NewItem"

    Global $sWWW = IniRead(@ScriptDir & "\WEB-SITE\eBay\FTP\config_ftp.ini", "ftp_config", "http", "default")
    Global $sServer = IniRead(@ScriptDir & "\WEB-SITE\eBay\FTP\config_ftp.ini", "ftp_config", "server", "default")
    Global $sUsername = IniRead(@ScriptDir & "\WEB-SITE\eBay\FTP\config_ftp.ini", "ftp_config", "user", "default")
    Global $sPass = IniRead(@ScriptDir & "\WEB-SITE\eBay\FTP\config_ftp.ini", "ftp_config", "passw", "default")
    Global $port = IniRead(@ScriptDir & "\WEB-SITE\eBay\FTP\config_ftp.ini", "ftp_config", "port", "default")
    Global $sRemote_dir = IniRead(@ScriptDir & "\WEB-SITE\eBay\FTP\config_ftp.ini", "ftp_config", "remote_dir", "default")
    Global $sRemote_dir_FS = IniRead(@ScriptDir & "\WEB-SITE\eBay\FTP\config_ftp.ini", "ftp_config", "ftp_FormatoStandar", "default")
    Global $sWWWRemote_dir_FS = IniRead(@ScriptDir & "\WEB-SITE\eBay\FTP\config_ftp.ini", "ftp_config", "formati_standar", "default")
    Global $passive = 1

    GUISwitch($hMainGUI, $SITIWEB_TabSheet1)

    $new_show = 1
    ;GUICtrlSetState($SITIWEB_Button19, $GUI_DISABLE) ; multi utente
    GUICtrlSetState($SITIWEB_Button8, $GUI_DISABLE) ;  naviga su inserzione
    GUICtrlDelete($SITIWEB_Button7)
    $SITIWEB_Button7 = GUICtrlCreateButton("", 6, 25, 41, 39, $BS_ICON) ; nuova inserzione eBay
    GUICtrlSetImage(-1, $DLL_LOCATE, -122)
    GUICtrlSetTip(-1, $GUI_Lang[200])
    ; GUICtrlSetState($save,$GUI_ENABLE)

    _destroy_sitiweb_up_ship()
    _destroy_sitiweb_ship()
    _destroy_sitiweb_ship2()
    GUISetCursor(15) ; mouse clessidra

    $SITIWEB_NewItem_Group4 = GUICtrlCreateGroup($GUI_Lang[168], 5, 69, 1682, 693) ; Nuovo Prodotto
    $SITIWEB_NewItem_Label5 = GUICtrlCreateLabel($GUI_Lang[169], 10, 98, 129, 17) ; Titolo massimo 80 caratteri
    $SITIWEB_NewItem_Input3 = GUICtrlCreateInput("bikini", 10, 122, 449, 21)
    GUICtrlSetLimit(-1, 80)
    $SITIWEB_NewItem_Button50 = GUICtrlCreateButton($GUI_Lang[170], 465, 122, 75, 21) ; Cerca Ctgr.
    $SITIWEB_NewItem_Label8 = GUICtrlCreateLabel($GUI_Lang[171], 10, 152, 49, 17) ; Categoria
    $SITIWEB_NewItem_Input4 = GUICtrlCreateInput("", 10, 170, 449, 21)
    $SITIWEB_NewItem_Button12 = GUICtrlCreateButton($GUI_Lang[172], 421, 374, 67, 21) ; Config. Site
    $SITIWEB_NewItem_Label9 = GUICtrlCreateLabel($GUI_Lang[173], 14, 210, 201, 17) ; Descrizione Breve massimo 1000 caratteri
    $SITIWEB_NewItem_Edit1 = GUICtrlCreateEdit("", 10, 234, 529, 113) ;, BitOR($ES_AUTOVSCROLL, $ES_AUTOHSCROLL, $ES_WANTRETURN))
    $hEdit = GUICtrlGetHandle(-1)
    GUICtrlSetLimit($SITIWEB_NewItem_Edit1, 1000)
    $hFunc = DllCallbackRegister('_EditHandler', 'lresult', 'hwnd;uint;wparam;lparam')
    $pFunc = DllCallbackGetPtr($hFunc)
    $hWndProc = _WinAPI_SetWindowLong($hEdit, $GWL_WNDPROC, $pFunc)

    $SITIWEB_NewItem_Checkbox4 = GUICtrlCreateCheckbox($GUI_Lang[174], 313, 378, 97, 17) ; Pubblica su tutti
    $SITIWEB_NewItem_Combo4 = GUICtrlCreateCombo("eBay Italia", 156, 374, 145, 25, BitOR($CBS_DROPDOWN, $CBS_AUTOHSCROLL)) ; Combo4
    GUICtrlSetData($SITIWEB_NewItem_Combo4, "eBay Australia|eBay Austria|eBay Belgium|eBay Belgium (French)|eBay Canada (English)" & _
            "|eBay Canada (French)|eBay French|eBay Germany|eBay Hong Kong|eBay India|eBay Ireland|eBay Netherlands|eBay Singapore|eBay Spain" & _
            "|eBay Switaerland|eBay UK|eBay United States|eBay Poland|eBay Philippines|eBay Malaysia|eBay Motors", "eBay Italia")

    $SITIWEB_NewItem_Label7 = GUICtrlCreateLabel($GUI_Lang[112], 156, 356, 49, 17) ; eBay Site
    $SITIWEB_NewItem_Input5 = GUICtrlCreateInput(@ScriptDir & "\WEB-SITE\eBay\PUBLICAZIONI\FOTO\", 557, 134, 201, 21)
    $SITIWEB_NewItem_Button13 = GUICtrlCreateButton($GUI_Lang[176], 766, 134, 75, 21) ; Path
    $SITIWEB_NewItem_Label11 = GUICtrlCreateLabel($GUI_Lang[177], 557, 114, 69, 17) ; Location Foto
    $SITIWEB_NewItem_Button14 = GUICtrlCreateButton($GUI_Lang[178], 854, 134, 75, 21) ; Apri Cartella

    $SITIWEB_NewItem_Button54 = GUICtrlCreateButton("", 937, 117, 41, 39, $BS_ICON) ;  ricarica immagini list
    GUICtrlSetImage(-1, $DLL_LOCATE, -96)
    GUICtrlSetTip(-1, $GUI_Lang[206])

    $SITIWEB_NewItem_Combo5 = GUICtrlCreateCombo("", 10, 374, 105, 25, BitOR($CBS_DROPDOWN, $CBS_AUTOHSCROLL)) ; Combo5
    $SITIWEB_NewItem_Label12 = GUICtrlCreateLabel($GUI_Lang[180], 10, 355, 52, 17) ; Condizioni
    $SITIWEB_NewItem_Edit2 = GUICtrlCreateEdit("Hai 4 linee da suddividere con questo carattere | ", 1067, 154, 467, 276) ;, BitOR($ES_AUTOVSCROLL, $ES_AUTOHSCROLL, $ES_WANTRETURN))
    GUICtrlSetColor(-1, 0xC0C0C0)
    ;   $SITIWEB_NewItem_Edit3 = GUICtrlCreateEdit("",  1067, 154, 547, 276)

    ;$Edit3 = GUICtrlCreateEdit("", 72, 536, 297, 153)
    $SITIWEB_NewItem_Label13 = GUICtrlCreateLabel($GUI_Lang[181], 1072, 98, 106, 17) ; Descrizione Completa
    $SITIWEB_NewItem_Checkbox5 = GUICtrlCreateCheckbox($GUI_Lang[182], 1068, 438, 75, 17) ; Add Firma
    GUICtrlSetState(-1, $GUI_CHECKED)
    GUICtrlSetState(-1, $GUI_DISABLE)
    $SITIWEB_NewItem_Button15 = GUICtrlCreateButton($GUI_Lang[183], 1152, 438, 61, 21) ; Mod Firma
    $SITIWEB_NewItem_Button16 = GUICtrlCreateButton($GUI_Lang[184], 1072, 122, 115, 25) ; Apri Editor

    $SITIWEB_NewItem_Button43 = GUICtrlCreateButton($GUI_Lang[212], 1540, 158, 108, 21) ; inserisci descrizione


    $SITIWEB_NewItem_List2 = _ListView_OK("", 552, 166, 377, 266, "Descrizione_370")
    Local $aGest_foto = _FileListToArray(GUICtrlRead($SITIWEB_NewItem_Input5), "*", 2)

    For $y = 1 To UBound($aGest_foto) - 1
        Select
            Case $aGest_foto[$y] <> ".."
                _GUICtrlListView_AddItem($SITIWEB_NewItem_List2, $aGest_foto[$y])
            Case $aGest_foto[$y] = ""
                MsgBox(0, $GUI_Lang[45], $GUI_Lang[265]) ; non  ci sono cartelle
        EndSelect

    Next
    $SITIWEB_NewItem_Button66 = GUICtrlCreateButton($GUI_Lang[224], 939, 232, 99, 21) ; Copia Link a Web
    GUICtrlSetBkColor(-1, 0xFFFF00)

    ;$SITIWEB_NewItem_Button67 = GUICtrlCreateButton($GUI_Lang[236], 938, 265, 101, 21) ; Immagini inserzione
    $SITIWEB_NewItem_Button44 = GUICtrlCreateButton($GUI_Lang[186], 936, 166, 67, 21) ; Upload
    $SITIWEB_NewItem_Combo8 = GUICtrlCreateCombo("", 10, 422, 137, 25, BitOR($CBS_DROPDOWN, $CBS_AUTOHSCROLL)) ; Combo8 -- era 187
    ;GUICtrlSetData($SITIWEB_NewItem_Combo8, "Asta online|Pubblica Annuncio|Pubblicità|Offerta al secondo")

    $SITIWEB_NewItem_Label14 = GUICtrlCreateLabel($GUI_Lang[188], 14, 403, 42, 17) ; Formato
    $SITIWEB_NewItem_Input6 = GUICtrlCreateInput("", 194, 422, 97, 21)
    $SITIWEB_NewItem_Label15 = GUICtrlCreateLabel($GUI_Lang[189], 200, 403, 91, 17) ; Prezzo di partenza
    $SITIWEB_NewItem_Input7 = GUICtrlCreateInput("", 295, 422, 89, 21)
    $SITIWEB_NewItem_Label16 = GUICtrlCreateLabel($GUI_Lang[190], 297, 403, 81, 17) ; Prezzo di riserva
    $SITIWEB_NewItem_Input8 = GUICtrlCreateInput("", 388, 422, 89, 21)
    $SITIWEB_NewItem_Label17 = GUICtrlCreateLabel($GUI_Lang[124], 394, 403, 79, 17) ; Compralo subito
    $SITIWEB_NewItem_Input9 = GUICtrlCreateInput("1", 481, 422, 41, 21)
    $SITIWEB_NewItem_Label18 = GUICtrlCreateLabel($GUI_Lang[191], 485, 403, 27, 17) ; Q.tta
    $SITIWEB_NewItem_Button45 = GUICtrlCreateButton($GUI_Lang[12], 1584, 718, 75, 21) ; Inserisci
    $SITIWEB_NewItem_Label22 = GUICtrlCreateLabel($GUI_Lang[225], 285, 464, 30, 17) ; Tempi di imballaggio per spedizioni nazionali
    GUICtrlSetTip(-1, $GUI_Lang[226])
    $SITIWEB_NewItem_Input11 = GUICtrlCreateInput("3", 318, 458, 19, 21)
    GUICtrlSetTip(-1, $GUI_Lang[226])

    $SITIWEB_NewItem_List3 = _ListView_OK("", 554, 487, 377, 266, "Descrizione_370")
    _FTP_Lista($sRemote_dir, $SITIWEB_NewItem_List3) ;$sRemote_dir

    $SITIWEB_NewItem_Label19 = GUICtrlCreateLabel($GUI_Lang[192], 560, 467, 69, 17) ; Storico inseriti
    ;$SITIWEB_NewItem_Button46 = GUICtrlCreateButton($GUI_Lang[20], 1067, 726, 59, 21) ; carica
    ;$SITIWEB_NewItem_Button47 = GUICtrlCreateButton($GUI_Lang[90], 1066, 698, 59, 21) ; Cancella
    $SITIWEB_NewItem_Button48 = GUICtrlCreateButton($GUI_Lang[217], 12, 457, 59, 21) ; opzioni
    $SITIWEB_NewItem_Label21 = GUICtrlCreateLabel($GUI_Lang[193], 88, 464, 48, 17) ;Pubblica
    ;$SITIWEB_NewItem_Button49 = GUICtrlCreateButton($GUI_Lang[194], 76, 457, 59, 21) ; Taglie
    $SITIWEB_NewItem_Button51 = GUICtrlCreateButton($GUI_Lang[195], 436, 101, 19, 17) ; ?
    $SITIWEB_NewItem_Button52 = GUICtrlCreateButton($GUI_Lang[179], 153, 424, 22, 17) ; <-?
    $SITIWEB_NewItem_Button53 = GUICtrlCreateButton($GUI_Lang[195], 123, 375, 19, 17) ; ?
    $SITIWEB_NewItem_Checkbox6 = GUICtrlCreateCheckbox($GUI_Lang[237], 352, 464, 57, 17) ; reso si


    $SITIWEB_NewItem_Button55 = GUICtrlCreateButton("<----", 940, 203, 22, 17) ;  entra e esci
    GUICtrlSetTip(-1, $GUI_Lang[200])
    $SITIWEB_NewItem_Button56 = GUICtrlCreateButton("---->", 979, 203, 22, 17) ;  entra e esci
    GUICtrlSetTip(-1, $GUI_Lang[207])
    GUICtrlSetTip($SITIWEB_NewItem_Button51, $GUI_Lang[150])
    GUICtrlSetTip($SITIWEB_NewItem_Button52, $GUI_Lang[175])
    GUICtrlSetTip($SITIWEB_NewItem_Button53, $GUI_Lang[187])

    $SITIWEB_NewItem_Button57 = GUICtrlCreateButton("", 940, 488, 41, 39, $BS_ICON)
    GUICtrlSetImage(-1, $DLL_LOCATE, -96)
    $SITIWEB_NewItem_Button58 = GUICtrlCreateButton($GUI_Lang[209], 939, 537, 67, 21) ; Selez.Tutto
    $SITIWEB_NewItem_Button59 = GUICtrlCreateButton("<----", 943, 574, 22, 17)
    GUICtrlSetTip(-1, $GUI_Lang[200])
    $SITIWEB_NewItem_Button60 = GUICtrlCreateButton("---->", 982, 574, 22, 17)
    GUICtrlSetTip(-1, $GUI_Lang[207])
    $SITIWEB_NewItem_Input10 = GUICtrlCreateInput("", 630, 459, 218, 21)
    GUICtrlSetData($SITIWEB_NewItem_Input10, $sRemote_dir)
    $SITIWEB_NewItem_Button61 = GUICtrlCreateButton("", 885, 442, 41, 39, $BS_ICON)
    GUICtrlSetImage(-1, $DLL_LOCATE, -127)
    GUICtrlSetTip(-1, $GUI_Lang[208])
    GUICtrlCreateGroup("", -99, -99, 1, 1)
    $SITIWEB_NewItem_Button64 = GUICtrlCreateButton($GUI_Lang[210], 941, 603, 67, 21) ; Linka

    ;   GUICtrlSetBkColor(-1, 0xFFFF00)
    $SITIWEB_NewItem_Button65 = GUICtrlCreateButton($GUI_Lang[90], 941, 630, 67, 21) ; cancella
    $SITIWEB_NewItem_Combo9 = GUICtrlCreateCombo("", 141, 458, 135, 25, BitOR($CBS_DROPDOWN, $CBS_AUTOHSCROLL))

    Global $aListStandar_format = _FileListToArray(@ScriptDir & "\WEB-SITE\eBay\PUBLICAZIONI\FORMATI_STANDARD", "*.html", $FLTA_FILES)
    $SITIWEB_NewItem_Combo6 = GUICtrlCreateCombo($aListStandar_format[1], 1216, 122, 115, 25, BitOR($CBS_DROPDOWN, $CBS_AUTOHSCROLL))
    For $j = 2 To UBound($aListStandar_format) - 1
        GUICtrlSetData($SITIWEB_NewItem_Combo6, $aListStandar_format[$j])
    Next

    $SITIWEB_NewItem_Button24 = GUICtrlCreateButton($GUI_Lang[250], 942, 657, 67, 21) ;seleziona tutto in ftp remote select all
    $SITIWEB_NewItem_Button25 = GUICtrlCreateButton($GUI_Lang[250], 939, 294, 67, 21) ;seleziona tutto in local file select all
    $SITIWEB_NewItem_Button26 = GUICtrlCreateButton($GUI_Lang[89], 1580, 490, 75, 21) ; modifica
    $SITIWEB_NewItem_Label20 = GUICtrlCreateLabel($GUI_Lang[211], 1216, 98, 84, 17) ;Formati Standard
    ;GUICtrlSetData($SITIWEB_NewItem_Combo9, "30 giorni|10 giorni|1 giorni|3 giorni|5 giorni")
    ;   GUICtrlCreateTabItem("")
    $SITIWEB_NewItem_Input12 = GUICtrlCreateInput("", 943, 686, 65, 21) ; new folder
    $SITIWEB_NewItem_Button46 = GUICtrlCreateButton($GUI_Lang[282], 943, 711, 67, 21) ; Crea Cartella
    $SITIWEB_NewItem_List6 = _ListView_OK("", 8, 506, 534, 123, "ID_120_Nome_220_Descrizione_200")
    _Scarica_eBay_user_preference($SITIWEB_NewItem_List6)
    $SITIWEB_NewItem_Label25 = GUICtrlCreateLabel($GUI_Lang[289], 16, 488, 104, 17) ; Regole di Spedizione

    ;========================== DISABILITATI PER CONDURRE ======================================================
    _Disabilita_X_Condurre_3("Disable")
    _Disabilita_X_Condurre_2("Disable")
    ;===========================================================================================================
    _Etichetta_Aste_rimanenti()

    $SITIWEB_NewItem_Label24 = GUICtrlCreateLabel("Storico Inseriti", 1080, 464, 70, 17)
    Global $iTag_Col_OPZ = 0 ; serve per quando apri opzioni vaiazioni scegliere additemefixedprice
    Global $cont_All_sel_ftp = 1
    Global $cont_All_sel_local = 1
    Global $cont_ALL_sel_Sqlite3 = 1
    $SITIWEB_NewItem_Button27 = GUICtrlCreateButton($GUI_Lang[253], 1581, 518, 75, 21) ;Reinsert.
    $SITIWEB_NewItem_Button28 = GUICtrlCreateButton($GUI_Lang[254], 1582, 546, 75, 21) ;Reinsert+foto
    $SITIWEB_NewItem_Button29 = GUICtrlCreateButton($GUI_Lang[263], 1582, 605, 75, 21) ; Elimina in DB.
    $SITIWEB_NewItem_Button30 = GUICtrlCreateButton($GUI_Lang[264], 1582, 631, 75, 21) ; Selez. Tutti
    $SITIWEB_NewItem_List5 = _ListView_OK("", 1068, 484, 481, 266, "Titolo Insersione_310_Item specific_150_ID db_20")
    ;Local $result = _Sqlite3_Read("SELECT titolo,item_spec,id FROM eBayNewItem ORDER BY id;")
    Local $result = _Sqlite3_Read("SELECT titolo, item_spec, id FROM eBayNewItem ORDER BY id;")
    ;_ArrayDisplay($result)
    $result[0] = ""
    $result[1] = ""
    $result[2] = ""
    $result[3] = ""
    $result = _Remove_BlankIN_Array($result)
    _GUICtrlListView_BeginUpdate($SITIWEB_NewItem_List5)
    Local $r = 1, $k = 2, $h = 0
    For $i = 0 To UBound($result) - 1

        If $k <= UBound($result) - 1 Then
            GUICtrlCreateListViewItem($result[$h] & "|" & $result[$r] & "|" & $result[$k], $SITIWEB_NewItem_List5)
        EndIf
        $r += 3
        $k += 3
        $h += 3

        If Not Mod($i, 2) Then
            ;Even
            GUICtrlSetBkColor(-1, 0xffffff)
        Else
            ;Odd
            GUICtrlSetBkColor(-1, 0xe6e6e6)
        EndIf
    Next
    _GUICtrlListView_EndUpdate($SITIWEB_NewItem_List5)



    GUISetState(@SW_SHOW)
    GUISetCursor(2, 1) ; mouse puntatore
    GUICtrlCreateTabItem("") ; <=========================== This line seems important for what u want doing

    ;GUICtrlSetOnEvent($SITIWEB_NewItem_Button15, _Reg_only_mail)
    GUICtrlSetOnEvent($SITIWEB_NewItem_Button16, _Apri_Editor)
    GUICtrlSetOnEvent($SITIWEB_NewItem_Button50, _Cerca_Categoria_eBayAPI)
    GUICtrlSetOnEvent($SITIWEB_NewItem_Button12, _Config_site)
    GUICtrlSetOnEvent($SITIWEB_NewItem_Button51, _Seo_Help)
    GUICtrlSetOnEvent($SITIWEB_NewItem_Button53, _Condizioni_Help)
    GUICtrlSetOnEvent($SITIWEB_NewItem_Button52, _Formato_Help)
    GUICtrlSetOnEvent($SITIWEB_NewItem_Button13, _Folder_foto)
    GUICtrlSetOnEvent($SITIWEB_NewItem_Button14, _Folder_open_foto)
    GUICtrlSetOnEvent($SITIWEB_NewItem_Button56, _Avanti_foto)
    GUICtrlSetOnEvent($SITIWEB_NewItem_Button55, _Indietro_foto)
    GUICtrlSetOnEvent($SITIWEB_NewItem_Button54, _FileJPG_reload) ; relod list
    GUICtrlSetOnEvent($SITIWEB_NewItem_Button44, _FTP_upload) ; relod list
    GUICtrlSetOnEvent($SITIWEB_Button7, _back_eBay)
    GUICtrlSetOnEvent($SITIWEB_NewItem_Button60, _FTP_Avanti)
    GUICtrlSetOnEvent($SITIWEB_NewItem_Button59, _FTP_Indietro)
    GUICtrlSetOnEvent($SITIWEB_NewItem_Button57, _FTP_Reload)
    GUICtrlSetOnEvent($SITIWEB_NewItem_Button61, _FTP_Folder_syncro)
    GUICtrlSetOnEvent($SITIWEB_NewItem_Button58, _FTP_ALL_select)
    GUICtrlSetOnEvent($SITIWEB_NewItem_Button64, _FTP_Linker)
    GUICtrlSetOnEvent($SITIWEB_NewItem_Button65, _FTP_jpg_Cancel)
    GUICtrlSetOnEvent($SITIWEB_NewItem_Button46, _FTp_crea_Folder)
    GUICtrlSetOnEvent($SITIWEB_NewItem_Button43, _Inserisci_descrizione_in_HTML_bikini1)
    GUICtrlSetOnEvent($SITIWEB_NewItem_Button48, _Taglie_colori_opzioni)
    GUICtrlSetOnEvent($SITIWEB_NewItem_Button66, _Copia_link_clipboard)
    GUICtrlSetOnEvent($SITIWEB_NewItem_Button45, _Inserisci_Item_eBay) ; inserisci
    ;   GUICtrlSetOnEvent($SITIWEB_NewItem_Button67, _Select_Foto_X_eBay)
    GUICtrlSetOnEvent($SITIWEB_NewItem_Button25, _Select_ALL_Foto_in_Local)
    GUICtrlSetOnEvent($SITIWEB_NewItem_Button24, _Select_ALL_Foto_in_FTP)
    GUICtrlSetOnEvent($SITIWEB_NewItem_Button27, _Reinser_xml_in_eBay)
    GUICtrlSetOnEvent($SITIWEB_NewItem_Button28, _Reinser_xml_in_eBay_Foto)
    GUICtrlSetOnEvent($SITIWEB_NewItem_Button26, _Modifica_xml_in_eBay_Foto) ; tasto modifica inserzione storica
    GUICtrlSetOnEvent($SITIWEB_NewItem_Button29, _Elimina_xml_in_DB_SQlite3)
    GUICtrlSetOnEvent($SITIWEB_NewItem_Button30, _Seleziona_tutto_SQlite3)
    ;   GUICtrlSetOnEvent($SITIWEB_NewItem_Button46, _test_X_eBay)

    GUISetCursor(2, 1) ; mouse puntatore

EndFunc   ;==>_NEW_ITEM_eBay

the  problem is  when insert   under the  button66   the  string  guictrlsetbkcolor (-1,0xffff00)  , the  button  disapear ,  but if  i remove ,  guictrlsetbkcolor (-1,0xffff00) , appear and work perfect  all , how  is  possible ??? o_O  someone  have  idea??? thankz  at all

 

Link to comment
Share on other sites

  • Developers

Why is it so hard to post something the we can actually run and demonstrates the issue? It is not like your are new here and never heard this before.

Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

  • Developers

So why do you think we can sort out your problem? 
Just strip it so it does reproduce the issue and we can run it. Shouldn't be too difficult ..right?

Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

i  would  only suggestions , if  you see in my code  some (big) error ,tell me .

i dont want  a solution , if  my code is   correct syntax  and ( beginners error dont have ) i  continue  to debug by my self

because  i know  is  difficult  for  other people  see a  bug if  app is not runnable 

thankz  again for support

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...