Fixed With Your Hrlp
Thak You
Search found 360 matches
- Sat Sep 21, 2024 9:01 pm
- Forum: Coding Questions
- Topic: New Problem
- Replies: 7
- Views: 1260
- Sat Sep 21, 2024 8:49 pm
- Forum: Coding Questions
- Topic: New Problem
- Replies: 7
- Views: 1260
Re: New Problem
@Mindphazer
Not the same problem
Not the same problem
- Sat Sep 21, 2024 8:27 pm
- Forum: Coding Questions
- Topic: New Problem
- Replies: 7
- Views: 1260
New Problem
Continue to develop the aplication and as I go new problems appear.
In this code The window open but does not show the ListIconGadget. It stays opened with the hourglass as if it was doing something.
Enumeration FormWindow
#ArtigosWindow
#DB
EndEnumeration
Enumeration FormGadget
#ArtigosList ...
In this code The window open but does not show the ListIconGadget. It stays opened with the hourglass as if it was doing something.
Enumeration FormWindow
#ArtigosWindow
#DB
EndEnumeration
Enumeration FormGadget
#ArtigosList ...
- Thu Sep 19, 2024 6:09 pm
- Forum: Coding Questions
- Topic: Get StringGadget event (was: A question)
- Replies: 2
- Views: 761
Get StringGadget event (was: A question)
H All
How can I generate an event and colect it every time I enter a character in a string gadget?
Thank Ypu
How can I generate an event and colect it every time I enter a character in a string gadget?
Thank Ypu
- Thu Sep 19, 2024 5:58 pm
- Forum: Coding Questions
- Topic: Calculations are not performed (was: Help)
- Replies: 4
- Views: 857
Re: Calculations are not performed (was: Help)
It is right after the calculation
- Thu Sep 19, 2024 5:45 pm
- Forum: Coding Questions
- Topic: Calculations are not performed (was: Help)
- Replies: 4
- Views: 857
Calculations are not performed (was: Help)
Hi All
Continue to develop an app and getting problems after probem. So far I have this code which doesn't work.
Can someone tell me why? The calculations at the end doesn't get done.
Enumeration FormWindow
#ArtigosWin
EndEnumeration
Enumeration FormGadget
#Txt_Codigo_Item
#Txt_Descricao ...
Continue to develop an app and getting problems after probem. So far I have this code which doesn't work.
Can someone tell me why? The calculations at the end doesn't get done.
Enumeration FormWindow
#ArtigosWin
EndEnumeration
Enumeration FormGadget
#Txt_Codigo_Item
#Txt_Descricao ...
- Wed Sep 18, 2024 6:19 pm
- Forum: Coding Questions
- Topic: Bug on the IDE?
- Replies: 14
- Views: 2047
Re: Bug on the IDE?
It seems that someone understood what I mean
- Tue Sep 17, 2024 9:01 pm
- Forum: Coding Questions
- Topic: Bug on the IDE?
- Replies: 14
- Views: 2047
Re: Bug on the IDE?
I have no idea what code do you want me to send. Can't generate a code for the specifications of the gadget on de desiner. Unfortunatly can't send a picture
- Tue Sep 17, 2024 8:24 pm
- Forum: Coding Questions
- Topic: Bug on the IDE?
- Replies: 14
- Views: 2047
Bug on the IDE?
Hi
When designing a form, you define the height and width of a gadget, but that gets changed when the code is generated. For example, on the designer you define a string gadget with width of 150 and height of 30, and in the code generated it appears 100, 25.
Is this a bug?
Than You
// Moved from ...
When designing a form, you define the height and width of a gadget, but that gets changed when the code is generated. For example, on the designer you define a string gadget with width of 150 and height of 30, and in the code generated it appears 100, 25.
Is this a bug?
Than You
// Moved from ...
- Tue Sep 17, 2024 7:39 pm
- Forum: Coding Questions
- Topic: The window does not open (was: Can't find the error)
- Replies: 7
- Views: 1207
Re: The window does not open (was: Can't find the error)
Solved
Removed the Procedure command at the beguining. Display the Window on the code flow
Removed the Procedure command at the beguining. Display the Window on the code flow
- Tue Sep 17, 2024 6:54 pm
- Forum: Coding Questions
- Topic: The window does not open (was: Can't find the error)
- Replies: 7
- Views: 1207
Re: The window does not open (was: Can't find the error)
Hi
I was wrong. Was testing the working one.
Replaced the repeat loop with: Repeat Until #PB_Event_CloseWindow and now get the error Garbage at the end of the line
What the hell is going on?
I was wrong. Was testing the working one.
Replaced the repeat loop with: Repeat Until #PB_Event_CloseWindow and now get the error Garbage at the end of the line
What the hell is going on?
- Tue Sep 17, 2024 6:42 pm
- Forum: Coding Questions
- Topic: The window does not open (was: Can't find the error)
- Replies: 7
- Views: 1207
Re: The window does not open (was: Can't find the error)
Thank You All
It now started working without making any change
Thank You
It now started working without making any change
Thank You
- Tue Sep 17, 2024 5:40 pm
- Forum: Coding Questions
- Topic: The window does not open (was: Can't find the error)
- Replies: 7
- Views: 1207
The window does not open (was: Can't find the error)
Hi All
I designed this program as parte of a bigger aplication but it gives an erron on the repeat loop
;
; This code is automatically generated by the Form Designer.
; Manual modification is possible to adjust existing commands, but anything else will be dropped when the code is compiled ...
I designed this program as parte of a bigger aplication but it gives an erron on the repeat loop
;
; This code is automatically generated by the Form Designer.
; Manual modification is possible to adjust existing commands, but anything else will be dropped when the code is compiled ...
- Mon Sep 16, 2024 12:30 am
- Forum: Coding Questions
- Topic: Positioning the cursor
- Replies: 11
- Views: 2028
Re: Positioning the cursor
Hi
Thank You all
I got it working, Just design the gadjet one after the other.
The idea is to havave the cursor jumping from gadjet to the next gadjet when we press the tab key
Thak You
Thank You all
I got it working, Just design the gadjet one after the other.
The idea is to havave the cursor jumping from gadjet to the next gadjet when we press the tab key
Thak You
- Sat Sep 14, 2024 5:55 pm
- Forum: Coding Questions
- Topic: Positioning the cursor
- Replies: 11
- Views: 2028
Positioning the cursor
Hi
How do I force Positioning the cursor in a specific String box when I press the tab key?
Thank you
How do I force Positioning the cursor in a specific String box when I press the tab key?
Thank you