topic
stringlengths
1
63
text
stringlengths
1
577k
tgantt class
We think that this class is not freeware and I think its cost wil be around to 200 €.
tgantt class
Yes, We can confirm Tplan 32 bit Version 1.02 On the package : Manual help file, Test Samples € 199,99 Write email for information to <!-- e --><a href="mailto:silvio_falconi@tin.it">silvio_falconi@tin.it</a><!-- e -->
tget spinner bug add ::refresh()
Hi, 1. Tget class method spinner() ,add the ::refresh() is better . ::oVScroll:bGoUp := {|| If( GetFocus() != ::hWnd, ::SetFocus(),),; Eval( bUp ),::refresh() } ::oVScroll:bGoDown := {|| If( GetFocus() != ::hWnd, ::SetFocus(),),; Eval( bDown ),::refr...
tget for chinese characters
Hi Antonio, How to amend the TGET.PRG so that it can work like TEDIT.PRG for two characters support (Chinese, etc.) without set the FW_SETUNICODE(.T.). Regards and thanks
tget for chinese characters
We are going to review it thanks
tget for chinese characters
Thanks Antonio very much looking forward to see.
tget for chinese characters
[quote:kt4sxyb5]it can work like TEDIT.PRG[/quote:kt4sxyb5] Where is the TEDIT.PRG please ?
tget for chinese characters
source\classes\edit.prg <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> EMG
tget for chinese characters
[quote="Enrico Maria Giordano":1g1tmmca]source\classes\edit.prg <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> EMG[/quote:1g1tmmca] Can we see an example of using Unicode text in Edit control without setting FW_SetUnicode( .T. ) ? Thanks in advance.
tget for chinese characters
HI I think TEdit.prg not work Unicode and 2 bytes Chinese. Long time ago, FWH not support Unicode and 2 bytes Chinese. so I modify TGet.prg to support 2 bytes Chinese(not unicode and not support XP Themes) When I run MiniGUI, I found TEdit replace TGet within MiniGUI. so I suggestion Antonio to make TEdit.prg , not I ...
tget for chinese characters
TEdit control uses Windows native Edit control. It can only handle either ANSI or Unicode. There is nothing we can do about it. [quote:2n1g6lih] so I modify TGet.prg to support 2 bytes Chinese(not unicode and not support XP Themes) [/quote:2n1g6lih] This is what is required.
tget for chinese characters
Exactly, Richard would you please amend the Tget.prg again ?
tget for chinese characters
Mr alfredlam Richard's help would be highly useful. Meanwhile would you mind sharing with us how with Edit control you are able to enter Chinese characters? We may try to make TGet behave like Edit control. Are you setting any Chinese codepage like CP950 or BIG5 ?
tget for chinese characters
[quote="alfredlam":1vw5n5yw]Exactly, Richard would you please amend the Tget.prg again ?[/quote:1vw5n5yw] Mr alfredlam I will send TGet.prg to Mr.Rao This TGet.prg not support XP Themes. If you want to use CP950 or BIG5 of Chinese, I think you will get Unicode Chinese word problem.
tget for chinese characters
Mr Richard Thanks [quote:3uut81dl]If you want to use CP950 or BIG5 of Chinese, I think you will get Unicode Chinese word problem. [/quote:3uut81dl] Mr Alfredlam does not want to use Unicode. Yes, Unicode application is not compatible with BIG5 or CP950. Can you please clarify as to how can we test entering Chinese ...
tget for chinese characters
Seems has been discussed the same issue on <!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=3&t=22508&hilit=chinese+get">viewtopic.php?f=3&t=22508&hilit=chinese+get</a><!-- l -->
tget for chinese characters
[quote="alfredlam":3mt18xww]Seems has been discussed the same issue on <!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=3&t=22508&hilit=chinese+get">viewtopic.php?f=3&t=22508&hilit=chinese+get</a><!-- l -->[/quote:3mt18xww] Mr alfredlam Yes. I think you'll meet end user input...
tget for chinese characters
Dear Richard. How to set XP Themes( CP950/BIG5 ) ? Thanks and regards alfred
tget for chinese characters
[quote="alfredlam":3oc6pvvx]Dear Richard. How to set XP Themes( CP950/BIG5 ) ? Thanks and regards alfred[/quote:3oc6pvvx] Mr alfredlam I remember I tested my TGet( 2bytes ) that can't add XP Themes( mean WindowsXP.manifest ). Because position not work( left/right ... key control ). Now, FWH can support it( Unicode an...
tget for chinese characters
[quote="nageswaragunupudi":1l5tkyn2]Mr Richard Thanks [quote:1l5tkyn2]If you want to use CP950 or BIG5 of Chinese, I think you will get Unicode Chinese word problem. [/quote:1l5tkyn2] Mr Alfredlam does not want to use Unicode. Yes, Unicode application is not compatible with BIG5 or CP950. Can you please clarify as ...
tget manipular un evento
Hola a Todos Necesito con la clase TGet saber cuando presiono la tecla Ariba, Abajo, Derecha, Izquierda con el metodo::bKeyDown := {|nKey| MsgInfo(nKey)}no me sirvenecesito saber si existe una forma de saber cuando presiono Up, Down, Left, RightAntes lo hacia con solo FiveWinni siquiera me sirve consetkey(37,{||MsgInfo...
tget manipular un evento
Ejemplo:[code:igil7tur] IF GETASYNCKEY&#40; VK_UP &#41; RETURN&#40; &#46;T&#46; &#41; ENDIF ó IF nKey = 46 ? &#91; UP &#93; ENDIF [/code:igil7tur]
tget manipular un evento
NO eso lo se, el problema es el siguiente tengo un get cualquiera un ejemplo que pida el nombre de una perona por ejemplo lo que quiero controlar es que dentro del cuadro del get al presionar tecla derecha poder ejecutar una accioncuando utilizo oBrw:bKeyDown := {|nKey| FunKeyDown(nKey)}cuando presion po...
tget manipular un evento
Use BTNGET.PRG y BTNGET.CH[code:2rc0mn89] REDEFINE BTNGET aGet&#91;1&#93; VAR XCODVEND PICTURE "@K 99" ID 20 OF ODLG ; RESOURCE "FOLDER16" ; FONT oFnt2 UPDATE ; COLOR nRGB&#40; 000,...
tget manipular un evento
Gracias pero lo que necesito es que al presionar en un get tecla abajo o tecla arriba sin presionar ningun boton ni enter pueda efectuar un eventooGet:bKeyDown := {|nKey|If(nKey = 46 funInsLin()}eso es un ejemplo y trabaja bien pero necesito que me sirva con las teclas direccionales porque oGet:bKeyDown me toma letra...
tget manipular un evento
Luis,Comprueba que tengas estas líneas en la Clase TGet:[code:1au66r0o] METHOD KeyDown&#40; nKey, nFlags &#41; CLASS TGet local nHi, nLo, nPos, nLastHi &#58;= -1, uVal &#58;&#58;nLastKey = nKey if &#58;&#58;bKeyDown != nil if ValType&#40; uVal &#58;= Eval&#40; &#58;&#58;bKeyDown, nKey, nFlags, Self...
tget manipular un evento
Si las tiene Maestro AntoniooGet:bKeyDown := {|nKey|msginfo(nkey)}el me muestra cada una de las teclas que presiono en el get bien pero no toma en cuenta las teclas direccionales.Y trate de hacerlo de otra forma con setkeyel me hace bien elsetkey(vk_f2,{||funkey()})perosetkey(vk_up,{||funkey()})setkey(vk_down,{||funke...
tget manipular un evento
[quote="luisduque":17pv3sqz]el me muestra cada una de las teclas que presiono en el get bien pero no toma en cuenta las teclas direccionales.[/quote:17pv3sqz]Hola Luis:Un pequeño ejemplo funcionando:[code:17pv3sqz]#include "Fivewin&#46;ch" Function Main&#40;&#41; LOCAL oDlg, oGet, ; nVal &#58;= 123 ...
tget only numbers and "".""
the user can digit only number and "." on a get LOCAL oGet, cvar := Space(100) @ 82, 2 GET oGet VAR cVar SIZE 200,20 PIXEL OF oBarRight NOBORDER FONT oFontGet oGet:bChange := {|nKey|(Chr(nKey)$"0123456789.")} why I can insert also characters ? (as you see in this picture ) [img:24miosh6]https&#58;//i&#46...
tget only numbers and "".""
hi Silvo, [quote="Silvio.Falconi":2ozaf5f1]the user can digit only number and "." on a get[/quote:2ozaf5f1] what about using cPicture "99" <!-- s:?: --><img src="{SMILIES_PATH}/icon_question.gif" alt=":?:" title="Question" /><!-- s:?: -->
tget only numbers and "".""
Algo asi? [code=fw:22exfn24]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #B900B9;">// C:\FWH..\SAMPLES\SILVGETN.PRG</span><br /><br /><span style="color: #00D7D7;">#Include</span> <span style="color: #ff0000;">"FiveWin.ch"</span><br /><br /><span style="color: #00C800;">STATIC</s...
tget only numbers and "".""
[quote="karinha":1wf3p14z]Algo asi? [code=fw:1wf3p14z]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #B900B9;">// C:\FWH..\SAMPLES\SILVGETN.PRG</span><br /><br /><span style="color: #00D7D7;">#Include</span> <span style="color: #ff0000;">"FiveWin.ch"</span><br /><br /><span style="...
tget only numbers and "".""
[code=fw:1d2j2ong]<div class="fw" id="{CB}" style="font-family: monospace;"><br />&nbsp; &nbsp;<span style="color: #0000ff;">PICTURE</span> <span style="color: #ff0000;">"99.99.99.9.9.99.99"</span> <span style="color: #B900B9;">//-> 36.67.80.7.3.23.45</span><br />&nbsp;</div>[/code:1d2j2ong] [url:1d2j2ong]https&#58;/...
tget only numbers and "".""
[quote="karinha":3d44ulqo][code=fw:3d44ulqo]<div class="fw" id="{CB}" style="font-family: monospace;"><br />   <span style="color: #0000ff;">PICTURE</span> <span style="color: #ff0000;">"99.99.99.9.9.99.99"</span> <span style="color: #B900B9;">//-> 36.67.80.7.3.23.45</span><br /> </div>[/code:3d44ulqo] [url:3d44ulqo]...
tget only numbers and "".""
[code=fw:5i73eca0]<div class="fw" id="{CB}" style="font-family: monospace;">oGet:<span style="color: #000000;">bKeyChar</span> := <span style="color: #000000;">&#123;</span> |k| <span style="color: #00C800;">If</span><span style="color: #000000;">&#40;</span> chr<span style="color: #000000;">&#40;</span> k <span style=...
tget only numbers and "".""
[quote="nageswaragunupudi":1gkn7m53][code=fw:1gkn7m53]<div class="fw" id="{CB}" style="font-family: monospace;">oGet:<span style="color: #000000;">bKeyChar</span> := <span style="color: #000000;">&#123;</span> |k| <span style="color: #00C800;">If</span><span style="color: #000000;">&#40;</span> chr<span style="color: #...
tget to support 2 bytes word winxp themes
As title, Support 2 byte words /languages and winxp themes, it seems call win32 api TEdit . Could convert the gets into fivewin ? tget needs support: 1. 2 bytes word/ languages as Chinse . 2. winXP themes languages as Chinse . 3. unicode Regards shuming Wang
tget to support 2 bytes word winxp themes
Do they support PICTUREs in Gets ?
tget to support 2 bytes word winxp themes
Yes! Shuming Wang
tget to support 2 bytes word winxp themes
Shuming, Then, why don't you review their source code and modify FWH Class TGet for your needs ? <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
tget to support 2 bytes word winxp themes
Antonio, Sorry the last version 'tget not support Chinese word either, The cusor jump and display disorder code, the early versions <2.06 works well. I have no ability to enhance tget . <!-- s:oops: --><img src="{SMILIES_PATH}/icon_redface.gif" alt=":oops:" title="Embarassed" /><!-- s:oops: --> Shuming Wang[/img]
tget to support 2 bytes word winxp themes
Antonio, A video file made shows theme mode tget face Chinese words input. mian problem is the cursor more right the positon . <!-- m --><a class="postlink" href="http://www.xtech.com.cn/down/theme-tget.rar">http://www.xtech.com.cn/down/theme-tget.rar</a><!-- m --> Regards! Shuming Wang
tget to support 2 bytes word winxp themes
Shuming, Please email me that EXE and PRG as a ZIP file and we will try to fix it here, thanks
tget to support 2 bytes word winxp themes
Antonio, Any normal tget with sring type var input under WinXP themes mode will show this . Best Regards! Shuming Wang
tget to support 2 bytes word winxp themes
Shuming, I send you an email
tget to support 2 bytes word winxp themes
[quote="Antonio Linares":y738rbdf]Shuming, I send you an email[/quote:y738rbdf] Hi Antonio, Please add me for this plan. Regards, Richard
tget to support 2 bytes word winxp themes
We have already installed NJStar to emulate Chinese characters. What should we type to reproduce the error ? thanks!
tget to support 2 bytes word winxp themes
Antonio, Or create a temp 'tget32' like textbox class, direct call C function ,reach the basic use : pictures char upper ,lower ,numeric masks ,valid ,when . That 's enough for us input Chinse words 'Get under XP themes '. Thanks! Shuming Wang
tget to support 2 bytes word winxp themes
Shuming, Please modify Class TGet to call ::oGet:Left() after every typed char
tgraph - FWHGETPRTCOORS() ???
Pessoal como consigo esta função: FWHGETPRTCOORS() Estou tentando compilar o exemplo M_TEST da TGRAPH e pede esta função. Grato
tgraph - FWHGETPRTCOORS() ???
NPI, de este lado funciona.
tgraph - FWHGETPRTCOORS() ???
grato
tgraph and Y series alignment
hi, I'm working with TGRAPH class and have this graph: [img:2a08cytz]https&#58;//i&#46;imgur&#46;com/h2ttF3y&#46;jpg[/img:2a08cytz] I would like get this kind of alignment: [img:2a08cytz]https&#58;//i&#46;imgur&#46;com/L4fC9zz&#46;jpg[/img:2a08cytz] is it possible? thanks
tgraph and Y series alignment
Did You define a BAR-SEPERATOR <!-- s:?: --><img src="{SMILIES_PATH}/icon_question.gif" alt=":?:" title="Question" /><!-- s:?: --> [b:2liljf85]oGraph:nBarSep := nVal // Bar Separator[/b:2liljf85] regards Uwe <!-- s:?: --><img src="{SMILIES_PATH}/icon_question.gif" alt=":?:" title="Question" /><!-- s:?: -->
tgraph and Y series alignment
I Uwe I would like to rotate the text like 2nd picture
tgraph and Y series alignment
I think You have to define a extra font The tested fontstring ( saved to a DBF-field ) cBFont[3] := {"AcmeFont",0,-13,.F.,.F., [color=#0000FF:yjj06n93][b:yjj06n93]900[/b:yjj06n93][/color:yjj06n93] ,0,,.F.,.F.,.F.,0,3,2,1,,2} I save the fontstring cBFont[3] to a DBF-field like ACTION ( aFont := CHOOSEFONT(), ; o...
tgraph and Y series alignment
hi Uwe, thank you, I try this: [code=fw:bvrrj255]<div class="fw" id="{CB}" style="font-family: monospace;">    <span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">FONT</span> oFont <span style="color: #0000ff;">NAME</span> <span style="color: #ff0000;">"Tahoma"</span> <span style="color: #0000ff;"...
tgraph and Y series alignment
damianodec , Some years ago[color=#0000FF:2yvadrru] [b:2yvadrru]2014[/b:2yvadrru], [/color:2yvadrru]I created a graph-designer I can define anything I want ( visual design ) like fonts, style colors... There was nothing wrong with the font or class TGraph. I want to update this tool because of many new possible thing...
tgraph and Y series alignment
damianodec , I got it working using the original FWH-sample graph.prg I noticed there is [color=#0000FF:1x68e9rt][b:1x68e9rt]NO[/b:1x68e9rt][/color:1x68e9rt] value to define the text-startposition ([color=#0000FF:1x68e9rt] [b:1x68e9rt]yFont[/b:1x68e9rt][/color:1x68e9rt] ) at the bottom [img:1x68e9rt]http&#58;//www&#4...
tgraph and Y series alignment
hi Uwe thank you, but I have 3 graph on dialog I would like TFont():New( "Arial", 0, -14, .F., .T., 900, 0, , .F., .F., .F., 0, 3, 2, 1, ,34 ) on the first graph
tgraph and Y series alignment
A Simple way to do: [code=fw:qpeg6p2y]<div class="fw" id="{CB}" style="font-family: monospace;"> &nbsp; <span style="color: #0000ff;">ACTIVATE</span> <span style="color: #0000ff;">DIALOG</span> oDlg <span style="color: #0000ff;">CENTERED</span> ;<br />&nbsp; &nbsp; &nbsp; <span style="color: #0000ff;">ON</span> <span ...
tgraph and Y series alignment
thank you Mr. Rao and Mr Uwe
tgraph and Y series alignment
You cannot split the text with different fonts for [color=#0000FF:108i6rcc]oGraph:aYVals := { "Jan", "Feb", "Mar", "Apr", "May" } [/color:108i6rcc] but You can paint / add extra images ( with possible action ) or text to the graph [img:108i6rcc]http&#58;//www&#46;pflegeplus&#46;com/IMAGES/Graph33&#46;jpg[/img:108i6rc...
tgraph fwh15.01
Compañeros buenas tardes he estado haciendo algo con tgraph y me encontre con que siempre me da un error en el método MouseMove, lo solucioné poniendo una variable local y midiendo un limite si a alguien le sirve [code=fw:3mlpn4e8]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C8...
tgraph fwh15.01
Wilson, gracias por compartirlo <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
tgraph problem end oDlg and print
When I x out of a graph presentation it ends the oGraph but it leaves the underlying dialog. How can I get rid of the both with one x out. Here is the code.[code:33kvpgq0] DEFINE DIALOG oDlg; SIZE 750, 500 @ 1, 1 GRAPH oGraph; SIZE 350, 200; TYPE nType; @ 15,14 say alltrim&#40;mcompname&#41;+"-"+...
tgraph problem end oDlg and print
Item 1Change this line to:> @ 0,01 Button "Print" action (oDlg:print(), oDlg:end()) Item 2See this message thread:<!-- m --><a class="postlink" href="http://forums.fivetechsoft.com/viewtopic.php?t=12339&highlight=print+scale">http://forums.fivetechsoft.com/viewtopi ... rint+scale</a><!-- m -->James
tgraph problem end oDlg and print
James:You said:> @ 0,01 Button "Print" action (oDlg:print(), oDlg:end()) Putting the oDlg:end() kills the graph after printing.Maybe I didn't make it clear the "X" in the upper right corner won't kill the oDlg when clicked it kills the oGraph. How can I get them to both go when the X is clicked.Item 2 you said>See thi...
tgraph problem end oDlg and print
Harvey,>Maybe I didn't make it clear the "X" in the upper right corner won't kill the oDlg when clicked it kills the oGraph. How can I get them to both go when the X is clicked. Sorry, I misuderstood. Here are two options. Use a valid clause to end the dialog.Or, better in my opion, is to remove the X button. In Worksh...
tgraph problem end oDlg and print
The dialog is created with code. How can I turn off the sysmenu when dialog created with code?James I really appreciate you assistance.Thanks
tgraph problem end oDlg and print
[code:edh9aw6q] local oDlg, nStyle &#58;=nOR&#40; DS_MODALFRAME, WS_POPUP, WS_CAPTION &#41; define dialog oDlg style nStyle activate dialog oDlg[/code:edh9aw6q]James
tgraph problem end oDlg and print
James:This is really dumb.... <!-- s:oops: --><img src="{SMILIES_PATH}/icon_redface.gif" alt=":oops:" title="Embarassed" /><!-- s:oops: --> After the click on X there was no return. All I need to do was add a return nil and the oGraph and oDlg are gone on one click.real dumb on my part.Still can't get the graph to pri...
tgraph problem end oDlg and print
Harvey,>After the click on X there was no return.Glad you found a solution. I would still recommend not leaving the X button on any dialog. The users don't really know what it means, OK or Cancel.>Still can't get the graph to print in a reasonable size. Any new ideas? You tried changing nScale and there was no differen...
tgraph problem end oDlg and print
Harvey,Why don't you just use the TGraph Print method?METHOD Print( oPrn, nTop, nLeft, nWidth, nHeight ) CLASS TGraphRegards,James
tgraph problem end oDlg and print
James:> Print( oPrn, nTop, nLeft, nWidth, nHeight ) CLASS TGraph Perfect. Harvey
tgraph problem end oDlg and print
Hello Harvey,this code is working for me.Regards,Otto[code:yf82shby]function graphprint &#40;oGraph,oReport&#41; local oPrn, nTop &#58;= 3&#46;0, nLeft &#58;= 2&#46;0, nHeight &#58;= 9, nWidth &#58;= 16 oPrn&#58;=PrintBegin&#40;"Aufloesung",&#46;F&#46;,&#46;T&#46;,,&#46;T&#46;&#41; oPrn&#58;SetPortrait&#40;&#...
tgraph problem end oDlg and print
Otto; Hi. How about creating and printing the graph without first displaying on the screen? That is, create and print a tgraph directly to the printer either on a treport or a tprinter object without showing the graph on a window or dialog. Can you help with that? Thank you, Reinaldo.
tgraph problem end oDlg and print
Hi Reinaldo, If Otto doesn't have an answer, you might try a trick. Draw the window offscreen (negative coordinates) then print, then close the window. James
tgraph problem end oDlg and print
James; Thank you. Do you mean something like: [code=fw:2mq62blt]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">local</span> oPie<br /><span style="color: #00C800;">local</span> oWnd  := tWindow<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;<...
tgraph problem end oDlg and print
Reinaldo, What is line 460 of your version of TWindow? Does it work if the window coordinates are all positive? Try a sysRefresh() after oPie():print. If neither of those work, how about providing a small self contained sample we can test. James
tgraph problem end oDlg and print
I think window is to be activated after creating the Graph control. Window can be activated in hidden mode. ACTIVATE WINDOW HIDDEN. I don't know if this helps.
tgraph problem end oDlg and print
Reinaldo, OK, here is a crude working example. The acual pies are not showing but that is probably due to my made-up numbers. James [code=fw:118dy0em]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"fivewin.ch"</span><br /><span ...
tgraph problem end oDlg and print
James and Neogs; Thank you for your replies. I'm sorry I was off-line over the weekend. I found a way to solve the problem. Actually I'm creating and displaying the window, but for some reason, it doesn't show. Maybe the coordinates are so small, it shows but it is invisible, or maybe the procedure runs so fast, t...
tgraph problem end oDlg and print
Small coordinates...good idea. Glad you got it working. The report looks very professional. James
the meaning of lKinetic := .F.
Please , can someone explain to me this parameter? @ 1 , 1 LISTBOX oBrw FIELDS OF oDlg SIZE 150 , 150 PIXEL ACTIVATE DIALOG oDlg CENTER ON INIT [b:3tlmiol2]oBrw:lKinetic := .F.[/b:3tlmiol2] King regards marco
the meaning of lKinetic := .F.
Marco, Is to allow or not the kinetic effect on the browse: You can drag the browse and through it and it will scroll itself (like the iphone)
the programs from alanit are now freeware
Hello, I want to say to all forum users that my programs, made with FWH, are completely free and that my intention is to release the code as open source over this year. You can download the programs from <!-- m --><a class="postlink" href="http://www.alanit.com">http://www.alanit.com</a><!-- m --> and you can follow my...
the programs from alanit are now freeware
avemundi.com vs. alanit.com Hello José, May I ask why you didn’t keep avemundi. Isn’t this Latin and means “hello world”? For me avemundi was a very good domain name. Best regards, Otto
the programs from alanit are now freeware
Otto, avemundi is 'hello world' in latin. alanit means 'at night' in Catalan, which is my native language, I have ever done in my home at night, and that's the meaning. The first reason for having a website was selling the program and alanit was the domain wich I started. Somehow I will still program, and so I decided ...
the programs from alanit are now freeware
Josè, why this sudden decision, what happened? I'm interesting to see the code only for the print solution have all your apps, if you want can send me it ?
the programs from alanit are now freeware
Hello Jose, I made a domain check: alanit.com has a suggested value: 540 - 630 € avemundi.com: 3.000 - 3.500 € This is corresponding with my feeling. If I where you I would use avemundi.com if you don’t have problems with other trademarks. Best regards, Otto
the programs from alanit are now freeware
Silvio, this is a long-considered decision. I have a full time job, family, and I used to program at night at home. In the last months when my children sleeps I prefer read a book or talk to my wife. I think I musn't sell software if I can't give a good support to my users. In the next week I'll post my tinforme here. ...
the programs from alanit are now freeware
José, I used this link: <!-- m --><a class="postlink" href="http://www.adresso.de/pages/schnellbewertung.php">http://www.adresso.de/pages/schnellbewertung.php</a><!-- m --> There are nearly all vowels included in avemundi only o is missing. I would say this is a perfect name. There are some really good trademarks bas...
the programs from alanit are now freeware
Hi Otto, [quote="Otto":3cwvwd3n] <!-- m --><a class="postlink" href="http://www.adresso.de/pages/schnellbewertung.php">http://www.adresso.de/pages/schnellbewertung.php</a><!-- m --> [/quote:3cwvwd3n] If you use this link: <!-- m --><a class="postlink" href="http://www.adressio.de/index.php?mselect=2">http://www.adre...
the programs from alanit are now freeware
Josè, I understood your decision, for me it is becoming difficult to take care of programming, and because I have problems at work and partly because I'm neglecting my family, my dogs, my friends. To create a simple application, there are always problems There are object classes that create them should have been a lon...
the sample Eagle1 to MySQL embedded + FWH
<!-- m --><a class="postlink" href="Http://www.megaupload.com/?d=CWKNG292">Http://www.megaupload.com/?d=CWKNG292</a><!-- m --> I leave a link to download the sample Eagle1 to MySQL embedded + FWH ... Hope you like it, for more information look at <!-- m --><a class="postlink" href="http://es.groups.yahoo.com/group/eag...
the sample Eagle1 to MySQL embedded + FWH
Hello What about Tdbf Pro TX Uwe D
the sample Eagle1 to MySQL embedded + FWH
Hi Uwe ... How's life? I hope very well ... The truth that long that I'm not attending because I thought it more interesting access to other databases 4gl. However, if you want you can contact me to make a base of what you want to have TDbfPro and on that basis ... You know my eMail, ok? I hope your message. Greeting...
the short message Sms
Antonio I wait for the program of the short message Sms regards, hathal <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D -->
the short message Sms
Hathal, What SMS program do you refeer to ? I have reviewed your previous posts but I don't find any references.