Giter Club home page Giter Club logo

luipack's People

Contributors

blikblum avatar

Watchers

 avatar

luipack's Issues

Dont compile on 64 bits l

What steps will reproduce the problem?
1.get ccr svn virtualtreeview_new trunk
2.build
3.you will get this message:

[..]/lazarus/components/lazarus-ccr/virtualtreeview-
new/trunk/VirtualTrees.pas(15404,36) Error: Call by var for arg no. 1 has 
to match exactly: Got "TLMMouse" expected "TLMContextMenu"



What version of the product are you using? On what operating system?

Ubuntu 10.04 64 bits, lazarus trunk, fpc 2.4.1 
Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 7 Jun 2010 at 5:21

Patch for compiling ATBinhex with current Lazarus trunk/FPC trunk

What steps will reproduce the problem?
1. Try to compile atbinhex with laz trunk

What do you see instead?
Errors for TButton etc

What version of the product are you using? On what operating system?
Laz trunk, fpc trunk x86, windows 7.


Please provide any additional information below.
Patch that fixes the problem is attached.


Original issue reported on code.google.com by [email protected] on 21 Jun 2014 at 12:01

Attachments:

Wrong sequence of events of TWizardManager

Maybe I'm wrong, but the correct sequence of events of TWizardManager must be 

PageHide (if a page has been loaded) -> PageLoad -> PageShow 

instead of 

PageLoad -> PageShow -> PageHide (if a page has been loaded).

I think that this sequence is wrong, because if a page settings affects the 
following pages, the next pages never will get the updated settings of the 
previous page.

Changing the sequence to:

PageHide (if a page has been loaded) -> PageLoad -> PageShow 

The current page stores your current configuration, so the following pages will 
get the new settings on pageLoad and PageShow.


What steps will reproduce the problem?
Setup a TWizardManager and some pages and put showMessages on events 
OnPageShow, onPageHide and onPageLoad of the WizardManager and see the 
execution sequence.

What is the expected output? What do you see instead?
pageHide must be called before than PageLoad and PageShow events.

What version of the product are you using? On what operating system?
Using LuiPack from CodeTyphon 4.8, Linux 64bits

Original issue reported on code.google.com by [email protected] on 13 Jun 2014 at 5:31

Remover os Trim do TSearchEdit

Olá,

Não sei se é legal chamar um trim (ele é meio pesado para textos longos, 
algo acima de 1000 caracteres já dá uma diferença), então, onde tem 
"FIsEmpty := Trim(RealGetText) = '';" poderia ser trocado por "FIsEmpty := 
Length(RealGetText) = 0;".

Original issue reported on code.google.com by silvioprog on 11 Sep 2011 at 2:48

Erro na instalação do luicontrols.lpk

Desculpem se não puder postar em pt_BR por aqui. Qualquer coisa me avisem. :)

Ao tentar instalar o pacte "luicontrols.lpk" recebo o seguinte erro:

(...)
F:\svn\luipack\trunk\luicomponents\luijsonutils.pas(269,11) Error: Identifier 
not found "EJSONScanner"
(...)

Qual seria o pacote para eu instalar apenas os controles do LuiPack?

Original issue reported on code.google.com by silvioprog on 10 Sep 2011 at 9:56

GTK2 problems in LCLExtensions 0.3.0

I'm using fpc 2.6 and Laz 0.9.30.4, amd64

A lot of the errors while trying to compile this are related to Units that have 
different names and one class or function that also changed names.

in the uses clause these:
gtkdef, gtkint, gtkproc
should be
gtk2def, gtk2int, gtk2proc

All instances of GTKWidgetSet, should be renamed to GTK2WidgetSet.

There maybe more things to change, but these are the ones from the top of my 
head.

