topic stringlengths 1 63 | text stringlengths 1 577k ⌀ |
|---|---|
Button Bar JPG or PNG | Cristobal
How can you compile into .res with Borland ... the highest resolution is 24 bit .. Borland will not compile 32 bit image ?
Rick Lipkin |
Button Bar JPG or PNG | Hi Rick,
Wich Borland? I think the latest versions should allow 32 bits bmps.
I've been using porc.exe, the Resource Compiler included in Pelles C, for years to include 32 bit bmp into resources. It works great.
Best regards,
Carlos |
Button Bar JPG or PNG | Carlos
I am using Bcc72 .. I have been using Bcc70 for a long time .. Brc32 just will not compile any .bmp greater than 24 bit .. You can import a 32 bit bmp into an .rc, but when you compile your .rc into .res .. the compiler blows up. To be honest, I just installed Bcc72 and I haven't tried to compile a 32 bit .bmp ... |
Button Bar JPG or PNG | [quote="Rick Lipkin":3ffuksp1]Cristobal
How can you compile into .res with Borland ... the highest resolution is 24 bit .. Borland will not compile 32 bit image ?
Rick Lipkin[/quote:3ffuksp1]
Rick, if you define you image of 32 bits:
[quote:3ffuksp1]
files BITMAP "../bitmaps/alphabmp/files.bmp"... |
Button Bar JPG or PNG | As an additional comment, I use the resource compiler brc32.exe also included in Borland 7
My previous post also works with the resource compiler rc.exe
[quote:3tnb8ey9]
%bcdir%\bin\brc32
[/quote:3tnb8ey9]
Rick, happy, happy birthday
Have a good day in the company of family and friends |
Button Bar JPG or PNG | Cristobal .. thanks for your kind words .. planning lunch with my wife this afternoon .. my son will be coming home for the weekend to spend time some time with his Mom and me and a hamburger and hot dog cook-out Sunday evening.
I have all my .bmp's in one .rc ( icons.rc ) .. and I do not see where I can define 10 in ... |
Button Bar JPG or PNG | Rick, I add these resources with a code editor ( text )
[img:1zuwgst0]https://s15.postimg.org/di6m98faj/resedit1.png[/img:1zuwgst0]
[quote:1zuwgst0]
#define ALPHABMP 10
olga1 ALPHABMP "../bitmaps/olga1.jpg"
files ALPHABMP "../bitmaps/alphabmp/files.bmp"
[/quote:1zuwgst0]
... |
Button Bar JPG or PNG | Happy birthday Rick !!! |
Button Bar JPG or PNG | Cristobal
I understand .. I will just create a new ( manual ) group '10' and load my icons there .. I will let you know .. Thanks for the explanation !
Rick Lipkin
Massimo .. thanks for your thoughts ! |
Button Bar JPG or PNG | Rick... Happy Birthday! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
EMG |
Button Bar JPG or PNG | Enrico
Thank you very much .. you have been an inspiration for me over the ( many ) years!
Rick Lipkin |
Button Bar JPG or PNG | Mr Rick
Happy Birthday |
Button Bar Problem with 11.06 | I am having a problem with the button bar after upgrading.
If I have a button with a menu it does not widen the button so the little down arrow may overlap bmp (2nd image below.
If I add the 2007 clause to the button bar it does draw the button correctly but then an @ say on the bar does not show background properly (... |
Button Bar Problem with 11.06 | We shall test the problems reported.
In the meantime can you please let us know with what previous version are you comparing? |
Button Bar Problem with 11.06 | FWH 10.9 September 2010 |
Button Bar Problem with 11.06 | If I add 1 24 "WindowsXP.Manifest" to rc it works as expected.
I had a problem with checkboxes and other issues before so I did not use it. Also on the test????.prg in samples I was not using it.
So you can narrow the problem with buttons down to:
1. No WindowsXP.Manifest
2. Define buttonbar without 2007
3. Define but... |
Button Bar Problem with 11.06 | Ok, the same program with the same WindowsXP.Manifest works on a workstation (Windows 7) but does not work on Citrix/Remote Desktop (Windows 2003 Server).
On Citrix and Remote Desktop the buttons look like the original problem noted before.
I also want to show you a problem with the title when running on Citrix/Remote... |
Button Bar Problem with 11.06 | Thank you for your narrowing down the problems to specific platforms. This is of a great help.
We shall try to find the right fixes. |
Button Bar Problem with 11.06 | Another buttonbar problem. Without 2007 clause and with prompt on button, the bmp and text overlap. It does not move the bmp up and the text down.
I tried adding TOP to the button command but no help.
Is there something we can do about these button/buttonbar problems. I am going to put the old version back if this is n... |
Button Bar Problem with 11.06 | I think it is a matter of providing enough space.
With buttonbar size 40,48 both the bitmaps and prompts are accommodated well.
[url=http://img37.imageshack.us/i/btnbar.jpg/:12cftj9o][img:12cftj9o]http://img37.imageshack.us/img37/8899/btnbar.jpg[/img:12cftj9o][/url:12cftj9o] |
Button Bar Problem with 11.06 | I don't think so.
I think the problem is running it on Citrix and/or Remote Desktop. If you run it from the console it works ok. I have tried using larger size but it did not help.
If you read what I have written in this thread you will see there are several problems when running on Citrix or Remote Desktop that does... |
Button Bar Problem with 11.06 | [quote="Gale FORd":l8r4tiit]I think the problem is running it on Citrix and/or Remote Desktop.[/quote:l8r4tiit]
Maybe the reason on Citrix and/or Remote Desktop is that there is no theme support, so we have the same problems like without WindowsXP.Manifest running on Windows locally. |
Button Bar Problem with 11.06 | After retesting the different options today, it does appear that the prompt/bitmap placement is working correctly.
It does act like there is no theme support. When I remove WindowsXP.manifest it acts the same on my console as it does through Citrix and Remote Desktop. With WindowsXP.manifest it works correctly on my ... |
Button Bar Transparency with FWH 1612 | To All
Just installed FWH 1612 and noticed the transparency's of my button bar is not working as it did with FWH 1504. Any Ideas ?
Rick Lipkin
Here is the code :
[code=fw:2fosdi66]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;"... |
Button Bar Transparency with FWH 1612 | It appears from the images that:
In the first image, buttons with ltransparent set to .T. or .F., both are painted the same way. In other words the lTransparent setting did not have any effect and was not necessary.
In the second image, buttons with lTransparent set to .t. are painted transparently showing the backgr... |
Button Bar Transparency with FWH 1612 | Rao
Thanks for pointing out that I had the the :lTransparent = .T. flag set for some but not all buttons. The buttons that rendered properly did not have the transparent flag .. I removed ALL the Button transparent lines and the entire button bar now works properly.
Thanks
Rick Lipkin |
Button Bar Transparency with FWH 1612 | [quote="Rick Lipkin":38yc14qu]Rao
Thanks for pointing out that I had the the :lTransparent = .T. flag set for some but not all buttons. The buttons that rendered properly did not have the transparent flag .. I removed ALL the Button transparent lines and the entire button bar now works properly.
Thanks
Rick Lipkin[/q... |
Button Bar Transparency with FWH 1612 | Jose
YES .. removing oBtn:lTransparent = .T. fixed the button bar in FWH 1612 ..
Rick Lipkin |
Button Bar Transparency with FWH 1612 | Using google translator
It would be better if you used something like oBtnBar: Transparent: = .t., So you would apply transparency to all buttons that are in the ButtonBar, greetings, thanks ... |
Button Bar Transparency with FWH 1612 | This is how it looks like when we set oBar:lTransparent := .T.
[url=https://imageshack.com/i/pn3qgznBp:3fam81ci][img:3fam81ci]http://imagizer.imageshack.us/v2/xq90/923/3qgznB.png[/img:3fam81ci][/url:3fam81ci]
Code to create Transparent Buttonbar with Transparent Buttons
[code=fw:3fam81ci]<div ... |
Button Bar Transparency with FWH 1612 | [quote="nageswaragunupudi":2ak3qoqa]This is how it looks like when we set oBar:lTransparent := .T.
[url=https://imageshack.com/i/pn3qgznBp:2ak3qoqa][img:2ak3qoqa]http://imagizer.imageshack.us/v2/xq90/923/3qgznB.png[/img:2ak3qoqa][/url:2ak3qoqa]
Code to create Transparent Buttonbar with Transpa... |
Button Bar dissapears | When my program does some functions like envoke an email message, when I return to my program, one of my toolbars has dissappeared.
If I minimise and maximise the program it reappears. Where is my problem? |
Button Bar dissapears | Ollie,
Are you using a MDI window ? is it a toolbar or a buttonbar ? |
Button Bar dissapears | MDICHILD
Buttonbar |
Button Bar dissapears | Ollie,
Could you take a screenshot and upload it to <!-- w --><a class="postlink" href="http://www.imageshack.us">www.imageshack.us</a><!-- w --> and copy here the URL to review it ? thanks, |
Button Bar dissapears | done.
I send a mail using TMAIL
Then when the program returns, buttonbar is gone.
<!-- m --><a class="postlink" href="http://img474.imageshack.us/my.php?image=screenshotrg8.jpg">http://img474.imageshack.us/my.php?imag ... hotrg8.jpg</a><!-- m --> |
Button Bar dissapears | Ollie,
How are you placing the controls on the MdiChild ? Are you using a dialog on top of it ? |
Button Bar dissapears | Yes I am. |
Button Bar dissapears | Ollie,
When you create the buttonbar, does it belong to the mdichild or to the dialog ? ( CLAUSE "OF ..." ) |
Button Bar dissapears | [code:1wgedl5m]//Main application window:
DEFINE WINDOW Win_Main FROM 0, 0 TO 600, 800 PIXEL TITLE 'SubsPro' MDI ICON oIcon MENU mainmenu() //ICON FILENAME "..\RESOURCE\SUBSPRO.BMP" //BACKCOLOR aBackcolor ON RELEASE quitprog()
//Button Bar at top:
DEFINE BUTTONBAR oMain_Toolbar O... |
Button Bar dissapears | Ollie,
The buttonbar should belong to the dialog:
//MDICHILD
DEFINE WINDOW Win_Dbmain TITLE "Subscribers Database" MDICHILD ICON oIcon //NOMINIMIZE NOMAXIMIZE //VSCROLL HSCROLL
... create the dialog oDlg ...
//Button bar
DEFINE BUTTONBAR oButton_Bar [color=red:2i2j3e1s]OF oDlg[/color:2i2j3e1s] SIZE 40, 40 3D |
Button Bar dissapears | I get : System Error: Cannot create a top-level child window.
Lets recap:
//Application's main window - Win_main
DEFINE WINDOW Win_Main FROM 0, 0 TO 600, 800 PIXEL TITLE 'SubsPro' MDI ICON oIcon MENU mainmenu() ON RELEASE quitprog()
//Buttonbar of Win_main
DEFINE BUTTONBAR oMain_Toolbar OF Win_Main SIZE 70, 50 3D
... |
Button Bar dissapears | Ollie,
Do it this way:
[code:3lggr7ga]
ACTIVATE DIALOG Dlg_Dbmain NOWAIT ; // It has to be NonModal
ON INIT ( Dlg_Dbmain:Move( 0, 0 ), BuildButtonBar( Dlg_Dbmain ) ) ;
VALID ( Win_Dbmain:End(), .T. )
ACTIVATE WINDOW Win_Dbmain MAXIMIZED ;
ON RESIZE ( WNDSETS... |
Button Bar dissapears | Excellent !!
Thank you. |
Button Bar dissapears | I have noticed a new glitch in the code above. (repeated here for convenience)
[code:2aa3rmf9]ACTIVATE DIALOG Dlg_Dbmain NOWAIT ; // It has to be NonModal
ON INIT ( Dlg_Dbmain:Move( 0, 0 ), BuildButtonBar( Dlg_Dbmain ) ) ;
VALID ( Win_Dbmain:End(), .T. )
ACTIV... |
Button Bars on Folders | I was doing a search to see if there are any discussions or samples for using button bars on folders but I couldn't find any.
I have an idea for what I need to do, but I thought I'd ask first to be sure I head down the right path ! |
Button Bars on Folders | Hello Tim,
The Solution, to include a different Buttonbar on each Folderpage with all Functions You need.
Much better, using the new VTitle-Class with more possible Graphic-Designs ( animated Buttons and more..)
I hope, Daniel will include the [color=#FF0000:2lhtxvsb]Button-Tooltips [/color:2lhtxvsb]and the missing [... |
Button Bars on Folders | I have a dialog with 7 folders. I decided to use button bars on the dialog and on each folder.
I created one function, with 8 bars, and about 60 buttons, which runs when the dialog is activated.
The result is perfect button bars on the dialog and all folders. It worked without any problems.
I'm doing this because ... |
Button Bars on Folders | Tim,
Very good <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
Button Bitmap with Caption at bottom. | Anybody remember many years ago we had the capability to create a button bar with buttons which had an image kind of in the middle of the button, and a caption at the bottom of the button. Is this available anymore. We have a customer which would like to do this for an app we are converting for them.
Thanks
Byron... |
Button Bitmap with Caption at bottom. | Maybe this way?
[code=fw:1zadseiu]<div class="fw" id="{CB}" style="font-family: monospace;"> <span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">BUTTONBAR</span> oBar <span style="color: #0000ff;">OF</span> oWnd <span style="color: #0000ff;">SIZE</span> <span style="color: #000000;">60</spa... |
Button Bitmap with Caption at bottom. | Byron,
Maybe the buttonbar-style You are looking for ?
[img:2gvtf6vn]http://www.pflegeplus.com/IMAGES/Btnbar1.jpg[/img:2gvtf6vn]
best regards
Uwe <!-- s:?: --><img src="{SMILIES_PATH}/icon_question.gif" alt=":?:" title="Question" /><!-- s:?: --> |
Button Bitmap with Caption at bottom. | Yes this is exactly what I am looking for. Has this been in Fivewin a while, we cant get the prompt to show at the bottom of the button. It shows right in the middle of the button. My version is "Fivewin for Harbour", "FWH 7.01".
Wasn't planning on color but looks good, I might add that as well.
Byron ... |
Button Bitmap with Caption at bottom. | Please make sure you specified enough height to accommodate the bitmap and prompt one below the other while defining the BUTTONBAR.
[code=fw:tvqoyge4]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">BUTTONBAR</span> oBar <span style="col... |
Button Bitmap with Caption at bottom. | The same but designed as a vertical buttonbar.
Now it is possible, to use a horizontal gradient-direction ( class-change needed ).
Download ( PRG [color=#0000FF:2y8m2ymi]without[/color:2y8m2ymi] the changed BTNBMP-class, included ) :
<!-- m --><a class="postlink" href="http://www.pflegeplus.com/DOWNLOADS/Bartest1.zip"... |
Button IMAGEM | How make to use PNG file in a button ?
Already is possible ?
thanks |
Button Images | Hi,
Is it possible to use a .jpg for a button image rather than a bmp on a buttonbar?
Regards
Gary |
Button Images | Gary,
The BMP-Format supports [color=#FF0000:1tf4lb6p]Alpha-Channels[/color:1tf4lb6p], mostly used for Buttons.
You can define a Image in JPG-Format as Button, but with this Solution, the complete
Image will be the button.
Best regards
Uwe <!-- s:lol: --><img src="{SMILIES_PATH}/icon_lol.gif" alt=":lol:" title="Laugh... |
Button Images | Gary,
Currently we only support BMPs and Alpha-Chanel BMPs (as Uwe has explained) for ButtonBar buttons.
Anyhow the Class TBtnBmp could be easily modify to support other graphic formats as we do in Class TImage. |
Button a la derecha | Hola Amigos,
Usualmente, luego de definir una barra de botones (BUTTONBAR) en la ventana principal, luego defino los botones (BUTTON), y éstos empiezan por la izquierda hacia la derecha.
Ahora, como haría para tener un BUTTON al lado derecho la barra de botónes ?
Gracias
[url=https://ibb.co/dOscK6:2gp320ei][img... |
Button a la derecha | Mira se és esto:
[url:16iez8a1]http://forums.fivetechsupport.com/viewtopic.php?f=6&t=17975&p=93922&hilit=Button+a+la+derecha#p93922[/url:16iez8a1]
Saludos. |
Button a la derecha | [code=fw:3w18zd8c]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #B900B9;">// C:\FWH..\SAMPLES\TESTBTNL.PRG</span><br /><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"Fivewin.ch"</span><br /><br />PROCEDURE MAIN<span style="color: #000000;">(<... |
Button a la derecha | Saludos ;
Añadir la clausula BTNRIGHT y el botón se te pone como en la imagen.
Ejemplo.:
[code=fw:l9tqm01h]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> <span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">BUTTON</span> oBtns6 <span style="color:... |
Button a la derecha | Willi
I just create 'blank' buttons to add fill to my button bar .. Consider this code..
Rick Lipkin
[code=fw:26y7174r]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">BUTTONBAR</span> oBar <span style="color: #0000ff;">OF</span... |
Button a la derecha | [quote="mag071":1t7knqdb]Saludos ;
Añadir la clausula BTNRIGHT y el botón se te pone como en la imagen.
Ejemplo.:
[code=fw:1t7knqdb]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> <span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">BUTTON</span> oBtns6 <span style="color:... |
Button a la derecha | Gracias nageswaragunupudi, la cláusula BTNRIGHT FLAT funcionó perfectamente
<!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> |
Button a la derecha | aca va otra.
DEFINE BUTTON oBtns[12] OF oBar RESOURCE "BAR_AYU" ;
TOOLTIP "Ayuda," + CRLF + "Indice y Contenido";
NOBORDER
oVentPrinc:bResized:={|| oBtns[12]:Move(2,oVentPrinc:nWidth()-35)}
Saludos |
Button and array | If i want associate a action to many buttons with matricial array How i can I make it ? and to return the number of the button ?
example :
tot1:=20
to2:=8
bAction := {|oBtn| prenotamenu( oBtn ) ,oBtn:cCaption := "",oBtn:Disable( VK_RBUTTON ), oBtn:Refresh() }
aBtn:= { Array( tot1 ), Array( tot2 ) }
totarray := t... |
Button and array | Silvio,
You may have to use "detached locals" for your counters.
Because the counter has already been completely through the loop before the dialog gets initialized, the counter is at the maximum value so it is as if it only went through the loop once.
A detached local is a local var that is captured in a codeblock.... |
Button and array | yes ok I understand..but
but in my source How I can make it ?
Regards |
Button bar on dialog ? | Hmmmm ....
I have only used one button bar on my main program. I was toying with the idea of putting button bars on some dialogs. The manual indicates you can do this, so if I try to add
DEFINE BUTTONBAR oBar OF oDlg SIZE 60,60 2007
it should work ???? Instead I get an error indicating it can't create the dialo... |
Button bar on dialog ? | You must create the buttonbar inside the ON INIT clause.
EMG |
Button bar on dialog ? | So the button bar, and the buttons, would need to go in the ON INIT statement when activating the dialog ? I just tried that with a COMMAND line and the compiler doesn't like that ... |
Button bar on dialog ? | Hi Tim
ACTIVATE DIALOG oDlg CENTERED ;
ON INIT(AddBar(oData,oLbx,nNum,oStock));
VALID(WinOpen(oMainWnd,0),lExit)
static function AddBar(oData,oLbx,nNum,oStock)
local oBar,oBtn,oBtn1,oBtn2,oBtn3,cExitTip := '',cAddTip := '',cDelTip := '',cPrintTip := '',lRecs := FALSE
if nNum == 1
... |
Button bar on dialog ? | Thanks ... it makes sense now.
Of course that would add a lot of work for me ... but thats OK ... it makes it interesting.
I appreciate the guidance ... now I'll plug away at it ! |
Button bar on dialog ? | Tim,
It's not hard, you can still use the command line, just inside a function called by the ON INIT.
James
[code:3l7ea42v] activate dialog oDlg on init buildBar(oDlg)
...
static function buildBar(oDlg)
local oBar
define buttonbar oBar of oDlg
...
return nil[/code:3... |
Button bar on dialog ? | James,
No, its not hard ... I've already got it implemented in one dialog that was very important for the change. However, whats hard is going back through so many dialogs and deciding which ones operate better with dialogs and then making the changes ...
I guess hard is not the best word ... time consuming is more... |
Button bmp | I have many bmp on a directory
I want load these file and create buttons for a dialog and four for each line
How I can create it ?
---------------------------------------------- |
Button click action | Hello friends,
Maybe someone has time and can help me.
Unfortunately, ACTION does not work with the switches.
I would like to make the switch clickable and then change the width.
call test program:
sorting.exe mydbf.dbf
Best regards,
Otto
[img:2rbrr6kx]https://mybergland.com/fwforum/click.jpg[/img:2r... |
Button click action | Very strange. With me, 2 buttons work and 3 buttons don't work.
Muy extraño. En mi caso, 2 botones funcionan y 3 botones no funcionan.
[code=fw:17h84jdt]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"FiveWin.ch"</span><br />... |
Button click action | Hi Joao,
I think it has to do as I create the button with the principle of detached locals.
Best regards,
Otto |
Button click action | Thanks,João,
I give up on that.
What I want to achieve is to drag a selection of fields onto a grid and to be able to make the width and other presets.
The grid should be suitable for creating a bootstrap grid.
Here is a sample:
[img:xvy0qft0]https://mybergland.com/fwforum/grid1.jpg[/img:xvy0qft0]
I th... |
Button click action | Hello Joao,
I found out, that in my case, it is
oGet:lDrag := .t.
which stops ACTION.
Best regards,
Otto |
Button click action | [img:2dxdegny]https://mybergland.com/fwforum/switch.gif[/img:2dxdegny] |
Button click action | Maestro Otto, solo curiosidad, ¿código final? ¿Puedes mostrar? Si no puede, no hay problema. Solo curiosidad del programador.
Master Otto, just curiosity, final code? You can show? If you can't, no problem. Programmer's curiosity only.
Regards, saludos. |
Button click action | Hello João,
here is my code.
I am glad you help and are interested.
If you have any changes, please poste.
Best regards,
Otto
[code=fw:372zz1ov]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br /><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"FiveWin.ch"</span><... |
Button click action | More or less...
[url:22gljm0s]https://imgur.com/Q1cwPpf[/url:22gljm0s]
[img:22gljm0s]https://i.imgur.com/Q1cwPpf.png[/img:22gljm0s]
Regards, saludos. |
Button click action | YES? SI!! Ahora está como me gusta. jajaja.
[url:fb5ctuod]https://imgur.com/x92dvZ2[/url:fb5ctuod]
[img:fb5ctuod]https://i.imgur.com/x92dvZ2.png[/img:fb5ctuod]
Regards, saludos. |
Button click action | Code:
[code=fw:3ridp8bl]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #B900B9;">// \SAMPLES\OTTO3.PRG - 23/11/2021</span><br /><br /><span style="color: #00D7D7;">#Include</span> <span style="color: #ff0000;">"FiveWin.ch"</span><br /><br /><span style="color: #00D7D7;">#Define</sp... |
Button click action | Joao,
So much nicer now.
This is old code. /2-05 I used as I have a feeling for pixel and before TRUEPIXEL you had to convert. size in DIALOG / 2.05 to have it like in WINDOW.
As I am working on a large screen, scrolling for me is not necessary.
But otherwise it would be fine if we could scroll the upper and lowe... |
Button click action | Excellent program, I learned a lot by reading and modifying the original. I am so grateful for this fantastic programming lesson. Living and learning. Thank you master Otto
Regards, saludos. |
Button click action | Hello Joao
If you are interested and would like to participate, I can post the whole program.
It's a bit of spaghetti code, but this is about the job that needs to be done.
I post the flowchart once again. This is what modtools does.
Best regards,
Otto
Best regards,
Otto
[img:2ntwcgzu]https://mybergland... |
Button click action | Good evening master Otto, would this be the beginning of learning MOD_HARBOUR?
Buenas noches maestro Otto, ¿sería este el comienzo de aprender MOD_HARBOUR?
Regards, saludos. |
Button click action | Joao, This program, modtools, has the purpose of generating the necessary source code for a mod harbour DIALOG (web form).
With the help of the program "sorting.prg" you select the database fields you want to have in the DIALOG and the order.
Best regards,
Otto
[img:3bwrx9pp]https://mybergland.com/fwforum/so... |
Button click action | Buenos días Maestro Otto.
Entiendo. Parece interesante. Si desea publicar la fuente, puedo verificarla para ver si la entiendo o no. Las nuevas opiniones siempre son buenas.
Good morning Master Otto.
I understand. Seems interesting. If you want to post the source, I can check it out to see if I understand or not. New ... |
Button click action | Joao,
May I ask if you have mod harbour installed on your PC.
Best regards,
Otto |
Button click action | [quote="Otto":201dt8tc]Joao,
May I ask if you have mod harbour installed on your PC.
Best regards,
Otto[/quote:201dt8tc]
Afternoon master Otto. No. I don't have MOD HARBOUR installed on my computer.
Show a step by step for the simplest possible installation, I'm a beginner and a bit dumb. hahahahahaha,
Buenas tarde ... |
Button click action | Hello Joao,
Thank you for asking.
Our friend Adhemar offers a onclick installation.
Please read following forum post:
<!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=45&t=39149">viewtopic.php?f=45&t=39149</a><!-- l -->
This link is working:
Dear Otto
Mod_Harbour con Apache... |
Button con 2 renglones | Amigos...
Como se hacer un Button cuya descripcion tenga 2 renglones
gracias
david
argentina |
Button con 2 renglones | David,
Uso los buttonbmp y lo que hago es combinar algún bmp con texto en dos o tres renglones. Lo salvo todo como un bmp y luego lo incluyo en el buttonbmp.
Algo así:
[url=http://img145.imageshack.us/my.php?image=buttonbmp.jpg:lk5e59lw][img:lk5e59lw]http://img145.imageshack.us/img145... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.