topic stringlengths 1 63 | text stringlengths 1 577k ⌀ |
|---|---|
the use camera with fwppc | To all
I want the use camera with fwppc
i testing with function SHCameraCapture
But lib aygshell.lib Not Good With ARM
i Found aygshell.lib from Windows Mobile 5_0 SDK
I would like Export aygshell.lib from aygshell.dll
But aygshell.dll Not Found with Any system ( evc & Windows Mobile 5_0 SDK )
regards, hathal |
the use camera with fwppc | Hathal,
The problem is that you can't copy a system DLL out of the Pocket PC in order to do an implib.exe aygshell.lib aygshell.dll. Its blocked by Windows Mobile API.
Please post here your code and we may try to help you. |
the use camera with fwppc | OK this FULL SOURCE
#include "FWCE.ch"
//----------------------------------------------------------------------------//
function Main()
local oWnd
DEFINE WINDOW oWnd TITLE "TEST Cam "
@5, 10 BUTTON "TEST 1" SIZE 80, 25 ACTION;
CAM_CE(oWnd,5)
ACTIVATE WINDOW oWnd
return nil
*******************... |
the use camera with fwppc | Now we need to find a Pocket PC with camera to test it <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) --> |
the use camera with fwppc | if you link file to exe ok
send me copy
regards, hathal |
the use camera with fwppc | [quote="Antonio Linares":2utmfbn1]Now we need to find a Pocket PC with camera to test it <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) -->[/quote:2utmfbn1]
Antonio
My HP Ipaq 6515 has a camera
If you need some testing let me know.
Richard <!-- s:D --><img src="{SMILIES_PATH}... |
the use camera with fwppc | Richard,
Thanks. The idea is to test Hathal code and see what it does. |
the use camera with fwppc | [quote="Antonio Linares":o2qe3o71]Richard,
Thanks. The idea is to test Hathal code and see what it does.[/quote:o2qe3o71]
Compile generates errors here is the log.
Note : My Ipaq runs win 2003 OS
ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿
³ FiveWin for Pocket PC - June 2005 ... |
the use camera with fwppc | Hathal,
Please provide us the "AYGSHELL.h" that you are using.
Use <!-- w --><a class="postlink" href="http://www.hyperload.com">www.hyperload.com</a><!-- w --> to upload it and provide its download link. Thanks.
Richard, thanks for your help <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smil... |
the use camera with fwppc | Antonio
AYGSHELL.h And AYGSHELL.lib
With Windows Mobile 5.0 Pocket PC SDK
say dir ( Include& lib )
--
from dir up
Compile
with this file
------
@ set hdir=%1harbour_CE
@ set vcdir=%1vce
@ set fwppc=%1fwppc
@ set include="inclode_NEW_dir";%vcdir%\include\arm;%hdir%\include;%fwppc%\include;%include%
@ set li... |
the world’s first modular smartphone. Really awesome!!! | [url:305wwair]http://www.extremetech.com/extreme/185417-google-turns-on-the-worlds-first-modular-smartphone-reveals-more-juicy-details-about-project-ara[/url:305wwair] |
theader con wbrowse... | Alguien tendra un ejemplo de como usar la clase theader con la twbrowse que lo pudiera proporcionar?
O ya vendra el browse nativo de FWH de este nuevo build con el aspecto que toma la theader?
Gracias |
there is a list of fivewin users around the world | there is a list of fivewin users around the world ? |
there is a list of fivewin users around the world | If you login, you can see a link to members in the upper right |
threads timeout | live demo:
[url:lrqf16di]https://fivetechsoft.github.io/snippets?20200218110744[/url:lrqf16di]
[code=fw:lrqf16di]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">function</span> Main<span style="color: #000000;">(</span><span style="color: #000000;">)</span><b... |
thumbnail of window | Hi,
Is it possible to get a thumbnail of this window by the window handle ? |
thumbnail of window | Given a windows handle you can get a bitmap with its image
and once you have the bitmap, you can resize it to the thumbnail required size
is that what you mean ? |
thumbnail of window | Thank you, Antonio! Yes, probably this solution is suitable. |
thumbnails | I make thumbnails of jpg files using the function MakeThumbNail(). How can I make the thumbnails of a different type - docx, pdf and so on ? |
till Now steps of creating Dialogs as main window | I tried to create small program that has a resource dialog as main window. Till Now I do not know the steps of creating the resource and I am asking if there are any include lines inside the program *.ch?
Thanks |
till Now steps of creating Dialogs as main window | [quote="Ehab Samir Aziz":3391ad02]I tried to create small program that has a resource dialog as main window. Till Now I do not know the steps of creating the resource and I am asking if there are any include lines inside the program *.ch?
Thanks[/quote:3391ad02]
Maybe i didnt understand exactly what you wanna do, beca... |
till Now steps of creating Dialogs as main window | The idea I got the error message that main resource is not found. What my program should be edited by to make the resource visible to it ? |
till Now steps of creating Dialogs as main window | Ehab,
Are you storing your resources into the EXE or into an external DLL ?
If they are inside the EXE, open the EXE with the resources workshop and double check that the resources are there. |
till Now steps of creating Dialogs as main window | That is my code below : I created a resource called 1_2_02 that contained 1 Dialog also called 1_2_02 and my program also called 1_2_02.prg
#Include "FiveWin.ch"
Function Main()
Local oDlg
DEFINE DIALOG oDlg RESOURCE "1_2_02"
ACTIVATE DIALOG oDlg CENTERED
Return NIL
Application
===========
Path and name: ... |
till Now steps of creating Dialogs as main window | Try to use another name different from "1_2_02" |
till Now steps of creating Dialogs as main window | Ok I renamed the dialog from 1_2_02 to main inside the resource 1_2_02.rc .Also I got an Error :
1_2_02.rc(13) error RW2001 : undefined keyword or key name :
WS_POPUP
Application
===========
Path and name: E:\PROGRAMS\CLIPPER\FWEVAL\SITEX\1_2_02.EXE
Size: 632,000 bytes
Max files handles permited: ( SetHand... |
till Now steps of creating Dialogs as main window | Ehab,
You have to #include "WinApi.ch" into your RC file. |
till Now steps of creating Dialogs as main window | Not all Tools works well in workshop , eg . the BorlandRadioButton doesn't work and the program gave me :
Can not find main resource. |
till Now steps of creating Dialogs as main window | Ehab,
If you use Borland own controls, then you have to load the Borland DLL from your application before using the resources:
local hDLL := LoadLibrary( "bwcc.dll" )
... your code...
FreeLibrary( hDLL ) |
till Now steps of creating Dialogs as main window | Is there a special library for every resource editor ? |
timage | I have a problem using the timage class. I can load a bmp file but if I try to load a jpg file the loadimage takes minutes and then does not display.Any ideasPeter |
timage | Hello,when you use different graphic-formats,FREEIMAGE.dll has to be included in your working-directory.I using JPG's as a background on a slow computerand it is very fast.RegardsUwe |
timage | Tried putting freeimage.dll in the working directory and also in windows/system32 folder but no joy. Still only works for bmp |
timage | Peter,Whats the size of your FreeImage.dll ? |
timage | Antonio1032kb |
timage | Peter,Ours is 1.056.768 bytes. It seems to be the same.Could you please email me one of the JPGs files that you are testing ? Thanks, |
timage | Peter,We have used fwh\samples\TestImg.prg to open and visualize your sent JPG and works fine <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
timage | Just compiled testimg using feb xharbour and it does not display the jpg file.Any idea on what I am doing wrong |
timage | Peter,Please email me your TestImg.exe as a ZIP file, thanks |
timage | Peter,Your EXE is not working here <!-- s:-( --><img src="{SMILIES_PATH}/icon_sad.gif" alt=":-(" title="Sad" /><!-- s:-( -->Anyhow, we have just built samples\TestImg.prg using FWH 8.04 and latest xHarbour we provide, and it works fine <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!--... |
timage | tried with 8.03 but still no good. Will wait for next release of xharbourThanks |
timage | Peter,I email you my EXE, please try it there. Thanks, |
timage | AntonioThe program you sent works with my dll so it must be down to the build. I cannot use the 8.04 with the current build of xHarbour as this will not build. I will try with the Feb beta build and then wait until they release the fixes for thisThanksPeter |
timage | AntonioDo I need any different five libs for the feb build of xharbour as I get errors on comile if i try |
timage | Peter,What compile errors do you get ? |
timage | hb_fun__clsactivecan build with 8.03 and feb xharbour butr still does not display jpg imagescannot buuild with 8.04 |
timage | Peter,I guess that you are using xHB commercial.Please ask Patrick Mast for a new beta, thanks |
timage | HB_FUN__CLSACTIVE.Ron Pinkas said to uninstall all previous versions and then rebuild but this did not make any difference. I can build with 8.03 but not 8.04 and I still cannot view jpg with 8.03 |
timage | Peter,Have you tried adding this function to your main PRG ?function __ClsActive(); return .F.also try withfunction __ClsActive(); return .T. |
timage | Antonioyes tried both but then it just gpfs |
timage | Peter,Patrick Mast said he has a working beta that works fine with FWH 8.04 |
timage | Will ask Patrick but that is proably a beta which is not available yet.Have you tried compiling with xharbour |
timage | Peter,If you use the xHarbour build that we provide (free one, not commercial) it works great with FWH 8.04.Why don't you use it in the meantime ? Richard Chidiak and others here have migrated from the commercial one to the free one, and they are very happy <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)... |
timage | I need the sdqrdd so I am probably stuck with the commercial one |
timage | Peter,If you mean the SQLRDD there is already a Borland version, so you can migrate to the xHarbour Borland free build and never have these troubles again <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->The xHarbour developers work on the free version and later on they port ... |
timage | OK So what is involved in changing |
timage | Just install the xharbour.exe that we provide and download the free Borland C compiler from here: <!-- w --><a class="postlink" href="http://www.fivetechsoft.com/files/freecommandlinetools.exe">www.fivetechsoft.com/files/freecommandlinetools.exe</a><!-- w -->Install Borland and then create these two files in c:\borland... |
timage | How do I get the xharbour.exe My login and password are not working |
timage | Peter,You can download xHarbour.exe from here:<!-- w --><a class="postlink" href="http://www.fivetechsoft.com/files/xharbour.exe">www.fivetechsoft.com/files/xharbour.exe</a><!-- w --> |
timage | get loads of errors cannot open files eg assert.h |
timage | Peter,Have you created the two files that I told you in c:\borland\bcc55\bin ?If you want, we can provide you remote assistance from here to properly setup everything there for you. We can send you a small EXE that allows us to take control from here of your computer. It is totally safe. |
timage | Yes please |
timage | Peter,We have already sent you the remote assistance software. There is no need to install it. Just run it and provide us by email the shown ID and password. Keep the EXE running. |
timage | AntonioThanksI will try a build on one of my applications and let you know how it goesPeter |
timage | Peter,Everything configured and properly running <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->I left samples\TestImg.exe running in your desktop showing a JPG file <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
timage | AntonioDo you have a sample buildx where more than one prg file is compiledThanks |
timage | Peter,Simply add more calls to harbour.exe and bcc32.exe:%hdir%\bin\harbour another /n /i..\include;%hdir%\include /w /p %2 %3 > clip.log@type clip.logIF ERRORLEVEL 1 PAUSEIF ERRORLEVEL 1 GOTO EXITecho -O2 -e%1.exe -I%hdir%\include another.c > b32.bc%bcdir%\bin\bcc32 -M -c -v @b32.bcand then add the extra OBJs to this ... |
timage ( FWH 10.4) maestro Antonio/Daniel | Hola
Espero que estén bien
Revisando testimg.prg
no funciona oImage:SaveImage( "SAVED.JPG", 2, 25 ) guarda la imagen en 0 bytes y estaba trabajando bien |
timage ( FWH 10.4) maestro Antonio/Daniel | Luis,
Revisa este post:
[url:5degp8z2]http://forums.fivetechsupport.com/viewtopic.php?f=6&t=18733[/url:5degp8z2] |
timage ( FWH 10.4) maestro Antonio/Daniel | Gracias por la respuesta
Hice el cambio a dib.c
bmf.bfType = 0x4D42;
como lo planteo el Maestro Antonio linares
al colocar el dib.c en el buildh.bat es el mismo que trae FWH V10.4 me da varios warning y varios errores 12 en total
echo -O2 -e%1.exe -I%hdir%\include -I%bcdir%\include -I%fwh%\include %1.c [b:n... |
timage ( FWH 10.4) Resuelto | Cambiarlo en los archivos dib.c y dibbmp.c
bmf.bfType = 'BM';
Por:
bmf.bfType = 0x4D42;
como lo planteo el Maestro Antonio linares
para que no te salgan errores hay que compilar de la siguiente manera:
c:\bcc582\bin\bcc32 -D__HARBOUR__ -c [b:75b814ab]dib.c[/b:75b814ab]
c:\bcc582\bin\bcc32 -D__HARBOUR__ -c [b:7... |
timage ( V10.4) maestro Antonio/Daniel | Hola
Espero que estén bien
Revisando testimg.prg
no funciona oImage:SaveImage( "SAVED.JPG", 2, 25 ) guarda la imagen en 0 bytes y estaba trabajando bien |
timage - redimensionar imagem de recurso | Amigos, alguem sabe como posso redimensionar o tamanho de uma imagem desde um recurso?redefine image oBtima id 4095 of oDlg1 PIXEL adjust Obrigado |
timage - redimensionar imagem de recurso | oBitmap:SetSize( nWidth, nHeight )ooBitmap:Zoom( nZoom )depende de si quieres variar el tamano del control o hacer zoom |
timage - redimensionar imagem de recurso | obrigado Sr. Antonio! |
timage - redimensionar imagem de recurso | Hola,Tengo una imagen declarada como[code:1vj7h0lp]
REDEFINE IMAGE oImage ID ID_IMAGEN OF oDlg SCROLL
[/code:1vj7h0lp]
Quisiera saber si puedo moverla con el ratón al pulsar sobre ella.
Sería algo así como...
[code:1vj7h0lp]
oImage:onMouseOver( oMouse:CursorAspecto( 'mano' ), moverimagen()... |
timage - redimensionar imagem de recurso | Javier,
Crea el bitmap con la claúsula DESIGN:
@ ..., ... BITMAP ... DESIGN
podras moverla automaticamente con el ratón. |
time schedule system | Hello friends,
I am starting on a web interface for my schedule system.
This system uses the file system directly without a database.
There is a daily folder for the next few years on the hard disk.
Virtually this system recreates an appointment book.
A simple file manager helps to assign the documents with drag & dro... |
time schedule system | Hello friends,
Now editing the appointment items is working fine.
Best regards,
Otto
[img:3kzmwj3x]https://mybergland.com/fwforum/emaildesktopedit.gif[/img:3kzmwj3x] |
time schedule system | Otto, it's great, congratulations |
time schedule system | Dear Cristobal,
Thank you for the kind words.
Now also preload is working fine.
Best regards,
Otto
[img:3f59nnq4]https://mybergland.com/fwforum/preloademails.gif[/img:3f59nnq4] |
time schedule system | Hello friends,
Here you can see a size comparison.
Regards,
Otto
[img:2xrlkqit]https://mybergland.com/fwforum/resize.jpg[/img:2xrlkqit] |
time schedule system | Dear Otto,
You could supply the factor as a parameter:
function resizeImage( cSrc, cDst, nValue )
local nQuality := 0
local oImage := GdiBmp():New( cSrc )
local nFactor := oImage:GetWidth() / If( Empty( nValue ), 400, nValue )
local newHeight := oImage:GetHeight( nFactor )
FErase( cDst )
oImage:Resize( If( Empty( n... |
time with milliseconds | Does a function exist which returns the time with milliseconds? |
time with milliseconds | [code=fw:3aq4sbml]<div class="fw" id="{CB}" style="font-family: monospace;"><br />? DateTime<span style="color: #000000;">(</span><span style="color: #000000;">)</span> <span style="color: #B900B9;">// --> 14-03-2020 20:56:20.355</span><br /> </div>[/code:3aq4sbml] |
time with milliseconds | Please keep this function:
[code=fw:1i1lcs01]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">function</span> TIME_MS<span style="color: #000000;">(</span><span style="color: #000000;">)</span><br /><br />#ifdef __XHARBOUR__<br /> <span style="color: #00C800;">... |
time with milliseconds | Many Thanks. |
time.windows.com | Masters, és posible sincronizar el reloj de windows 7 de la misma manera que con time.windows.com?
Gracias, saludos |
time.windows.com | Please, see:
[code=fw:39go7sxt]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"fivewin.ch"</span><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"xbrowse.ch"</span><br /><br /><span style="color: #0... |
time.windows.com | Gracias Lucas, me retorna:
ERROR:
CAN´T READ FROM NTP SERVER
VIA HTTP
NIL
Regards, saludos. |
time.windows.com | Lucas, esta function hace el mismo que a de Maestro Antonio?
[code=fw:3he4ej6h]<div class="fw" id="{CB}" style="font-family: monospace;"><br />Func Test<span style="color: #000000;">(</span><span style="color: #000000;">)</span> <br /><span style="color: #00C800;">Local</span> aNet &... |
time.windows.com | Hola Lucas
Trato de probar este ejemplo pero no puedo ligar GETSNTP, existe esta funcion para xHarbour ?
Saludos |
timepicker | fwppc support timepicker ? |
timer con un boton | Gente:
Necesito programar un timer dentro de un botón que despues de 10 segundos de presionado muestre un msje
ayuda por favor
Hi guys,
I want to do a timer that shows a message after 10 seconds de pressing the button
please help me |
timer con un boton | Artu01:
A ver si me puedo explicar:
1.- Defines el objeto TIMER así: STATIC/LOCAL oTimer
2.- En el botón que active el timer pones como ACTION una función, así:
DEFINE BUTTON oBtns[01] OF oBar RESOURCE "New16" ACTION ActivaTimer()
3.- En la función ActivTimer() pones el siguiente código
[code=fw:38k0jzc4]<div ... |
timer con un boton | [img:1l6vwgj3]https://i.imgur.com/LqeJED9.png[/img:1l6vwgj3] |
timer con un boton | [code=fw:a1yhu854]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #B900B9;">//-> By Joao Santos - Sao Paulo - Brazil - <!-- e --><a href="mailto:kapiabafwh@gmail.com">kapiabafwh@gmail.com</a><!-- e --></span><br /><span style="color: #B900B9;">//-> Participacao Especial, Vailton Rena... |
timer con un boton | Gracias Armando y Joao al fin pude entender como trabaja el timer
Asi lo hice y funciono!
[code=fw:2whpc5d6]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br /><span style="color: #00C800;">STATIC</span> oTmr<br /><br /><span style="color: #0000ff;">REDEFINE</span> <span style="color: #0000ff;">BUTTO... |
timer con un boton | Very good. Muy bién!
Saludos. |
timer con un boton | Artu01:
Excelente, Cuando nos lo explican todo es mas sencillo <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) -->
Saludos |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.