Search found 90 matches: tscintilla

Return to advanced search

Re: Cual es la clase ?

... pregunto, es posible desactivar/activan los controles con la cláusula WHEN? La opción para generar el código fuente me reclama la TSCINTILLA, donde la encuentro? Saludos y gracias por el apoyo
by Armando
Sat Feb 24, 2024 12:40 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cual es la clase ?
Replies: 10
Views: 550

Re: Mejoras para scintilla

... ======================== [ 1] = A { ... } length: 34 [ 2] = N 517 Stack Calls =========== 000002 Called from: .\source\classes\SCINTILA.PRG => TSCINTILLA:SETFONT( 4541 ) 000003 Called from: .\source\classes\SCINTILA.PRG => TSCINTILLA:OPENFILE( 2232 ) 000004 Called from: .\source\classes\TFIVEDIT.PRG ...
by Willi Quintana
Wed Jun 10, 2020 2:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mejoras para scintilla
Replies: 1037
Views: 852364

Re: Mejoras para scintilla

... 36 TXBRWCOLUMN 37 TSCROLLBAR 38 TCLIPBOARD 39 TBUTTON 40 TBUTTONBMP 41 TSAY 42 TMULTIGET 43 TLISTBOX 44 HBFORMATCODE 45 CODEFORMAT 46 TCURSOR 47 TSCINTILLA 48 TSPLITTER 49 TFILE 50 TTXTFILE 51 TGROUP 52 TPANEL Memory Analysis =============== 693 Static variables Dynamic memory consume: Actual ...
by caducca
Tue Jul 30, 2019 3:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mejoras para scintilla
Replies: 1037
Views: 852364

Re: Building a TTreeView with all folders and files

Dear Antonio, I get following error: Error description: Error BASE/1004 Class: 'NIL' has no exported method: EVAL Args: [ 1] = U [ 2] = O TSCINTILLA Stack Calls =========== Called from: => EVAL( 0 ) Called from: .\source\function\MEMOEDIT.PRG => SETUPSCINT( 790 ) Called from: .\source\function\MEMOEDIT.PRG ...
by Otto
Tue Feb 05, 2019 9:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Building a TTreeView with all folders and files
Replies: 10
Views: 1710

Re: Base sample with scintilla

... Please rename to SciLexer.Dll ( X86 ) and SciLex64.Dll ( 64 ) for use with TScintilla
by cnavarro
Thu Mar 22, 2018 10:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Base sample with scintilla
Replies: 20
Views: 3798

Re: Base sample with scintilla

...  oWnd:oClient:SetText(cIni)   oWnd:oClient:Refresh()   ACTIVATE WINDOW oWndreturn 0class MyScintilla FROM TScintilla   METHOD SetupendclassMETHOD Setup( nMark, lInit ) CLASS MyScintilla   ::SendMsg( SCI_SETLEXER, SCLEX_PROPERTIES, ...
by AntoninoP
Wed Mar 21, 2018 2:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Base sample with scintilla
Replies: 20
Views: 3798

Re: Base sample with scintilla

oScintilla:SetKeyWords( 0, "keyword1 keyword2 keyword3" ) works fine. i have tried this: ::oEditor = TScintilla():New( 0, 0 , 943, 400,, ::nTextColor, ::nBackColor, 519 ) ::oEditor:cLexer := 7 ::oEditor:SetLexer( 7 ) // SCLEX_SQL ::oEditor:Setup() but i receive an error: ...
by cnavarro
Mon Mar 19, 2018 10:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Base sample with scintilla
Replies: 20
Views: 3798

Re: Base sample with scintilla

oScintilla:SetKeyWords( 0, "keyword1 keyword2 keyword3" ) works fine. i have tried this: ::oEditor = TScintilla():New( 0, 0 , 943, 400,, ::nTextColor, ::nBackColor, 519 ) ::oEditor:cLexer := 7 ::oEditor:SetLexer( 7 ) // SCLEX_SQL ::oEditor:Setup() but i receive an error: ...
by marzio
Mon Mar 19, 2018 10:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Base sample with scintilla
Replies: 20
Views: 3798

New FTDN January/Enero 2018 (FWH 18.01)

... file. This function uses TXmlDocument class of (x)Harbour and can display only such xml files that can be read by this class. * Enhancement: CLASS TScintilla METHOD MnuMargen(), added clause COLORS to the popup menu definition: MENU oMnu POPUP COLORS * Fix: function WndCenter() was not properly ...
by Antonio Linares
Wed Feb 14, 2018 5:03 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN January/Enero 2018 (FWH 18.01)
Replies: 1
Views: 2618

Re: Mejoras para scintilla

... Build 9200 Time from start: 0 hours 0 mins 6 secs Error occurred at: 10/11/2016, 07:45:08 Error description: Error BASE/1004 Message not found: TSCINTILLA:DLGGOLINE Args: [ 1] = O TSCINTILLA Stack Calls =========== Called from: => __ERRRT_SBASE( 0 ) Called from: ../../../tobject.prg => ...
by MGA
Thu Nov 10, 2016 9:48 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mejoras para scintilla
Replies: 1037
Views: 852364

Re: Mejoras para scintilla

... start: 0 hours 0 mins 0 secs Error occurred at: 23/10/2016, 20:00:33 Error description: Error FiveWin/6 Cannot create window or control: Class: TSCINTILLA Caption: System Error: No se ha encontrado la clase de ventana. Stack Calls =========== Called from: .\source\classes\WINDOW.PRG => WNDCREATEERROR( ...
by surGom
Sun Oct 23, 2016 11:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mejoras para scintilla
Replies: 1037
Views: 852364

Re: Mejoras para scintilla

... se da al entrar a preferencias y cambiar el color de fondo del editor, se aplica pero no de forma correcta, le tiro que puede ser en la clase TScintilla. Saludos..
by cuatecatl82
Wed May 18, 2016 3:57 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mejoras para scintilla
Replies: 1037
Views: 852364

New FTDN November/Noviembre 2015 (FWH 15.11)

... oMenu HEIGHT 2 ( default 1.66 ) * New: Function SourceEdit, control editor Scintila in MemoEdit.Prg Example in Fivedit.prg * Enhancement: Class TScintilla, added numerous news methods and datas for full support new FivEdit Editor Added Unicode characters and files support * New: Fivedit.prg ...
by Antonio Linares
Sat Dec 26, 2015 9:26 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN November/Noviembre 2015 (FWH 15.11)
Replies: 5
Views: 2818

New FTDN October/Octubre 2015 (FWH 15.10)

... oMenu HEIGHT 2 ( default 1.66 ) * New: Function SourceEdit, control editor Scintila in MemoEdit.Prg Example in Fivedit.prg * Enhancement: Class TScintilla, added numerous news methods and datas for full support new FivEdit Editor Added Unicode characters and files support * New: Fivedit.prg ...
by Antonio Linares
Sat Dec 05, 2015 11:27 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octubre 2015 (FWH 15.10)
Replies: 0
Views: 929

Re: Fivewin samples - Dialog designer

... start: 0 hours 0 mins 45 secs Error occurred at: 11/01/15, 10:05:11 Error description: Error FiveWin/6 Cannot create window or control: Class: TSCINTILLA Caption: System Error: Fensterklasse wurde nicht gefunden. Stack Calls =========== Called from: .\source\classes\WINDOW.PRG => WNDCREATEERROR( ...
by Otto
Sun Nov 01, 2015 9:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin samples - Dialog designer
Replies: 12
Views: 3068
Next

Return to advanced search

cron