Search found 16 matches

by JoaquimC
Wed Mar 14, 2007 7:40 pm
Forum: FiveWin for Pocket PC
Topic: How to get a readonly object
Replies: 1
Views: 1038

How to get a readonly object

Hello,

Does anybody know how to create a readonly combobox?

Something like: oCombo:readonly()

Thank you,
Joaquim
by JoaquimC
Sat Mar 10, 2007 2:49 pm
Forum: FiveWin for Pocket PC
Topic: Hiding objects
Replies: 2
Views: 1174

Thank you, it worked.

Joaquim
by JoaquimC
Sat Mar 10, 2007 1:38 pm
Forum: FiveWin for Pocket PC
Topic: Hiding objects
Replies: 2
Views: 1174

Hiding objects

Hello to everyone,

How to hide/show objects?

Can i do something like:
oButton:visible := .t.


TIA
Joaquim
by JoaquimC
Tue Feb 20, 2007 7:24 pm
Forum: FiveWin for Pocket PC
Topic: Problem with menu
Replies: 4
Views: 1859

Thank you Antonio,

I get it going.
I think the problem is with Pelles: every time you open a resource file with it, pelles removes some information that you'll need.

Joaquim
by JoaquimC
Tue Feb 20, 2007 6:49 pm
Forum: FiveWin for Pocket PC
Topic: Problem with menu
Replies: 4
Views: 1859

Thank you Antonio, But can you send me a working sample? I tried with the one you send me, i even tried with the testmnu2.prg, without any modification (compiled it and send it to the PPC) and the result was always the same: nothing happened, i.e.: i see the window, i don't see any menu... Thank you...
by JoaquimC
Tue Feb 20, 2007 3:57 pm
Forum: FiveWin for Pocket PC
Topic: Problem with menu
Replies: 4
Views: 1859

Problem with menu

I have a file named 'gertal2.prg', on that file i define a window with a menu. There's no problem with compilation, i got no error, but when i run the program i see no menu. The code is: #include "FWCE.ch" STATIC oWnd, oMenu function Main() desenhar_janela() return nil // Defining window f...
by JoaquimC
Sun Feb 11, 2007 7:04 pm
Forum: FiveWin for Pocket PC
Topic: Oh boy... another problem (now with refresh)
Replies: 3
Views: 1314

Maybe, but thank you again Antonio.

Joaquim
by JoaquimC
Sun Feb 11, 2007 6:28 pm
Forum: FiveWin for Pocket PC
Topic: Dialog don't behave like a dialog
Replies: 4
Views: 1460

Thank you Antonio: problem solved...
Joaquim
by JoaquimC
Sun Feb 11, 2007 6:27 pm
Forum: FiveWin for Pocket PC
Topic: Oh boy... another problem (now with refresh)
Replies: 3
Views: 1314

Oh boy... another problem (now with refresh)

I have a form with one dialog. This form has some objects that i call with @ ... get. The value of the respective variables changes as i click buttons on the form (i use the 'obj:refresh()' method to do it). The display of the get objects changes accordingly. Then i call the dialog... When i come ba...
by JoaquimC
Sun Feb 11, 2007 3:00 pm
Forum: FiveWin for Pocket PC
Topic: Annoying problem with FWPPC - Forms and dialogs
Replies: 4
Views: 1637

thank you Antonio. but, as you noticed in the code i send you, i need to populate a combo in the dialog with the contents of a table, it would take a long time if i need to do it every time i call the dialog. Can i replace the dialog with a modal window? Or windows will need to be defined from scrat...
by JoaquimC
Sun Feb 11, 2007 8:33 am
Forum: FiveWin for Pocket PC
Topic: Annoying problem with FWPPC - Forms and dialogs
Replies: 4
Views: 1637

Antonio,

I send you the full code to your mail box.

Many thanks,

Joaquim
by JoaquimC
Sun Feb 11, 2007 1:13 am
Forum: FiveWin for Pocket PC
Topic: Dialog don't behave like a dialog
Replies: 4
Views: 1460

Antonio,

Thank you for answering so fast, but it didn't solve the problem.
When i select the back form it still gets in front of the dialog and i don't see the dialog anymore.

Joaquim
by JoaquimC
Sun Feb 11, 2007 1:09 am
Forum: FiveWin for Pocket PC
Topic: Annoying problem with FWPPC - Forms and dialogs
Replies: 4
Views: 1637

Annoying problem with FWPPC - Forms and dialogs

I got into this problem: From a form i call a dialog. Then i close the dialog and go back to the form. For some time it all works fine, but at the 3rd or 4th time (it varies) when i go back to the form, i continue to see the lines and the buttons of the dialog beyond the lines of the form, and the f...
by JoaquimC
Sat Feb 10, 2007 11:14 pm
Forum: FiveWin for Pocket PC
Topic: Dialog don't behave like a dialog
Replies: 4
Views: 1460

Dialog don't behave like a dialog

I have a form, and on that form i call a dialog. But if i click on the form, the dialog goes back of the original form, unlike a dialog should act. The code for the dialogue is: DEFINE dialog oDlg title titulo size 237,268 @ 02, 03 GET oNome_servico var _nome_servico SIZE 65, 10 PIXEL READONLY FONT ...
by JoaquimC
Fri Feb 09, 2007 11:31 pm
Forum: FiveWin for Pocket PC
Topic: @ ...,... listbox
Replies: 2
Views: 1740

Thank you Richard, your reply was very helpful. But the real problem was in something that i didn't said in the first post: Before the grid was displayed, the program called a function that opened another table, and because i didn' put the clause 'new' in 'use' (i'm a VFP man - i'm used to 'use tabl...