(You can reply in Portuguese if you think it's easier.)

Original issue reported on code.google.com by guscarreno on 1 Apr 2012 at 4:34

Enter one-line summary

What steps will reproduce the problem?
1. Can't determine which overloaded function to call for function "IfThen"
in LuiConfig.pas on lazarus recompilation

What is the expected output? What do you see instead?
no error

What version of the product are you using? On what operating system?
WinXp sp3, Lazarus trunk, Fpc trunk, Luipack trunk

Please provide any additional information below.
patch for strict declaration


Index: C:/lazarus/components/Luipack/luicomponents/luiconfig.pas
===================================================================
--- C:/lazarus/components/Luipack/luicomponents/luiconfig.pas   (revision 435)
+++ C:/lazarus/components/Luipack/luicomponents/luiconfig.pas   (working copy)
@@ -609,7 +609,7 @@
 procedure TLuiConfigProvider.WriteBoolean(const SectionTitle, ItemKey: String;
   AValue: Boolean);
 begin
-  WriteString(SectionTitle, ItemKey, IfThen(AValue, '1', '0'));
+  WriteString(SectionTitle, ItemKey, IfThen(AValue, shortString('1'),
shortString('0')));
 end;

 procedure TLuiConfigProvider.WriteFloat(const SectionTitle, ItemKey: String;



Original issue reported on code.google.com by [email protected] on 27 Mar 2009 at 7:48

VST: Checkboxes are not drawn correctly on GTK2

The checkboxes in the virtual treeview (recent SVN, with recent Lazarus + 
gtk drawframe patch) don't show their checked state correctly. They are 
always drawn unchecked except for while you hover over them with the mouse, 
then they are drawn checked (even if they are still unchecked). They don't 
however reflect their actual state.

Original issue reported on code.google.com by [email protected] on 22 Dec 2009 at 8:51

Missing downloads

Hello / Olá (don't be fooled, that's close to all I know about Portuguese!),

Although project home http://code.google.com/p/luipack/ and wiki 
http://code.google.com/p/luipack/w/list both speak about MultiLog, I could not 
find the download in http://code.google.com/p/luipack/downloads/list . As the 
old web site https://luipack.bountysource.com/wiki/multilog is saying it will 
"soon be removed" and anyhow sources there are 5 years old, I was hoping you 
could put more recent versions here in Google code. I mentioned especially 
MultiLog here because that's the component I am currently interested in, 

Original issue reported on code.google.com by [email protected] on 23 Jul 2013 at 11:39

Can't compile lclextensions

Hello:

I can't compile lclextensions package. My environment is:

  - lclextensions-0.4.zip
    => I tested 'http://luipack.googlecode.com/svn/trunk/lclextensions [r680]'
       with same result.
  - Lazarus 0.9.28.2-12
  - fpc 2.4.0-2
  - Linux Debian/testing (wheezy)
  - If you need more info please ask me...

The first problem while compiling is:

  Unable to find file "independentfuncions.inc"
  (...)

I fixed this problem doing this in 'Package lclextensions_package' window:

  Compiler Options -> Paths -> Include Files (-Fi):

  include/$(LCLWidgetType)/          <== original content
  include/$(LCLWidgetType)/;include/generic/     <== fixed content; (is this the way to do this?)

I made a second attempt and I got lots of compilation errors:

Hint: Start of reading config file /etc/fpc.cfg
Hint: End of reading config file /etc/fpc.cfg
Free Pascal Compiler version 2.4.0-2 [2010/02/20] for i386
Copyright (c) 1993-2009 by Florian Klaempfl
Target OS: Linux for i386
Compiling lclextensions_package.pas
Compiling delphicompat.pas
/tmp/lclextensions/include/generic/stubs.inc(2,10) Warning: Function result 
does not seem to be set
/tmp/lclextensions/delphicompat.pas(74,30) Hint: Parameter "nNumWindows" not 
used
/tmp/lclextensions/include/generic/stubs.inc(7,10) Warning: Function result 
does not seem to be set
/tmp/lclextensions/delphicompat.pas(78,20) Hint: Parameter "hImage" not used
/tmp/lclextensions/delphicompat.pas(78,37) Hint: Parameter "uType" not used
/tmp/lclextensions/delphicompat.pas(78,53) Hint: Parameter "cxDesired" not used
/tmp/lclextensions/delphicompat.pas(78,64) Hint: Parameter "cyDesired" not used
/tmp/lclextensions/delphicompat.pas(78,84) Hint: Parameter "fuFlags" not used
/tmp/lclextensions/include/generic/stubs.inc(12,10) Warning: Function result 
does not seem to be set
/tmp/lclextensions/delphicompat.pas(80,25) Hint: Parameter "hWinPosInfo" not 
used
/tmp/lclextensions/delphicompat.pas(80,38) Hint: Parameter "hWnd" not used
/tmp/lclextensions/delphicompat.pas(80,44) Hint: Parameter "hWndInsertAfter" 
not used
/tmp/lclextensions/delphicompat.pas(80,69) Hint: Parameter "x" not used
/tmp/lclextensions/delphicompat.pas(80,72) Hint: Parameter "y" not used
/tmp/lclextensions/delphicompat.pas(80,75) Hint: Parameter "cx" not used
/tmp/lclextensions/delphicompat.pas(80,79) Hint: Parameter "cy" not used
/tmp/lclextensions/delphicompat.pas(80,91) Hint: Parameter "uFlags" not used
/tmp/lclextensions/include/generic/stubs.inc(17,10) Warning: Function result 
does not seem to be set
/tmp/lclextensions/delphicompat.pas(83,28) Hint: Parameter "hWinPosInfo" not 
used
/tmp/lclextensions/include/generic/stubs.inc(22,10) Warning: Function result 
does not seem to be set
/tmp/lclextensions/include/generic/stubs.inc(27,10) Warning: Function result 
does not seem to be set
/tmp/lclextensions/include/generic/stubs.inc(46,10) Warning: Function result 
does not seem to be set
/tmp/lclextensions/delphicompat.pas(91,18) Hint: Parameter "hWnd" not used
/tmp/lclextensions/delphicompat.pas(91,32) Hint: Parameter "hrgnClip" not used
/tmp/lclextensions/delphicompat.pas(91,47) Hint: Parameter "flags" not used
/tmp/lclextensions/include/generic/stubs.inc(51,10) Warning: Function result 
does not seem to be set
/tmp/lclextensions/delphicompat.pas(93,28) Hint: Parameter "dwLayout" not used
/tmp/lclextensions/include/generic/stubs.inc(56,10) Warning: Function result 
does not seem to be set
/tmp/lclextensions/delphicompat.pas(94,27) Hint: Parameter "lpKeyState" not used
/tmp/lclextensions/include/generic/stubs.inc(61,10) Warning: Function result 
does not seem to be set
/tmp/lclextensions/delphicompat.pas(95,24) Hint: Parameter "Locale" not used
/tmp/lclextensions/delphicompat.pas(95,32) Hint: Parameter "LCType" not used
/tmp/lclextensions/delphicompat.pas(95,49) Hint: Parameter "lpLCData" not used
/tmp/lclextensions/delphicompat.pas(95,65) Hint: Parameter "cchData" not used
/tmp/lclextensions/include/generic/stubs.inc(67,10) Warning: Function result 
does not seem to be set
/tmp/lclextensions/include/generic/stubs.inc(67,21) Hint: Parameter "DC" not 
used
/tmp/lclextensions/include/generic/stubs.inc(73,10) Warning: Function result 
does not seem to be set
/tmp/lclextensions/delphicompat.pas(96,23) Hint: Parameter "DC" not used
/tmp/lclextensions/delphicompat.pas(96,32) Hint: Parameter "Rgn" not used
/tmp/lclextensions/delphicompat.pas(96,43) Hint: Parameter "iNum" not used
/tmp/lclextensions/include/generic/stubs.inc(88,10) Warning: Function result 
does not seem to be set
/tmp/lclextensions/delphicompat.pas(97,23) Hint: Parameter "hDC" not used
/tmp/lclextensions/include/generic/stubs.inc(95,10) Warning: Function result 
does not seem to be set
/tmp/lclextensions/delphicompat.pas(105,22) Hint: Parameter "hWnd" not used
/tmp/lclextensions/include/generic/stubs.inc(101,10) Warning: Function result 
does not seem to be set
/tmp/lclextensions/delphicompat.pas(107,35) Hint: Parameter "fShow" not used
/tmp/lclextensions/include/generic/stubs.inc(114,10) Warning: Function result 
does not seem to be set
/tmp/lclextensions/delphicompat.pas(112,26) Hint: Parameter "hWndFrom" not used
/tmp/lclextensions/delphicompat.pas(112,36) Hint: Parameter "hWndTo" not used
/tmp/lclextensions/delphicompat.pas(112,54) Hint: Parameter "lpPoints" not used
/tmp/lclextensions/delphicompat.pas(112,64) Hint: Parameter "cPoints" not used
/tmp/lclextensions/include/generic/stubs.inc(119,10) Warning: Function result 
does not seem to be set
/tmp/lclextensions/delphicompat.pas(113,30) Hint: Parameter "CodePage" not used
/tmp/lclextensions/delphicompat.pas(113,40) Hint: Parameter "dwFlags" not used
/tmp/lclextensions/delphicompat.pas(113,55) Hint: Parameter "lpMultiByteStr" 
not used
/tmp/lclextensions/delphicompat.pas(113,77) Hint: Parameter "cchMultiByte" not 
used
/tmp/lclextensions/delphicompat.pas(113,99) Hint: Parameter "lpWideCharStr" not 
used
/tmp/lclextensions/delphicompat.pas(113,123) Hint: Parameter "cchWideChar" not 
used
/tmp/lclextensions/include/generic/stubs.inc(125,10) Warning: Function result 
does not seem to be set
/tmp/lclextensions/delphicompat.pas(115,20) Hint: Parameter "hrgn" not used
/tmp/lclextensions/delphicompat.pas(115,31) Hint: Parameter "nxOffset" not used
/tmp/lclextensions/delphicompat.pas(115,41) Hint: Parameter "nYOffset" not used
/tmp/lclextensions/include/generic/stubs.inc(131,10) Warning: Function result 
does not seem to be set
/tmp/lclextensions/delphicompat.pas(119,19) Hint: Parameter "DC" not used
/tmp/lclextensions/delphicompat.pas(119,27) Hint: Parameter "dx" not used
/tmp/lclextensions/delphicompat.pas(119,39) Hint: Parameter "dy" not used
/tmp/lclextensions/delphicompat.pas(119,55) Hint: Parameter "lprcScroll" not 
used
/tmp/lclextensions/delphicompat.pas(119,77) Hint: Parameter "lprcClip" not used
/tmp/lclextensions/delphicompat.pas(119,92) Hint: Parameter "hrgnUpdate" not 
used
/tmp/lclextensions/delphicompat.pas(119,109) Hint: Parameter "lprcUpdate" not 
used
/tmp/lclextensions/include/generic/stubs.inc(144,10) Warning: Function result 
does not seem to be set
/tmp/lclextensions/delphicompat.pas(121,24) Hint: Parameter "DC" not used
/tmp/lclextensions/delphicompat.pas(121,32) Hint: Parameter "nXOrg" not used
/tmp/lclextensions/delphicompat.pas(121,39) Hint: Parameter "nYOrg" not used
/tmp/lclextensions/delphicompat.pas(121,54) Hint: Parameter "lppt" not used
/tmp/lclextensions/include/generic/stubs.inc(151,10) Warning: Function result 
does not seem to be set
/tmp/lclextensions/include/generic/stubs.inc(151,21) Hint: Parameter "DC" not 
used
/tmp/lclextensions/include/generic/stubs.inc(151,30) Hint: Parameter 
"fnMapMode" not used
/tmp/lclextensions/include/generic/stubs.inc(157,10) Warning: Function result 
does not seem to be set
/tmp/lclextensions/delphicompat.pas(123,27) Hint: Parameter "lprcDst" not used
/tmp/lclextensions/delphicompat.pas(123,49) Hint: Parameter "lprcSrc1" not used
/tmp/lclextensions/delphicompat.pas(123,59) Hint: Parameter "lprcSrc2" not used
/tmp/lclextensions/include/generic/stubs.inc(162,10) Warning: Function result 
does not seem to be set
/tmp/lclextensions/delphicompat.pas(126,18) Hint: Parameter "uVirtKey" not used
/tmp/lclextensions/delphicompat.pas(126,28) Hint: Parameter "uScanCode" not used
/tmp/lclextensions/delphicompat.pas(126,48) Hint: Parameter "lpKeyState" not 
used
/tmp/lclextensions/delphicompat.pas(126,67) Hint: Parameter "lpChar" not used
/tmp/lclextensions/delphicompat.pas(126,82) Hint: Parameter "uFlags" not used
/tmp/lclextensions/include/generic/stubs.inc(167,10) Warning: Function result 
does not seem to be set
/tmp/lclextensions/delphicompat.pas(128,23) Hint: Parameter "Handle" not used
/tmp/lclextensions/include/generic/independentfunctions.inc(15,65) Error: 
Identifier not found "RDW_ERASE"
/tmp/lclextensions/include/generic/unicodefunctions.inc(55,43) Hint: Variable 
"Size" does not seem to be initialized
/tmp/lclextensions/include/generic/unicodefunctions.inc(75,43) Hint: Variable 
"Size" does not seem to be initialized
/tmp/lclextensions/include/gtk2/delphicompat.inc(67,27) Hint: Local variable 
"TM" does not seem to be initialized
/tmp/lclextensions/include/gtk2/delphicompat.inc(81,32) Error: Identifier not 
found "TGtkDeviceContext"
/tmp/lclextensions/include/gtk2/delphicompat.inc(93,17) Error: Identifier not 
found "OBJ_BITMAP"
/tmp/lclextensions/include/gtk2/delphicompat.inc(93,17) Error: Constant 
Expression expected
/tmp/lclextensions/include/gtk2/delphicompat.inc(93,29) Hint: Conversion 
between ordinals and pointers is not portable
/tmp/lclextensions/include/gtk2/delphicompat.inc(94,16) Error: Identifier not 
found "OBJ_BRUSH"
/tmp/lclextensions/include/gtk2/delphicompat.inc(94,16) Error: Constant 
Expression expected
/tmp/lclextensions/include/gtk2/delphicompat.inc(94,16) Error: duplicate case 
label
/tmp/lclextensions/include/gtk2/delphicompat.inc(94,28) Hint: Conversion 
between ordinals and pointers is not portable
/tmp/lclextensions/include/gtk2/delphicompat.inc(95,15) Error: Identifier not 
found "OBJ_FONT"
/tmp/lclextensions/include/gtk2/delphicompat.inc(95,15) Error: Constant 
Expression expected
/tmp/lclextensions/include/gtk2/delphicompat.inc(95,15) Error: duplicate case 
label
/tmp/lclextensions/include/gtk2/delphicompat.inc(95,27) Hint: Conversion 
between ordinals and pointers is not portable
/tmp/lclextensions/include/gtk2/delphicompat.inc(96,14) Error: Identifier not 
found "OBJ_PEN"
/tmp/lclextensions/include/gtk2/delphicompat.inc(96,14) Error: Constant 
Expression expected
/tmp/lclextensions/include/gtk2/delphicompat.inc(96,14) Error: duplicate case 
label
/tmp/lclextensions/include/gtk2/delphicompat.inc(96,26) Hint: Conversion 
between ordinals and pointers is not portable
/tmp/lclextensions/include/gtk2/delphicompat.inc(178,64) Error: Identifier not 
found "GdkFalse"
/tmp/lclextensions/include/gtk2/delphicompat.inc(259,21) Error: Identifier not 
found "GdkFalse"
/tmp/lclextensions/include/gtk2/delphicompat.inc(268,26) Error: Identifier not 
found "GdkTrue"
/tmp/lclextensions/include/gtk2/delphicompat.inc(275,28) Error: Identifier not 
found "GdkTrue"
/tmp/lclextensions/include/gtk2/delphicompat.inc(290,37) Error: Identifier not 
found "GetLCLObject"
/tmp/lclextensions/include/gtk2/delphicompat.inc(290,38) Hint: Conversion 
between ordinals and pointers is not portable
/tmp/lclextensions/delphicompat.pas(169) Fatal: There were 18 errors compiling 
module, stopping

Thank you in advance for your help
Best regards
Sergio

Original issue reported on code.google.com by [email protected] on 28 Sep 2011 at 4:50

Don't compile with lazarus 0.9.30 and fpc 2.4.2

What steps will reproduce the problem?
1. When compile the package


/usr/lib/lazarus/0.9.30/components/luicontrols/togglelabel.pas(65,15) Error: 
There is no method in an ancestor class to be overridden: 
"TToggleLabel.SetBoundsKeepBase(LongInt,LongInt,LongInt,LongInt,Boolean="TRUE");
"


luicontrol 0.2

On Kubuntu 10.04 x86_32 with lazarus 0.9.30 and fpc 2.4.2

Original issue reported on code.google.com by [email protected] on 8 Apr 2011 at 2:18

Dependência da DLL do SQLite

Olá,

Para instalar o LuiControls eu comentei as linhas com erros conforme issue 8, 
porém o Lazarus não iniciou, reclamou da ausência da DLL do SQLite. Tudo 
bem, eu posso colocá-la lá e calar o Lazarus.

Não seria interessante uma opção para quem quer somente os controles do 
LuiPack não depender dessa DLL (ou de outras)?

Thx.

ps. Imagem com o erro em anexo.

Original issue reported on code.google.com by silvioprog on 10 Sep 2011 at 10:13

Attachments:

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.