|
Re: ASCII Strings
from Lazarus
(2010/7/29 13:20)
|
Quote from: Alex Cones on Today at 07:10:01 pm It can be solved without lclproc module? You could use my utf8scanner.pas if you like. http://wiki.lazarus.freepascal.org/Theodp
|
|
Re: ASCII Strings
from Lazarus
(2010/7/29 13:10)
|
It can be solved without lclproc module?
|
|
CodePlex Daily Summary for Thursday, July 29, 2010
from CodePlex
(2010/7/29 13:09)
|
CodePlex Daily Summary for Thursday, July 29, 2010 New Projects BitsUpdater : BitsUpdater is .NET library written in C# for automatic application update using Background Intelligent Transfer Service(BITS). This services are ... CarPoleando : Car pooling application using a DDD approach. Developed using C#,Asp.net MVC, nHibernate and IoC container Cephalee de Horton : Projet personnelle pour la Clinique de la migraine. Cornetto : Cornetto E-Commerce : This is an E-Commerce website. ECommerce2010 : ecommerce, asp.net FartSeven(Fart Application) For WP7 : Yes I know, Farting isn’t nice… But each and every mobile phone on the planet has a Fart Application(Don’t ask me why!), So as a Fan of Phone 7(I... idapi32cfg : idapi32cfg is a command-line program that allows to update binary BDE(Borland Database Engine) configuration file(idapi32.cfg). This is useful fo... LeanBoard : LeanBoard helps you ma ...
|
|
Re: ASCII Strings
from Lazarus
(2010/7/29 12:21)
|
Lazarus uses UTF-8 not ANSI. The function Typo mentions is in unit LCLProc.
|
|
Re: ASCII Strings
from Lazarus
(2010/7/29 12:18)
|
But if you write: Code: If UTF8Copy(s, 1, 1) = 'П' Then ShowMessage('!'); you have the message. uses lclproc.
|
|
Re: How to back-up a project?
from Lazarus
(2010/7/29 12:14)
|
May be it will useful: In 'D:\Programs\7-Zip\Arc.bat': Code: 7z.exe a %DATE%.7z D:\Finder Move %DATE%.7z D:\Copy\Finder\ Cd D:\Copy\Finder Renamer %DATE%.7z In D:\Copy\Finder I have a Renamer.exe. Source: [code]Program Renamer; Uses Windows, S...
|
|
SVGImage control
from The Code Project Latest Articles
(2010/7/29 9:45)
|
A WPF control for showing SVG images
|
|
gTimePicker- Control to Pick a Time Value (VB.NET)
from The Code Project Latest Articles
(2010/7/29 9:26)
|
Stop using the DateTimePicker for time values. This control makes it easy to pick a time, and if you act now, get the matching Nullable gDateTimePicker at no extra cost.
|
|
Simple Shopping Cart (Basket ) User Control using ASP.NET (Floating, Movable and Resizable)
from The Code Project Latest Articles
(2010/7/29 9:08)
|
A simple and easy way to add shopping cart to your website and start using it
|
|
Using The Silverlight DataGrid with View Model / MVVM
from The Code Project Latest Articles
(2010/7/29 8:59)
|
The Silverlight DataGrid using Inline Editing, Paging, Sorting, and Button Events, using View Model
|
|
Spammer v1.00 Alpha - Anti Spammer for Xoops
from XOOPS CMS (Content Management System)
(2010/7/29 8:18)
|
Module: Spammer v.1.00 Alpha Xoops: v2.45 PHP: V5+ **WARNING ALPHA VERSION** Description: Spammer is exactly the opposite of what its name suggests. Spammer is an Anti-Spam module that helps fight against Spam using the Akismet API. Akismet FAQ . Spammer requires a key to function correctly. You can create one from this website. Commercial website wishing to use this service must buy a license. How does Spammer work? Spammer checks each post against the Akismet database to see if a post has elements of spam contained within the content. Spammer can deal with this spam in a number of ways. 1. Ignore it and let it bybass. 2. Delete it. 3. Mark the post as spam. 4. Mark the post for moderation. 5. Mark the post for moderation and mark it as spam. (4+5) will probably be combined in a future release. Spammer requires no hacks to the system at any level. You just install the module and it should work. This is possible through using the pre-loader system and plug-ins. So ...
|
|
[Issue] Re: 3 way join ExpandAsArray doesn't read all records
from Qcodo.com RSS Feed
(2010/7/29 3:27)
|
I encountered the same problem. Qcubed does have a solution to this. Copy the following 2 files from Qcubed version 1.0
qcodo/_core/codegen/templates/db_orm/class_gen/qcodo_query_methods.tpl
qcodo/_core/codegen/templates/db_orm/class_gen/instantiation_methods.tpl
and place it to
qcodo/codegen/templates/db_orm/class_gen/qcodo_query_methods.tpl
qcodo/codegen/templates/db_orm/class_gen/instantiation_methods.tpl
After that re-codegen and it shall solve the problem.
The root cause is because InstantiateDbRow does not further expand nodes more than 2 levels. Perhaps this fix from Qcubed should be applied to Qcodo ?
|
|
Job Opening: Software Engineer I or II
from Code Beach
(2010/7/29 2:27)
|
Sensing Systems, Inc. (Sensing), a provider of cutting edge media management, conversion, and exploitation software solutions, is looking for candidates to join its software engineering team. As a member of this team, you will play a key role in the integration, development, and support of ...
|
|
How I explained OOD to my wife
from The Code Project Latest Articles
(2010/7/28 21:44)
|
Learning Object Oriented Design principles through some interesting conversations
|
|
High fidelity printing through the SSRS Report Viewer control
from The Code Project Latest Articles
(2010/7/28 17:40)
|
Discusses the limitations and undocumented high dpi printing capabilities of the local WinForms Report Viewer control
|
|
MultiColumnTree
from The Code Project Latest Articles
(2010/7/28 15:58)
|
A treeview with multiple columns.
|
|
How to easy exchange data among .net applications
from The Code Project Latest Articles
(2010/7/28 14:27)
|
Simple way of connectionless communication through UDP protocol is described here
|
|
Attributes-based Validation in a WPF MVVM Application
from The Code Project Latest Articles
(2010/7/28 14:15)
|
Description of a method which uses attribute to perform user entry validation in a WPF MVVM application
|
|
VIES- VAT number checker
from The Code Project Latest Articles
(2010/7/28 13:23)
|
Using the VIES VAT number validation service provided by the European Commission's Taxation and Customs Union Directorate-General
|
|
Hierarchical Menu in WPF
from The Code Project Latest Articles
(2010/7/28 12:04)
|
A simple way to create a hierarchical context menu
|
|
Site Map Web Part for Microsoft Office SharePoint Server (MOSS)
from The Code Project Latest Articles
(2010/7/28 10:54)
|
Displays the site structure in a hierarchical tree that is expandable and collapsible.
|
|
A Document Outline window for C# files, in WPF
from The Code Project Latest Articles
(2010/7/28 10:39)
|
A Document Outline Visual Studio tool window for C# files, coded in WPF
|
|
Implementing a Basic Hello World WCF Service
from The Code Project Latest Articles
(2010/7/28 10:27)
|
Manually implement a basic WCF service from scratch, step by step with clear instructions and precise screen snapshots
|
|
New XOOPS Site'NEJA Kids'
from XOOPS CMS (Content Management System)
(2010/7/28 10:25)
|
Theme Theme based on IXThemes Theme ixt01708 Modules mastop_publish news liaise xoopspoll Direct Link http://www.pikaiprijatelji.com/site/ WOW! More than 100 sites worldwide have chosen an IXThemes Themes
|
|
New XOOPS Site'TANet26'
from XOOPS CMS (Content Management System)
(2010/7/28 10:25)
|
Theme Theme based on IXThemes Theme ixt00902 Modules tadnews tad_player tadgallery tad_form Direct Link http://tanet26.cyc.edu.tw/ WOW! More than 100 sites worldwide have chosen an IXThemes Themes
|
|
New XOOPS Site'U-Thong National Museum'
from XOOPS CMS (Content Management System)
(2010/7/28 10:25)
|
Theme Theme based on IXThemes Theme ixt01715 Modules amcontact logcounterx newbb pm profile smartsection Direct Link http://u-thongnationalmuseum.com/ WOW! More than 100 sites worldwide have chosen an IXThemes Themes
|
|
Re: How to inherit from a Generic class
from Lazarus
(2010/7/28 9:36)
|
It's better to focus on what you wish to accomplish instead of going to the how too quickly. IMHO there is no need for this kind of fuzzy template functionality.
|
|
Re: JanSql for lazarus [broken]?
from Lazarus
(2010/7/28 9:36)
|
No one using JanSQL ? this unit compile whitout trouble 6 mount ago ??? does i need to speciale declare toString ? Again thanks for any help The error happen in this function function TjanSQLTokenizer.GetToken: boolean; var bot:char; function sqlda...
|
|
Re: Configure help.
from Lazarus
(2010/7/28 9:22)
|
When offline help itself needs help it is often an indication of an obtuse solution. I gave up on offline help since I never got it to work. The online web based help does work and I have a working offline delphi help as well.
|
|
Re: Lazarus Season of Code - Pre-eliminary Announcement
from Lazarus
(2010/7/28 9:09)
|
One more thing: If Lazarus is so easy to install, then why this page: http://wiki.lazarus.freepascal.org/Installing_Lazarus is so long, even after Marcos Douglas has cleaned it? The same applies to page: http://wiki.lazarus.freepascal.org/Getting_L ...
|